COLOR #B9B790

HEX: #B9B790
RGB: (185,183,144)

Color info

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

RGB color model

#B9B790 color RGB value is (185,183,144).

  • red value is 185;
  • green value is 183;
  • blue value is 144.
RGB:
(185,183,144)
(73%,72%,56%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 144 of 255 = 56%

185
183
144

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

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 144 = 512 (100%)
R 185 of 512 ~ 36.13%
G 183 of 512 ~ 35.74%
B 144 of 512 ~ 28.13%

%36.13
%35.74
%28.13

CMYK color model

#B9B790 color CMYK value is (0,1,22,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK:
(0,1,22,27)
C0M1Y22K27 
(0%,1%,22%,27%)
(0.00/0.01/0.22/0.27)	

CMYK percentages

%0
%1.08
%22.16
%27.45

Codes

Color #B9B790 in popluar color models

B9B790
RGB185183144
HSL57°22.65%64.51%
HSB/HSV57°22.16%72.55%
CMYK0.00%1.08%22.16%
27.45%

Color #B9B790 in popluar number systems.

HEXB9B790
Decimal185183144
Binary101110011011011110010000
Octal271267220

Shades and tints

Shades of #B9B790

#B9B790
(185,183,144)
#A9A783
(169,167,131)
#999776
(153,151,118)
#898769
(137,135,105)
#79775C
(121,119,92)
#69674F
(105,103,79)
#595742
(89,87,66)
#494735
(73,71,53)
#393728
(57,55,40)
#29271B
(41,39,27)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #B9B790

#B9B790
(185,183,144)
#BFBD9A
(191,189,154)
#C5C3A4
(197,195,164)
#CBC9AE
(203,201,174)
#D1CFB8
(209,207,184)
#D7D5C2
(215,213,194)
#DDDBCC
(221,219,204)
#E3E1D6
(227,225,214)
#E9E7E0
(233,231,224)
#EFEDEA
(239,237,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B790 color. Also use rgb(185,183,144) instead hex code.

Text Font Color

.myTextColor { color: #B9B790; }

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

This text font color is #B9B790.


Background Color

.myBgColor { background-color: #B9B790; }

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

This div background color is #B9B790.


Border color

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

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

This div border color is #B9B790.


Opacity

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

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

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

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

This text has shadow with #B9B790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B790 on black background.


Color preview on white background

This text has color #B9B790 on white background.



Black color preview on #B9B790 background

This text has black color on #B9B790 background.


White color preview on #B9B790 background

This text has white color on #B9B790 background.