COLOR #B9A870

HEX: #B9A870
RGB: (185,168,112)

Color info

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

RGB color model

#B9A870 color RGB value is (185,168,112).

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

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 112 of 255 = 44%

185
168
112

R + G + B ~ 61%. #B9A870 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 112 = 465 (100%)
R 185 of 465 ~ 39.78%
G 168 of 465 ~ 36.13%
B 112 of 465 ~ 24.09%

%39.78
%36.13
%24.09

CMYK color model

#B9A870 color CMYK value is (0,9,39,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 39.46%
  • key color value is 27.45%
CMYK:
(0,9,39,27)
C0M9Y39K27 
(0%,9%,39%,27%)
(0.00/0.09/0.39/0.27)	

CMYK percentages

%0
%9.19
%39.46
%27.45

Codes

Color #B9A870 in popluar color models

B9A870
RGB185168112
HSL46°34.27%58.24%
HSB/HSV46°39.46%72.55%
CMYK0.00%9.19%39.46%
27.45%

Color #B9A870 in popluar number systems.

HEXB9A870
Decimal185168112
Binary10111001101010001110000
Octal271250160

Shades and tints

Shades of #B9A870

#B9A870
(185,168,112)
#A99966
(169,153,102)
#998A5C
(153,138,92)
#897B52
(137,123,82)
#796C48
(121,108,72)
#695D3E
(105,93,62)
#594E34
(89,78,52)
#493F2A
(73,63,42)
#393020
(57,48,32)
#292116
(41,33,22)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #B9A870

#B9A870
(185,168,112)
#BFAF7D
(191,175,125)
#C5B68A
(197,182,138)
#CBBD97
(203,189,151)
#D1C4A4
(209,196,164)
#D7CBB1
(215,203,177)
#DDD2BE
(221,210,190)
#E3D9CB
(227,217,203)
#E9E0D8
(233,224,216)
#EFE7E5
(239,231,229)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A870; }

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

This text font color is #B9A870.


Background Color

.myBgColor { background-color: #B9A870; }

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

This div background color is #B9A870.


Border color

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

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

This div border color is #B9A870.


Opacity

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

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

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

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

This text has shadow with #B9A870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A870 on black background.


Color preview on white background

This text has color #B9A870 on white background.



Black color preview on #B9A870 background

This text has black color on #B9A870 background.


White color preview on #B9A870 background

This text has white color on #B9A870 background.