COLOR #B9B29A

HEX: #B9B29A
RGB: (185,178,154)

Color info

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

RGB color model

#B9B29A color RGB value is (185,178,154).

  • red value is 185;
  • green value is 178;
  • blue value is 154.
RGB:
(185,178,154)
(73%,70%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 154 of 255 = 60%

185
178
154

R + G + B ~ 68%. #B9B29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 178 + 154 = 517 (100%)
R 185 of 517 ~ 35.78%
G 178 of 517 ~ 34.43%
B 154 of 517 ~ 29.79%

%35.78
%34.43
%29.79

CMYK color model

#B9B29A color CMYK value is (0,4,17,27).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(0,4,17,27)
C0M4Y17K27 
(0%,4%,17%,27%)
(0.00/0.04/0.17/0.27)	

CMYK percentages

%0
%3.78
%16.76
%27.45

Codes

Color #B9B29A in popluar color models

B9B29A
RGB185178154
HSL46°18.13%66.47%
HSB/HSV46°16.76%72.55%
CMYK0.00%3.78%16.76%
27.45%

Color #B9B29A in popluar number systems.

HEXB9B29A
Decimal185178154
Binary101110011011001010011010
Octal271262232

Shades and tints

Shades of #B9B29A

#B9B29A
(185,178,154)
#A9A28C
(169,162,140)
#99927E
(153,146,126)
#898270
(137,130,112)
#797262
(121,114,98)
#696254
(105,98,84)
#595246
(89,82,70)
#494238
(73,66,56)
#39322A
(57,50,42)
#29221C
(41,34,28)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #B9B29A

#B9B29A
(185,178,154)
#BFB9A3
(191,185,163)
#C5C0AC
(197,192,172)
#CBC7B5
(203,199,181)
#D1CEBE
(209,206,190)
#D7D5C7
(215,213,199)
#DDDCD0
(221,220,208)
#E3E3D9
(227,227,217)
#E9EAE2
(233,234,226)
#EFF1EB
(239,241,235)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B29A color. Also use rgb(185,178,154) instead hex code.

Text Font Color

.myTextColor { color: #B9B29A; }

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

This text font color is #B9B29A.


Background Color

.myBgColor { background-color: #B9B29A; }

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

This div background color is #B9B29A.


Border color

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

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

This div border color is #B9B29A.


Opacity

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

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

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

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

This text has shadow with #B9B29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B29A on black background.


Color preview on white background

This text has color #B9B29A on white background.



Black color preview on #B9B29A background

This text has black color on #B9B29A background.


White color preview on #B9B29A background

This text has white color on #B9B29A background.