COLOR #BD9C88

HEX: #BD9C88
RGB: (189,156,136)

Color info

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

RGB color model

#BD9C88 color RGB value is (189,156,136).

  • red value is 189;
  • green value is 156;
  • blue value is 136.
RGB:
(189,156,136)
(74%,61%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 136 of 255 = 53%

189
156
136

R + G + B ~ 63%. #BD9C88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 136 = 481 (100%)
R 189 of 481 ~ 39.29%
G 156 of 481 ~ 32.43%
B 136 of 481 ~ 28.27%

%39.29
%32.43
%28.27

CMYK color model

#BD9C88 color CMYK value is (0,17,28,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(0,17,28,26)
C0M17Y28K26 
(0%,17%,28%,26%)
(0.00/0.17/0.28/0.26)	

CMYK percentages

%0
%17.46
%28.04
%25.88

Codes

Color #BD9C88 in popluar color models

BD9C88
RGB189156136
HSL23°28.65%63.73%
HSB/HSV23°28.04%74.12%
CMYK0.00%17.46%28.04%
25.88%

Color #BD9C88 in popluar number systems.

HEXBD9C88
Decimal189156136
Binary101111011001110010001000
Octal275234210

Shades and tints

Shades of #BD9C88

#BD9C88
(189,156,136)
#AC8E7C
(172,142,124)
#9B8070
(155,128,112)
#8A7264
(138,114,100)
#796458
(121,100,88)
#68564C
(104,86,76)
#574840
(87,72,64)
#463A34
(70,58,52)
#352C28
(53,44,40)
#241E1C
(36,30,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #BD9C88

#BD9C88
(189,156,136)
#C3A592
(195,165,146)
#C9AE9C
(201,174,156)
#CFB7A6
(207,183,166)
#D5C0B0
(213,192,176)
#DBC9BA
(219,201,186)
#E1D2C4
(225,210,196)
#E7DBCE
(231,219,206)
#EDE4D8
(237,228,216)
#F3EDE2
(243,237,226)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9C88 color. Also use rgb(189,156,136) instead hex code.

Text Font Color

.myTextColor { color: #BD9C88; }

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

This text font color is #BD9C88.


Background Color

.myBgColor { background-color: #BD9C88; }

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

This div background color is #BD9C88.


Border color

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

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

This div border color is #BD9C88.


Opacity

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

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

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

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

This text has shadow with #BD9C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9C88 on black background.


Color preview on white background

This text has color #BD9C88 on white background.



Black color preview on #BD9C88 background

This text has black color on #BD9C88 background.


White color preview on #BD9C88 background

This text has white color on #BD9C88 background.