COLOR #B9B682

HEX: #B9B682
RGB: (185,182,130)

Color info

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

RGB color model

#B9B682 color RGB value is (185,182,130).

  • red value is 185;
  • green value is 182;
  • blue value is 130.
RGB:
(185,182,130)
(73%,71%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 130 of 255 = 51%

185
182
130

R + G + B ~ 65%. #B9B682 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 130 = 497 (100%)
R 185 of 497 ~ 37.22%
G 182 of 497 ~ 36.62%
B 130 of 497 ~ 26.16%

%37.22
%36.62
%26.16

CMYK color model

#B9B682 color CMYK value is (0,2,30,27).

  • cyan value is 0.00%
  • magenta value is 1.62%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(0,2,30,27)
C0M2Y30K27 
(0%,2%,30%,27%)
(0.00/0.02/0.30/0.27)	

CMYK percentages

%0
%1.62
%29.73
%27.45

Codes

Color #B9B682 in popluar color models

B9B682
RGB185182130
HSL57°28.21%61.76%
HSB/HSV57°29.73%72.55%
CMYK0.00%1.62%29.73%
27.45%

Color #B9B682 in popluar number systems.

HEXB9B682
Decimal185182130
Binary101110011011011010000010
Octal271266202

Shades and tints

Shades of #B9B682

#B9B682
(185,182,130)
#A9A677
(169,166,119)
#99966C
(153,150,108)
#898661
(137,134,97)
#797656
(121,118,86)
#69664B
(105,102,75)
#595640
(89,86,64)
#494635
(73,70,53)
#39362A
(57,54,42)
#29261F
(41,38,31)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B9B682

#B9B682
(185,182,130)
#BFBC8D
(191,188,141)
#C5C298
(197,194,152)
#CBC8A3
(203,200,163)
#D1CEAE
(209,206,174)
#D7D4B9
(215,212,185)
#DDDAC4
(221,218,196)
#E3E0CF
(227,224,207)
#E9E6DA
(233,230,218)
#EFECE5
(239,236,229)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B682 color. Also use rgb(185,182,130) instead hex code.

Text Font Color

.myTextColor { color: #B9B682; }

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

This text font color is #B9B682.


Background Color

.myBgColor { background-color: #B9B682; }

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

This div background color is #B9B682.


Border color

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

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

This div border color is #B9B682.


Opacity

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

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

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

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

This text has shadow with #B9B682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B682 on black background.


Color preview on white background

This text has color #B9B682 on white background.



Black color preview on #B9B682 background

This text has black color on #B9B682 background.


White color preview on #B9B682 background

This text has white color on #B9B682 background.