COLOR #B9A187

HEX: #B9A187
RGB: (185,161,135)

Color info

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

RGB color model

#B9A187 color RGB value is (185,161,135).

  • red value is 185;
  • green value is 161;
  • blue value is 135.
RGB:
(185,161,135)
(73%,63%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 135 of 255 = 53%

185
161
135

R + G + B ~ 63%. #B9A187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 161 + 135 = 481 (100%)
R 185 of 481 ~ 38.46%
G 161 of 481 ~ 33.47%
B 135 of 481 ~ 28.07%

%38.46
%33.47
%28.07

CMYK color model

#B9A187 color CMYK value is (0,13,27,27).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(0,13,27,27)
C0M13Y27K27 
(0%,13%,27%,27%)
(0.00/0.13/0.27/0.27)	

CMYK percentages

%0
%12.97
%27.03
%27.45

Codes

Color #B9A187 in popluar color models

B9A187
RGB185161135
HSL31°26.32%62.75%
HSB/HSV31°27.03%72.55%
CMYK0.00%12.97%27.03%
27.45%

Color #B9A187 in popluar number systems.

HEXB9A187
Decimal185161135
Binary101110011010000110000111
Octal271241207

Shades and tints

Shades of #B9A187

#B9A187
(185,161,135)
#A9937B
(169,147,123)
#99856F
(153,133,111)
#897763
(137,119,99)
#796957
(121,105,87)
#695B4B
(105,91,75)
#594D3F
(89,77,63)
#493F33
(73,63,51)
#393127
(57,49,39)
#29231B
(41,35,27)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #B9A187

#B9A187
(185,161,135)
#BFA991
(191,169,145)
#C5B19B
(197,177,155)
#CBB9A5
(203,185,165)
#D1C1AF
(209,193,175)
#D7C9B9
(215,201,185)
#DDD1C3
(221,209,195)
#E3D9CD
(227,217,205)
#E9E1D7
(233,225,215)
#EFE9E1
(239,233,225)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A187 color. Also use rgb(185,161,135) instead hex code.

Text Font Color

.myTextColor { color: #B9A187; }

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

This text font color is #B9A187.


Background Color

.myBgColor { background-color: #B9A187; }

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

This div background color is #B9A187.


Border color

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

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

This div border color is #B9A187.


Opacity

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

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

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

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

This text has shadow with #B9A187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A187 on black background.


Color preview on white background

This text has color #B9A187 on white background.



Black color preview on #B9A187 background

This text has black color on #B9A187 background.


White color preview on #B9A187 background

This text has white color on #B9A187 background.