COLOR #B9A979

HEX: #B9A979
RGB: (185,169,121)

Color info

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

RGB color model

#B9A979 color RGB value is (185,169,121).

  • red value is 185;
  • green value is 169;
  • blue value is 121.
RGB:
(185,169,121)
(73%,66%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 121 of 255 = 47%

185
169
121

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 121 = 475 (100%)
R 185 of 475 ~ 38.95%
G 169 of 475 ~ 35.58%
B 121 of 475 ~ 25.47%

%38.95
%35.58
%25.47

CMYK color model

#B9A979 color CMYK value is (0,9,35,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(0,9,35,27)
C0M9Y35K27 
(0%,9%,35%,27%)
(0.00/0.09/0.35/0.27)	

CMYK percentages

%0
%8.65
%34.59
%27.45

Codes

Color #B9A979 in popluar color models

B9A979
RGB185169121
HSL45°31.37%60.00%
HSB/HSV45°34.59%72.55%
CMYK0.00%8.65%34.59%
27.45%

Color #B9A979 in popluar number systems.

HEXB9A979
Decimal185169121
Binary10111001101010011111001
Octal271251171

Shades and tints

Shades of #B9A979

#B9A979
(185,169,121)
#A99A6E
(169,154,110)
#998B63
(153,139,99)
#897C58
(137,124,88)
#796D4D
(121,109,77)
#695E42
(105,94,66)
#594F37
(89,79,55)
#49402C
(73,64,44)
#393121
(57,49,33)
#292216
(41,34,22)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #B9A979

#B9A979
(185,169,121)
#BFB085
(191,176,133)
#C5B791
(197,183,145)
#CBBE9D
(203,190,157)
#D1C5A9
(209,197,169)
#D7CCB5
(215,204,181)
#DDD3C1
(221,211,193)
#E3DACD
(227,218,205)
#E9E1D9
(233,225,217)
#EFE8E5
(239,232,229)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A979 color. Also use rgb(185,169,121) instead hex code.

Text Font Color

.myTextColor { color: #B9A979; }

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

This text font color is #B9A979.


Background Color

.myBgColor { background-color: #B9A979; }

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

This div background color is #B9A979.


Border color

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

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

This div border color is #B9A979.


Opacity

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

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

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

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

This text has shadow with #B9A979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A979 on black background.


Color preview on white background

This text has color #B9A979 on white background.



Black color preview on #B9A979 background

This text has black color on #B9A979 background.


White color preview on #B9A979 background

This text has white color on #B9A979 background.