COLOR #BD8996

HEX: #BD8996 RGB: (189,137,150)

Color info

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

RGB color model

#BD8996 color RGB value is (189,137,150).

RGB: (189,137,150) (74%, 54%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 150 of 255 = 59%

189
137
150

R + G + B ~ 62%. #BD8996 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 137 + 150 = 476 (100%)
R 189 of 476 ~ 39.71%
G 137 of 476 ~ 28.78%
B 150 of 476 ~ 31.51'%

%39.71
%28.78
%31.51

CMYK color model

#BD8996 color CMYK value is (0,28,21,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 20.63%
  • key color value is 25.88%

CMYK: (0,28,21,26)
C0M28Y21K26 (0%, 28%, 21%, 26%)
(0.00 / 0.28 / 0.21 / 0.26)

CMYK percentages

%0
%27.51
%20.63
%25.88

Codes

Color #BD8996 in popluar color models

BD 89 96
RGB 189 137 150
HSL 345° 28.26% 63.92%
HSB/HSV 345° 27.51% 74.12%
CMYK 0.00% 27.51% 20.63%
25.88%

Color #BD8996 in popluar number systems.

HEX BD 89 96
Decimal 189 137 150
Binary 10111101 10001001 10010110
Octal 275 211 226

Shades and tints

Shades of #BD8996

#BD8996
(189,137,150)
#AC7D89
(172,125,137)
#9B717C
(155,113,124)
#8A656F
(138,101,111)
#795962
(121,89,98)
#684D55
(104,77,85)
#574148
(87,65,72)
#46353B
(70,53,59)
#35292E
(53,41,46)
#241D21
(36,29,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BD8996

#BD8996
(189,137,150)
#C3939F
(195,147,159)
#C99DA8
(201,157,168)
#CFA7B1
(207,167,177)
#D5B1BA
(213,177,186)
#DBBBC3
(219,187,195)
#E1C5CC
(225,197,204)
#E7CFD5
(231,207,213)
#EDD9DE
(237,217,222)
#F3E3E7
(243,227,231)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8996 color. Also use rgb(189,137,150) instead hex code.

Text Font Color

.myTextColor { color: #BD8996; }

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

This text font color is #BD8996.

Background Color

.myBgColor { background-color: #BD8996; }

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

This div background color is #BD8996.

Border color

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

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

This div border color is #BD8996.

Opacity

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

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

Text with #BD8996 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 #BD8996;}

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

This text has shadow with #BD8996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8996.

Preview

Color preview on black background

This text has color #BD8996 on black background.


Color preview on white background

This text has color #BD8996 on white background.


Black color preview on #BD8996 background

This text has black color on #BD8996 background.


White color preview on #BD8996 background

This text has white color on #BD8996 background.


Related colors

Complementary color

Complementary color for #hex is #427669.


I love getcolorcode.com

Triadic colors

1 #96BD89 and #8996BD with #BD8996 are triadic colors.

2 #9689BD and #89BD96 with #BD8996 are triadic colors.