COLOR #B9B49E

HEX: #B9B49E
RGB: (185,180,158)

Color info

#B9B49E contains red, green and blue colors in about the same proportion. Web safe color of #B9B49E is #CCCC99 (or #CC9).

RGB color model

#B9B49E color RGB value is (185,180,158).

  • red value is 185;
  • green value is 180;
  • blue value is 158.
RGB:
(185,180,158)
(73%,71%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 158 of 255 = 62%

185
180
158

R + G + B ~ 69%. #B9B49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 158 = 523 (100%)
R 185 of 523 ~ 35.37%
G 180 of 523 ~ 34.42%
B 158 of 523 ~ 30.21%

%35.37
%34.42
%30.21

CMYK color model

#B9B49E color CMYK value is (0,3,15,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,3,15,27)
C0M3Y15K27 
(0%,3%,15%,27%)
(0.00/0.03/0.15/0.27)	

CMYK percentages

%0
%2.7
%14.59
%27.45

Codes

Color #B9B49E in popluar color models

B9B49E
RGB185180158
HSL49°16.17%67.25%
HSB/HSV49°14.59%72.55%
CMYK0.00%2.70%14.59%
27.45%

Color #B9B49E in popluar number systems.

HEXB9B49E
Decimal185180158
Binary101110011011010010011110
Octal271264236

Shades and tints

Shades of #B9B49E

#B9B49E
(185,180,158)
#A9A490
(169,164,144)
#999482
(153,148,130)
#898474
(137,132,116)
#797466
(121,116,102)
#696458
(105,100,88)
#59544A
(89,84,74)
#49443C
(73,68,60)
#39342E
(57,52,46)
#292420
(41,36,32)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #B9B49E

#B9B49E
(185,180,158)
#BFBAA6
(191,186,166)
#C5C0AE
(197,192,174)
#CBC6B6
(203,198,182)
#D1CCBE
(209,204,190)
#D7D2C6
(215,210,198)
#DDD8CE
(221,216,206)
#E3DED6
(227,222,214)
#E9E4DE
(233,228,222)
#EFEAE6
(239,234,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B49E color. Also use rgb(185,180,158) instead hex code.

Text Font Color

.myTextColor { color: #B9B49E; }

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

This text font color is #B9B49E.


Background Color

.myBgColor { background-color: #B9B49E; }

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

This div background color is #B9B49E.


Border color

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

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

This div border color is #B9B49E.


Opacity

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

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

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

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

This text has shadow with #B9B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B49E on black background.


Color preview on white background

This text has color #B9B49E on white background.



Black color preview on #B9B49E background

This text has black color on #B9B49E background.


White color preview on #B9B49E background

This text has white color on #B9B49E background.