COLOR #B9A894

HEX: #B9A894
RGB: (185,168,148)

Color info

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

RGB color model

#B9A894 color RGB value is (185,168,148).

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

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 148 of 255 = 58%

185
168
148

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

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 148 = 501 (100%)
R 185 of 501 ~ 36.93%
G 168 of 501 ~ 33.53%
B 148 of 501 ~ 29.54%

%36.93
%33.53
%29.54

CMYK color model

#B9A894 color CMYK value is (0,9,20,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(0,9,20,27)
C0M9Y20K27 
(0%,9%,20%,27%)
(0.00/0.09/0.20/0.27)	

CMYK percentages

%0
%9.19
%20
%27.45

Codes

Color #B9A894 in popluar color models

B9A894
RGB185168148
HSL32°20.90%65.29%
HSB/HSV32°20.00%72.55%
CMYK0.00%9.19%20.00%
27.45%

Color #B9A894 in popluar number systems.

HEXB9A894
Decimal185168148
Binary101110011010100010010100
Octal271250224

Shades and tints

Shades of #B9A894

#B9A894
(185,168,148)
#A99987
(169,153,135)
#998A7A
(153,138,122)
#897B6D
(137,123,109)
#796C60
(121,108,96)
#695D53
(105,93,83)
#594E46
(89,78,70)
#493F39
(73,63,57)
#39302C
(57,48,44)
#29211F
(41,33,31)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9A894

#B9A894
(185,168,148)
#BFAF9D
(191,175,157)
#C5B6A6
(197,182,166)
#CBBDAF
(203,189,175)
#D1C4B8
(209,196,184)
#D7CBC1
(215,203,193)
#DDD2CA
(221,210,202)
#E3D9D3
(227,217,211)
#E9E0DC
(233,224,220)
#EFE7E5
(239,231,229)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A894; }

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

This text font color is #B9A894.


Background Color

.myBgColor { background-color: #B9A894; }

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

This div background color is #B9A894.


Border color

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

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

This div border color is #B9A894.


Opacity

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

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

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

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

This text has shadow with #B9A894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A894 on black background.


Color preview on white background

This text has color #B9A894 on white background.



Black color preview on #B9A894 background

This text has black color on #B9A894 background.


White color preview on #B9A894 background

This text has white color on #B9A894 background.