COLOR #BD959D

HEX: #BD959D RGB: (189,149,157)

Color info

#BD959D contains red, green and blue colors in about the same proportion. Web safe color of #BD959D is #CC9999 (or #C99).

RGB color model

#BD959D color RGB value is (189,149,157).

RGB: (189,149,157) (74%, 58%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 157 of 255 = 62%

189
149
157

R + G + B ~ 65%. #BD959D is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 149 + 157 = 495 (100%)
R 189 of 495 ~ 38.18%
G 149 of 495 ~ 30.1%
B 157 of 495 ~ 31.72'%

%38.18
%30.1
%31.72

CMYK color model

#BD959D color CMYK value is (0,21,17,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK: (0,21,17,26) C0M21Y17K26 (0%,21%,17%,26%) (0.00/0.21/0.17/0.26) 

CMYK percentages

%0
%21.16
%16.93
%25.88

Codes

Color #BD959D in popluar color models

BD 95 9D
RGB 189 149 157
HSL 348° 23.26% 66.27%
HSB/HSV 348° 21.16% 74.12%
CMYK 0.00% 21.16% 16.93%
25.88%

Color #BD959D in popluar number systems.

HEX BD 95 9D
Decimal 189 149 157
Binary 10111101 10010101 10011101
Octal 275 225 235

Shades and tints

Shades of #BD959D

#BD959D
(189,149,157)
#AC888F
(172,136,143)
#9B7B81
(155,123,129)
#8A6E73
(138,110,115)
#796165
(121,97,101)
#685457
(104,84,87)
#574749
(87,71,73)
#463A3B
(70,58,59)
#352D2D
(53,45,45)
#24201F
(36,32,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD959D

#BD959D
(189,149,157)
#C39EA5
(195,158,165)
#C9A7AD
(201,167,173)
#CFB0B5
(207,176,181)
#D5B9BD
(213,185,189)
#DBC2C5
(219,194,197)
#E1CBCD
(225,203,205)
#E7D4D5
(231,212,213)
#EDDDDD
(237,221,221)
#F3E6E5
(243,230,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD959D color. Also use rgb(189,149,157) instead hex code.

Text Font Color

.myTextColor { color: #BD959D; }

<p style="color:#BD959D">This sample text font color is #BD959D.</p>

This text font color is #BD959D.

Background Color

.myBgColor { background-color: #BD959D; }

<div style="background-color:#BD959D">Inner text</div>

This div background color is #BD959D.

Border color

.myBorderColor { border: 1px solid #BD959D; }

<div style="border:3px solid #BD959D">Div</div>

This div border color is #BD959D.

Opacity

.myOpacity80 { color: #BD959D; opacity: 0.8; }

<p style="color:#BD959D;opacity:0.8;">80%</p>

Text with #BD959D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BD959D;}

<p style="text-shadow: 3px 3px 1px #BD959D">Text here.</p>

This text has shadow with #BD959D color.


.textShadow {text-shadow: 3px 3px 1px #BD959D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BD959D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BD959D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD959D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BD959D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BD959D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD959D;
-webkit-box-shadow: 1px 1px 3px 2px #BD959D;
box-shadow: 1px 1px 3px 2px #BD959D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD959D; -webkit-box-shadow: 1px 1px 3px 2px #BD959D; box-shadow:1px 1px 3px 2px #BD959D;">
Div content here
</div>

This div box has shadow with color #BD959D.

Preview

Color preview on black background

This text has color #BD959D on black background.


Color preview on white background

This text has color #BD959D on white background.


Black color preview on #BD959D background

This text has black color on #BD959D background.


White color preview on #BD959D background

This text has white color on #BD959D background.


Related colors

Complementary color

Complementary color for #hex is #426A62.


I love getcolorcode.com

Triadic colors

1 #9DBD95 and #959DBD with #BD959D are triadic colors.

2 #9D95BD and #95BD9D with #BD959D are triadic colors.