COLOR #B9A89E

HEX: #B9A89E RGB: (185,168,158)

Color info

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

RGB color model

#B9A89E color RGB value is (185,168,158).

RGB: (185,168,158) (73%, 66%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 158 of 255 = 62%

185
168
158

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

Portions of RGB colors in percentages

R + G + B = 185 + 168 + 158 = 511 (100%)
R 185 of 511 ~ 36.2%
G 168 of 511 ~ 32.88%
B 158 of 511 ~ 30.92'%

%36.2
%32.88
%30.92

CMYK color model

#B9A89E color CMYK value is (0,9,15,27).

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

CMYK: (0,9,15,27)
C0M9Y15K27 (0%, 9%, 15%, 27%)
(0.00 / 0.09 / 0.15 / 0.27)

CMYK percentages

%0
%9.19
%14.59
%27.45

Codes

Color #B9A89E in popluar color models

B9 A8 9E
RGB 185 168 158
HSL 22° 16.17% 67.25%
HSB/HSV 22° 14.59% 72.55%
CMYK 0.00% 9.19% 14.59%
27.45%

Color #B9A89E in popluar number systems.

HEX B9 A8 9E
Decimal 185 168 158
Binary 10111001 10101000 10011110
Octal 271 250 236

Shades and tints

Shades of #B9A89E

#B9A89E
(185,168,158)
#A99990
(169,153,144)
#998A82
(153,138,130)
#897B74
(137,123,116)
#796C66
(121,108,102)
#695D58
(105,93,88)
#594E4A
(89,78,74)
#493F3C
(73,63,60)
#39302E
(57,48,46)
#292120
(41,33,32)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9A89E

#B9A89E
(185,168,158)
#BFAFA6
(191,175,166)
#C5B6AE
(197,182,174)
#CBBDB6
(203,189,182)
#D1C4BE
(209,196,190)
#D7CBC6
(215,203,198)
#DDD2CE
(221,210,206)
#E3D9D6
(227,217,214)
#E9E0DE
(233,224,222)
#EFE7E6
(239,231,230)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A89E; }

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

This text font color is #B9A89E.

Background Color

.myBgColor { background-color: #B9A89E; }

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

This div background color is #B9A89E.

Border color

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

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

This div border color is #B9A89E.

Opacity

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

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

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

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

This text has shadow with #B9A89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A89E.

Preview

Color preview on black background

This text has color #B9A89E on black background.


Color preview on white background

This text has color #B9A89E on white background.


Black color preview on #B9A89E background

This text has black color on #B9A89E background.


White color preview on #B9A89E background

This text has white color on #B9A89E background.


Related colors

Complementary color

Complementary color for #hex is #465761.


I love getcolorcode.com

Triadic colors

1 #9EB9A8 and #A89EB9 with #B9A89E are triadic colors.

2 #9EA8B9 and #A8B99E with #B9A89E are triadic colors.