COLOR #B9B373

HEX: #B9B373
RGB: (185,179,115)

Color info

#B9B373 contains mainly red and green colors. Web safe color of #B9B373 is #CC9966 (or #C96).

RGB color model

#B9B373 color RGB value is (185,179,115).

  • red value is 185;
  • green value is 179;
  • blue value is 115.
RGB:
(185,179,115)
(73%,70%,45%)

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 115 of 255 = 45%

185
179
115

R + G + B ~ 63%. #B9B373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 115 = 479 (100%)
R 185 of 479 ~ 38.62%
G 179 of 479 ~ 37.37%
B 115 of 479 ~ 24.01%

%38.62
%37.37
%24.01

CMYK color model

#B9B373 color CMYK value is (0,3,38,27).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 37.84%
  • key color value is 27.45%
CMYK:
(0,3,38,27)
C0M3Y38K27 
(0%,3%,38%,27%)
(0.00/0.03/0.38/0.27)	

CMYK percentages

%0
%3.24
%37.84
%27.45

Codes

Color #B9B373 in popluar color models

B9B373
RGB185179115
HSL55°33.33%58.82%
HSB/HSV55°37.84%72.55%
CMYK0.00%3.24%37.84%
27.45%

Color #B9B373 in popluar number systems.

HEXB9B373
Decimal185179115
Binary10111001101100111110011
Octal271263163

Shades and tints

Shades of #B9B373

#B9B373
(185,179,115)
#A9A369
(169,163,105)
#99935F
(153,147,95)
#898355
(137,131,85)
#79734B
(121,115,75)
#696341
(105,99,65)
#595337
(89,83,55)
#49432D
(73,67,45)
#393323
(57,51,35)
#292319
(41,35,25)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #B9B373

#B9B373
(185,179,115)
#BFB97F
(191,185,127)
#C5BF8B
(197,191,139)
#CBC597
(203,197,151)
#D1CBA3
(209,203,163)
#D7D1AF
(215,209,175)
#DDD7BB
(221,215,187)
#E3DDC7
(227,221,199)
#E9E3D3
(233,227,211)
#EFE9DF
(239,233,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B373 color. Also use rgb(185,179,115) instead hex code.

Text Font Color

.myTextColor { color: #B9B373; }

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

This text font color is #B9B373.


Background Color

.myBgColor { background-color: #B9B373; }

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

This div background color is #B9B373.


Border color

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

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

This div border color is #B9B373.


Opacity

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

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

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

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

This text has shadow with #B9B373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B373 on black background.


Color preview on white background

This text has color #B9B373 on white background.



Black color preview on #B9B373 background

This text has black color on #B9B373 background.


White color preview on #B9B373 background

This text has white color on #B9B373 background.