COLOR #BDAC8B

HEX: #BDAC8B
RGB: (189,172,139)

Color info

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

RGB color model

#BDAC8B color RGB value is (189,172,139).

  • red value is 189;
  • green value is 172;
  • blue value is 139.
RGB:
(189,172,139)
(74%,67%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 139 of 255 = 55%

189
172
139

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

Portions of RGB colors in percentages

R + G + B =
189 + 172 + 139 = 500 (100%)
R 189 of 500 ~ 37.8%
G 172 of 500 ~ 34.4%
B 139 of 500 ~ 27.8%

%37.8
%34.4
%27.8

CMYK color model

#BDAC8B color CMYK value is (0,9,26,26).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 26.46%
  • key color value is 25.88%
CMYK:
(0,9,26,26)
C0M9Y26K26 
(0%,9%,26%,26%)
(0.00/0.09/0.26/0.26)	

CMYK percentages

%0
%8.99
%26.46
%25.88

Codes

Color #BDAC8B in popluar color models

BDAC8B
RGB189172139
HSL40°27.47%64.31%
HSB/HSV40°26.46%74.12%
CMYK0.00%8.99%26.46%
25.88%

Color #BDAC8B in popluar number systems.

HEXBDAC8B
Decimal189172139
Binary101111011010110010001011
Octal275254213

Shades and tints

Shades of #BDAC8B

#BDAC8B
(189,172,139)
#AC9D7F
(172,157,127)
#9B8E73
(155,142,115)
#8A7F67
(138,127,103)
#79705B
(121,112,91)
#68614F
(104,97,79)
#575243
(87,82,67)
#464337
(70,67,55)
#35342B
(53,52,43)
#24251F
(36,37,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDAC8B

#BDAC8B
(189,172,139)
#C3B395
(195,179,149)
#C9BA9F
(201,186,159)
#CFC1A9
(207,193,169)
#D5C8B3
(213,200,179)
#DBCFBD
(219,207,189)
#E1D6C7
(225,214,199)
#E7DDD1
(231,221,209)
#EDE4DB
(237,228,219)
#F3EBE5
(243,235,229)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAC8B color. Also use rgb(189,172,139) instead hex code.

Text Font Color

.myTextColor { color: #BDAC8B; }

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

This text font color is #BDAC8B.


Background Color

.myBgColor { background-color: #BDAC8B; }

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

This div background color is #BDAC8B.


Border color

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

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

This div border color is #BDAC8B.


Opacity

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

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

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

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

This text has shadow with #BDAC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAC8B on black background.


Color preview on white background

This text has color #BDAC8B on white background.



Black color preview on #BDAC8B background

This text has black color on #BDAC8B background.


White color preview on #BDAC8B background

This text has white color on #BDAC8B background.