COLOR #B9A87D

HEX: #B9A87D
RGB: (185,168,125)

Color info

#B9A87D contains mainly red and green colors. Web safe color of #B9A87D is #CC9966 (or #C96).

RGB color model

#B9A87D color RGB value is (185,168,125).

  • red value is 185;
  • green value is 168;
  • blue value is 125.
RGB:
(185,168,125)
(73%,66%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 125 of 255 = 49%

185
168
125

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

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 125 = 478 (100%)
R 185 of 478 ~ 38.7%
G 168 of 478 ~ 35.15%
B 125 of 478 ~ 26.15%

%38.7
%35.15
%26.15

CMYK color model

#B9A87D color CMYK value is (0,9,32,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,9,32,27)
C0M9Y32K27 
(0%,9%,32%,27%)
(0.00/0.09/0.32/0.27)	

CMYK percentages

%0
%9.19
%32.43
%27.45

Codes

Color #B9A87D in popluar color models

B9A87D
RGB185168125
HSL43°30.00%60.78%
HSB/HSV43°32.43%72.55%
CMYK0.00%9.19%32.43%
27.45%

Color #B9A87D in popluar number systems.

HEXB9A87D
Decimal185168125
Binary10111001101010001111101
Octal271250175

Shades and tints

Shades of #B9A87D

#B9A87D
(185,168,125)
#A99972
(169,153,114)
#998A67
(153,138,103)
#897B5C
(137,123,92)
#796C51
(121,108,81)
#695D46
(105,93,70)
#594E3B
(89,78,59)
#493F30
(73,63,48)
#393025
(57,48,37)
#29211A
(41,33,26)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #B9A87D

#B9A87D
(185,168,125)
#BFAF88
(191,175,136)
#C5B693
(197,182,147)
#CBBD9E
(203,189,158)
#D1C4A9
(209,196,169)
#D7CBB4
(215,203,180)
#DDD2BF
(221,210,191)
#E3D9CA
(227,217,202)
#E9E0D5
(233,224,213)
#EFE7E0
(239,231,224)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A87D color. Also use rgb(185,168,125) instead hex code.

Text Font Color

.myTextColor { color: #B9A87D; }

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

This text font color is #B9A87D.


Background Color

.myBgColor { background-color: #B9A87D; }

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

This div background color is #B9A87D.


Border color

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

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

This div border color is #B9A87D.


Opacity

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

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

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

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

This text has shadow with #B9A87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A87D on black background.


Color preview on white background

This text has color #B9A87D on white background.



Black color preview on #B9A87D background

This text has black color on #B9A87D background.


White color preview on #B9A87D background

This text has white color on #B9A87D background.