COLOR #B9A897

HEX: #B9A897
RGB: (185,168,151)

Color info

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

RGB color model

#B9A897 color RGB value is (185,168,151).

  • red value is 185;
  • green value is 168;
  • blue value is 151.
RGB:
(185,168,151)
(73%,66%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 151 of 255 = 59%

185
168
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 151 = 504 (100%)
R 185 of 504 ~ 36.71%
G 168 of 504 ~ 33.33%
B 151 of 504 ~ 29.96%

%36.71
%33.33
%29.96

CMYK color model

#B9A897 color CMYK value is (0,9,18,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK:
(0,9,18,27)
C0M9Y18K27 
(0%,9%,18%,27%)
(0.00/0.09/0.18/0.27)	

CMYK percentages

%0
%9.19
%18.38
%27.45

Codes

Color #B9A897 in popluar color models

B9A897
RGB185168151
HSL30°19.54%65.88%
HSB/HSV30°18.38%72.55%
CMYK0.00%9.19%18.38%
27.45%

Color #B9A897 in popluar number systems.

HEXB9A897
Decimal185168151
Binary101110011010100010010111
Octal271250227

Shades and tints

Shades of #B9A897

#B9A897
(185,168,151)
#A9998A
(169,153,138)
#998A7D
(153,138,125)
#897B70
(137,123,112)
#796C63
(121,108,99)
#695D56
(105,93,86)
#594E49
(89,78,73)
#493F3C
(73,63,60)
#39302F
(57,48,47)
#292122
(41,33,34)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B9A897

#B9A897
(185,168,151)
#BFAFA0
(191,175,160)
#C5B6A9
(197,182,169)
#CBBDB2
(203,189,178)
#D1C4BB
(209,196,187)
#D7CBC4
(215,203,196)
#DDD2CD
(221,210,205)
#E3D9D6
(227,217,214)
#E9E0DF
(233,224,223)
#EFE7E8
(239,231,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A897; }

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

This text font color is #B9A897.


Background Color

.myBgColor { background-color: #B9A897; }

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

This div background color is #B9A897.


Border color

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

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

This div border color is #B9A897.


Opacity

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

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

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

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

This text has shadow with #B9A897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A897 on black background.


Color preview on white background

This text has color #B9A897 on white background.



Black color preview on #B9A897 background

This text has black color on #B9A897 background.


White color preview on #B9A897 background

This text has white color on #B9A897 background.