COLOR #B9A28C

HEX: #B9A28C
RGB: (185,162,140)

Color info

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

RGB color model

#B9A28C color RGB value is (185,162,140).

  • red value is 185;
  • green value is 162;
  • blue value is 140.
RGB:
(185,162,140)
(73%,64%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 140 of 255 = 55%

185
162
140

R + G + B ~ 64%. #B9A28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 140 = 487 (100%)
R 185 of 487 ~ 37.99%
G 162 of 487 ~ 33.26%
B 140 of 487 ~ 28.75%

%37.99
%33.26
%28.75

CMYK color model

#B9A28C color CMYK value is (0,12,24,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(0,12,24,27)
C0M12Y24K27 
(0%,12%,24%,27%)
(0.00/0.12/0.24/0.27)	

CMYK percentages

%0
%12.43
%24.32
%27.45

Codes

Color #B9A28C in popluar color models

B9A28C
RGB185162140
HSL29°24.32%63.73%
HSB/HSV29°24.32%72.55%
CMYK0.00%12.43%24.32%
27.45%

Color #B9A28C in popluar number systems.

HEXB9A28C
Decimal185162140
Binary101110011010001010001100
Octal271242214

Shades and tints

Shades of #B9A28C

#B9A28C
(185,162,140)
#A99480
(169,148,128)
#998674
(153,134,116)
#897868
(137,120,104)
#796A5C
(121,106,92)
#695C50
(105,92,80)
#594E44
(89,78,68)
#494038
(73,64,56)
#39322C
(57,50,44)
#292420
(41,36,32)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B9A28C

#B9A28C
(185,162,140)
#BFAA96
(191,170,150)
#C5B2A0
(197,178,160)
#CBBAAA
(203,186,170)
#D1C2B4
(209,194,180)
#D7CABE
(215,202,190)
#DDD2C8
(221,210,200)
#E3DAD2
(227,218,210)
#E9E2DC
(233,226,220)
#EFEAE6
(239,234,230)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A28C color. Also use rgb(185,162,140) instead hex code.

Text Font Color

.myTextColor { color: #B9A28C; }

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

This text font color is #B9A28C.


Background Color

.myBgColor { background-color: #B9A28C; }

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

This div background color is #B9A28C.


Border color

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

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

This div border color is #B9A28C.


Opacity

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

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

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

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

This text has shadow with #B9A28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A28C on black background.


Color preview on white background

This text has color #B9A28C on white background.



Black color preview on #B9A28C background

This text has black color on #B9A28C background.


White color preview on #B9A28C background

This text has white color on #B9A28C background.