COLOR #B9A899

HEX: #B9A899 RGB: (185,168,153)

Color info

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

RGB color model

#B9A899 color RGB value is (185,168,153).

RGB: (185,168,153) (73%, 66%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 153 of 255 = 60%

185
168
153

R + G + B ~ 66%. #B9A899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 168 + 153 = 506 (100%)
R 185 of 506 ~ 36.56%
G 168 of 506 ~ 33.2%
B 153 of 506 ~ 30.24'%

%36.56
%33.2
%30.24

CMYK color model

#B9A899 color CMYK value is (0,9,17,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK: (0,9,17,27) C0M9Y17K27 (0%,9%,17%,27%) (0.00/0.09/0.17/0.27) 

CMYK percentages

%0
%9.19
%17.3
%27.45

Codes

Color #B9A899 in popluar color models

B9 A8 99
RGB 185 168 153
HSL 28° 18.60% 66.27%
HSB/HSV 28° 17.30% 72.55%
CMYK 0.00% 9.19% 17.30%
27.45%

Color #B9A899 in popluar number systems.

HEX B9 A8 99
Decimal 185 168 153
Binary 10111001 10101000 10011001
Octal 271 250 231

Shades and tints

Shades of #B9A899

#B9A899
(185,168,153)
#A9998C
(169,153,140)
#998A7F
(153,138,127)
#897B72
(137,123,114)
#796C65
(121,108,101)
#695D58
(105,93,88)
#594E4B
(89,78,75)
#493F3E
(73,63,62)
#393031
(57,48,49)
#292124
(41,33,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B9A899

#B9A899
(185,168,153)
#BFAFA2
(191,175,162)
#C5B6AB
(197,182,171)
#CBBDB4
(203,189,180)
#D1C4BD
(209,196,189)
#D7CBC6
(215,203,198)
#DDD2CF
(221,210,207)
#E3D9D8
(227,217,216)
#E9E0E1
(233,224,225)
#EFE7EA
(239,231,234)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A899; }

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

This text font color is #B9A899.

Background Color

.myBgColor { background-color: #B9A899; }

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

This div background color is #B9A899.

Border color

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

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

This div border color is #B9A899.

Opacity

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

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

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

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

This text has shadow with #B9A899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A899.

Preview

Color preview on black background

This text has color #B9A899 on black background.


Color preview on white background

This text has color #B9A899 on white background.


Black color preview on #B9A899 background

This text has black color on #B9A899 background.


White color preview on #B9A899 background

This text has white color on #B9A899 background.


Related colors

Complementary color

Complementary color for #hex is #465766.


I love getcolorcode.com

Triadic colors

1 #99B9A8 and #A899B9 with #B9A899 are triadic colors.

2 #99A8B9 and #A8B999 with #B9A899 are triadic colors.