COLOR #B0B39F

HEX: #B0B39F
RGB: (176,179,159)

Color info

#B0B39F contains red, green and blue colors in about the same proportion. Web safe color of #B0B39F is #999999 (or #999).

RGB color model

#B0B39F color RGB value is (176,179,159).

  • red value is 176;
  • green value is 179;
  • blue value is 159.
RGB:
(176,179,159)
(69%,70%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 159 of 255 = 62%

176
179
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 159 = 514 (100%)
R 176 of 514 ~ 34.24%
G 179 of 514 ~ 34.82%
B 159 of 514 ~ 30.93%

%34.24
%34.82
%30.93

CMYK color model

#B0B39F color CMYK value is (2,0,11,30).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(2,0,11,30)
C2M0Y11K30 
(2%,0%,11%,30%)
(0.02/0.00/0.11/0.30)	

CMYK percentages

%1.68
%0
%11.17
%29.8

Codes

Color #B0B39F in popluar color models

B0B39F
RGB176179159
HSL69°11.63%66.27%
HSB/HSV69°11.17%70.20%
CMYK1.68%0.00%11.17%
29.80%

Color #B0B39F in popluar number systems.

HEXB0B39F
Decimal176179159
Binary101100001011001110011111
Octal260263237

Shades and tints

Shades of #B0B39F

#B0B39F
(176,179,159)
#A0A391
(160,163,145)
#909383
(144,147,131)
#808375
(128,131,117)
#707367
(112,115,103)
#606359
(96,99,89)
#50534B
(80,83,75)
#40433D
(64,67,61)
#30332F
(48,51,47)
#202321
(32,35,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B0B39F

#B0B39F
(176,179,159)
#B7B9A7
(183,185,167)
#BEBFAF
(190,191,175)
#C5C5B7
(197,197,183)
#CCCBBF
(204,203,191)
#D3D1C7
(211,209,199)
#DAD7CF
(218,215,207)
#E1DDD7
(225,221,215)
#E8E3DF
(232,227,223)
#EFE9E7
(239,233,231)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B39F color. Also use rgb(176,179,159) instead hex code.

Text Font Color

.myTextColor { color: #B0B39F; }

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

This text font color is #B0B39F.


Background Color

.myBgColor { background-color: #B0B39F; }

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

This div background color is #B0B39F.


Border color

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

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

This div border color is #B0B39F.


Opacity

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

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

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

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

This text has shadow with #B0B39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B39F on black background.


Color preview on white background

This text has color #B0B39F on white background.



Black color preview on #B0B39F background

This text has black color on #B0B39F background.


White color preview on #B0B39F background

This text has white color on #B0B39F background.