COLOR #B9A79D

HEX: #B9A79D RGB: (185,167,157)

Color info

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

RGB color model

#B9A79D color RGB value is (185,167,157).

RGB: (185,167,157) (73%, 65%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 157 of 255 = 62%

185
167
157

R + G + B ~ 67%. #B9A79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 167 + 157 = 509 (100%)
R 185 of 509 ~ 36.35%
G 167 of 509 ~ 32.81%
B 157 of 509 ~ 30.84'%

%36.35
%32.81
%30.84

CMYK color model

#B9A79D color CMYK value is (0,10,15,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK: (0,10,15,27) C0M10Y15K27 (0%,10%,15%,27%) (0.00/0.10/0.15/0.27) 

CMYK percentages

%0
%9.73
%15.14
%27.45

Codes

Color #B9A79D in popluar color models

B9 A7 9D
RGB 185 167 157
HSL 21° 16.67% 67.06%
HSB/HSV 21° 15.14% 72.55%
CMYK 0.00% 9.73% 15.14%
27.45%

Color #B9A79D in popluar number systems.

HEX B9 A7 9D
Decimal 185 167 157
Binary 10111001 10100111 10011101
Octal 271 247 235

Shades and tints

Shades of #B9A79D

#B9A79D
(185,167,157)
#A9988F
(169,152,143)
#998981
(153,137,129)
#897A73
(137,122,115)
#796B65
(121,107,101)
#695C57
(105,92,87)
#594D49
(89,77,73)
#493E3B
(73,62,59)
#392F2D
(57,47,45)
#29201F
(41,32,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B9A79D

#B9A79D
(185,167,157)
#BFAFA5
(191,175,165)
#C5B7AD
(197,183,173)
#CBBFB5
(203,191,181)
#D1C7BD
(209,199,189)
#D7CFC5
(215,207,197)
#DDD7CD
(221,215,205)
#E3DFD5
(227,223,213)
#E9E7DD
(233,231,221)
#EFEFE5
(239,239,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A79D color. Also use rgb(185,167,157) instead hex code.

Text Font Color

.myTextColor { color: #B9A79D; }

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

This text font color is #B9A79D.

Background Color

.myBgColor { background-color: #B9A79D; }

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

This div background color is #B9A79D.

Border color

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

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

This div border color is #B9A79D.

Opacity

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

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

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

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

This text has shadow with #B9A79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A79D.

Preview

Color preview on black background

This text has color #B9A79D on black background.


Color preview on white background

This text has color #B9A79D on white background.


Black color preview on #B9A79D background

This text has black color on #B9A79D background.


White color preview on #B9A79D background

This text has white color on #B9A79D background.


Related colors

Complementary color

Complementary color for #hex is #465862.


I love getcolorcode.com

Triadic colors

1 #9DB9A7 and #A79DB9 with #B9A79D are triadic colors.

2 #9DA7B9 and #A7B99D with #B9A79D are triadic colors.