COLOR #B9B482

HEX: #B9B482
RGB: (185,180,130)

Color info

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

RGB color model

#B9B482 color RGB value is (185,180,130).

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

RGB channels and saturation

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

185
180
130

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

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 130 = 495 (100%)
R 185 of 495 ~ 37.37%
G 180 of 495 ~ 36.36%
B 130 of 495 ~ 26.26%

%37.37
%36.36
%26.26

CMYK color model

#B9B482 color CMYK value is (0,3,30,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(0,3,30,27)
C0M3Y30K27 
(0%,3%,30%,27%)
(0.00/0.03/0.30/0.27)	

CMYK percentages

%0
%2.7
%29.73
%27.45

Codes

Color #B9B482 in popluar color models

B9B482
RGB185180130
HSL55°28.21%61.76%
HSB/HSV55°29.73%72.55%
CMYK0.00%2.70%29.73%
27.45%

Color #B9B482 in popluar number systems.

HEXB9B482
Decimal185180130
Binary101110011011010010000010
Octal271264202

Shades and tints

Shades of #B9B482

#B9B482
(185,180,130)
#A9A477
(169,164,119)
#99946C
(153,148,108)
#898461
(137,132,97)
#797456
(121,116,86)
#69644B
(105,100,75)
#595440
(89,84,64)
#494435
(73,68,53)
#39342A
(57,52,42)
#29241F
(41,36,31)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9B482

#B9B482
(185,180,130)
#BFBA8D
(191,186,141)
#C5C098
(197,192,152)
#CBC6A3
(203,198,163)
#D1CCAE
(209,204,174)
#D7D2B9
(215,210,185)
#DDD8C4
(221,216,196)
#E3DECF
(227,222,207)
#E9E4DA
(233,228,218)
#EFEAE5
(239,234,229)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B482; }

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

This text font color is #B9B482.


Background Color

.myBgColor { background-color: #B9B482; }

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

This div background color is #B9B482.


Border color

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

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

This div border color is #B9B482.


Opacity

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

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

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

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

This text has shadow with #B9B482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B482 on black background.


Color preview on white background

This text has color #B9B482 on white background.



Black color preview on #B9B482 background

This text has black color on #B9B482 background.


White color preview on #B9B482 background

This text has white color on #B9B482 background.