COLOR #B9A991

HEX: #B9A991
RGB: (185,169,145)

Color info

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

RGB color model

#B9A991 color RGB value is (185,169,145).

  • red value is 185;
  • green value is 169;
  • blue value is 145.
RGB:
(185,169,145)
(73%,66%,57%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 145 of 255 = 57%

185
169
145

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 145 = 499 (100%)
R 185 of 499 ~ 37.07%
G 169 of 499 ~ 33.87%
B 145 of 499 ~ 29.06%

%37.07
%33.87
%29.06

CMYK color model

#B9A991 color CMYK value is (0,9,22,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(0,9,22,27)
C0M9Y22K27 
(0%,9%,22%,27%)
(0.00/0.09/0.22/0.27)	

CMYK percentages

%0
%8.65
%21.62
%27.45

Codes

Color #B9A991 in popluar color models

B9A991
RGB185169145
HSL36°22.22%64.71%
HSB/HSV36°21.62%72.55%
CMYK0.00%8.65%21.62%
27.45%

Color #B9A991 in popluar number systems.

HEXB9A991
Decimal185169145
Binary101110011010100110010001
Octal271251221

Shades and tints

Shades of #B9A991

#B9A991
(185,169,145)
#A99A84
(169,154,132)
#998B77
(153,139,119)
#897C6A
(137,124,106)
#796D5D
(121,109,93)
#695E50
(105,94,80)
#594F43
(89,79,67)
#494036
(73,64,54)
#393129
(57,49,41)
#29221C
(41,34,28)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #B9A991

#B9A991
(185,169,145)
#BFB09B
(191,176,155)
#C5B7A5
(197,183,165)
#CBBEAF
(203,190,175)
#D1C5B9
(209,197,185)
#D7CCC3
(215,204,195)
#DDD3CD
(221,211,205)
#E3DAD7
(227,218,215)
#E9E1E1
(233,225,225)
#EFE8EB
(239,232,235)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A991 color. Also use rgb(185,169,145) instead hex code.

Text Font Color

.myTextColor { color: #B9A991; }

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

This text font color is #B9A991.


Background Color

.myBgColor { background-color: #B9A991; }

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

This div background color is #B9A991.


Border color

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

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

This div border color is #B9A991.


Opacity

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

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

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

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

This text has shadow with #B9A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A991 on black background.


Color preview on white background

This text has color #B9A991 on white background.



Black color preview on #B9A991 background

This text has black color on #B9A991 background.


White color preview on #B9A991 background

This text has white color on #B9A991 background.