COLOR #B9B491

HEX: #B9B491
RGB: (185,180,145)

Color info

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

RGB color model

#B9B491 color RGB value is (185,180,145).

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

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 145 of 255 = 57%

185
180
145

R + G + B ~ 67%. #B9B491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 145 = 510 (100%)
R 185 of 510 ~ 36.27%
G 180 of 510 ~ 35.29%
B 145 of 510 ~ 28.43%

%36.27
%35.29
%28.43

CMYK color model

#B9B491 color CMYK value is (0,3,22,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(0,3,22,27)
C0M3Y22K27 
(0%,3%,22%,27%)
(0.00/0.03/0.22/0.27)	

CMYK percentages

%0
%2.7
%21.62
%27.45

Codes

Color #B9B491 in popluar color models

B9B491
RGB185180145
HSL53°22.22%64.71%
HSB/HSV53°21.62%72.55%
CMYK0.00%2.70%21.62%
27.45%

Color #B9B491 in popluar number systems.

HEXB9B491
Decimal185180145
Binary101110011011010010010001
Octal271264221

Shades and tints

Shades of #B9B491

#B9B491
(185,180,145)
#A9A484
(169,164,132)
#999477
(153,148,119)
#89846A
(137,132,106)
#79745D
(121,116,93)
#696450
(105,100,80)
#595443
(89,84,67)
#494436
(73,68,54)
#393429
(57,52,41)
#29241C
(41,36,28)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #B9B491

#B9B491
(185,180,145)
#BFBA9B
(191,186,155)
#C5C0A5
(197,192,165)
#CBC6AF
(203,198,175)
#D1CCB9
(209,204,185)
#D7D2C3
(215,210,195)
#DDD8CD
(221,216,205)
#E3DED7
(227,222,215)
#E9E4E1
(233,228,225)
#EFEAEB
(239,234,235)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B491; }

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

This text font color is #B9B491.


Background Color

.myBgColor { background-color: #B9B491; }

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

This div background color is #B9B491.


Border color

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

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

This div border color is #B9B491.


Opacity

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

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

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

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

This text has shadow with #B9B491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B491 on black background.


Color preview on white background

This text has color #B9B491 on white background.



Black color preview on #B9B491 background

This text has black color on #B9B491 background.


White color preview on #B9B491 background

This text has white color on #B9B491 background.