COLOR #BD9C84

HEX: #BD9C84
RGB: (189,156,132)

Color info

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

RGB color model

#BD9C84 color RGB value is (189,156,132).

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

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 132 of 255 = 52%

189
156
132

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

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 132 = 477 (100%)
R 189 of 477 ~ 39.62%
G 156 of 477 ~ 32.7%
B 132 of 477 ~ 27.67%

%39.62
%32.7
%27.67

CMYK color model

#BD9C84 color CMYK value is (0,17,30,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(0,17,30,26)
C0M17Y30K26 
(0%,17%,30%,26%)
(0.00/0.17/0.30/0.26)	

CMYK percentages

%0
%17.46
%30.16
%25.88

Codes

Color #BD9C84 in popluar color models

BD9C84
RGB189156132
HSL25°30.16%62.94%
HSB/HSV25°30.16%74.12%
CMYK0.00%17.46%30.16%
25.88%

Color #BD9C84 in popluar number systems.

HEXBD9C84
Decimal189156132
Binary101111011001110010000100
Octal275234204

Shades and tints

Shades of #BD9C84

#BD9C84
(189,156,132)
#AC8E78
(172,142,120)
#9B806C
(155,128,108)
#8A7260
(138,114,96)
#796454
(121,100,84)
#685648
(104,86,72)
#57483C
(87,72,60)
#463A30
(70,58,48)
#352C24
(53,44,36)
#241E18
(36,30,24)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #BD9C84

#BD9C84
(189,156,132)
#C3A58F
(195,165,143)
#C9AE9A
(201,174,154)
#CFB7A5
(207,183,165)
#D5C0B0
(213,192,176)
#DBC9BB
(219,201,187)
#E1D2C6
(225,210,198)
#E7DBD1
(231,219,209)
#EDE4DC
(237,228,220)
#F3EDE7
(243,237,231)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9C84; }

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

This text font color is #BD9C84.


Background Color

.myBgColor { background-color: #BD9C84; }

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

This div background color is #BD9C84.


Border color

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

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

This div border color is #BD9C84.


Opacity

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

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

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

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

This text has shadow with #BD9C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9C84 on black background.


Color preview on white background

This text has color #BD9C84 on white background.



Black color preview on #BD9C84 background

This text has black color on #BD9C84 background.


White color preview on #BD9C84 background

This text has white color on #BD9C84 background.