COLOR #B9A88D

HEX: #B9A88D RGB: (185,168,141)

Color info

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

RGB color model

#B9A88D color RGB value is (185,168,141).

RGB: (185,168,141) (73%, 66%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 141 of 255 = 55%

185
168
141

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

Portions of RGB colors in percentages

R + G + B = 185 + 168 + 141 = 494 (100%)
R 185 of 494 ~ 37.45%
G 168 of 494 ~ 34.01%
B 141 of 494 ~ 28.54'%

%37.45
%34.01
%28.54

CMYK color model

#B9A88D color CMYK value is (0,9,24,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (0,9,24,27)
C0M9Y24K27 (0%, 9%, 24%, 27%)
(0.00 / 0.09 / 0.24 / 0.27)

CMYK percentages

%0
%9.19
%23.78
%27.45

Codes

Color #B9A88D in popluar color models

B9 A8 8D
RGB 185 168 141
HSL 37° 23.91% 63.92%
HSB/HSV 37° 23.78% 72.55%
CMYK 0.00% 9.19% 23.78%
27.45%

Color #B9A88D in popluar number systems.

HEX B9 A8 8D
Decimal 185 168 141
Binary 10111001 10101000 10001101
Octal 271 250 215

Shades and tints

Shades of #B9A88D

#B9A88D
(185,168,141)
#A99981
(169,153,129)
#998A75
(153,138,117)
#897B69
(137,123,105)
#796C5D
(121,108,93)
#695D51
(105,93,81)
#594E45
(89,78,69)
#493F39
(73,63,57)
#39302D
(57,48,45)
#292121
(41,33,33)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B9A88D

#B9A88D
(185,168,141)
#BFAF97
(191,175,151)
#C5B6A1
(197,182,161)
#CBBDAB
(203,189,171)
#D1C4B5
(209,196,181)
#D7CBBF
(215,203,191)
#DDD2C9
(221,210,201)
#E3D9D3
(227,217,211)
#E9E0DD
(233,224,221)
#EFE7E7
(239,231,231)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A88D; }

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

This text font color is #B9A88D.

Background Color

.myBgColor { background-color: #B9A88D; }

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

This div background color is #B9A88D.

Border color

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

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

This div border color is #B9A88D.

Opacity

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

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

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

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

This text has shadow with #B9A88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A88D.

Preview

Color preview on black background

This text has color #B9A88D on black background.


Color preview on white background

This text has color #B9A88D on white background.


Black color preview on #B9A88D background

This text has black color on #B9A88D background.


White color preview on #B9A88D background

This text has white color on #B9A88D background.


Related colors

Complementary color

Complementary color for #hex is #465772.


I love getcolorcode.com

Triadic colors

1 #8DB9A8 and #A88DB9 with #B9A88D are triadic colors.

2 #8DA8B9 and #A8B98D with #B9A88D are triadic colors.