COLOR #B0B39D

HEX: #B0B39D
RGB: (176,179,157)

Color info

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

RGB color model

#B0B39D color RGB value is (176,179,157).

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

RGB channels and saturation

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

176
179
157

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

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 157 = 512 (100%)
R 176 of 512 ~ 34.38%
G 179 of 512 ~ 34.96%
B 157 of 512 ~ 30.66%

%34.38
%34.96
%30.66

CMYK color model

#B0B39D color CMYK value is (2,0,12,30).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(2,0,12,30)
C2M0Y12K30 
(2%,0%,12%,30%)
(0.02/0.00/0.12/0.30)	

CMYK percentages

%1.68
%0
%12.29
%29.8

Codes

Color #B0B39D in popluar color models

B0B39D
RGB176179157
HSL68°12.64%65.88%
HSB/HSV68°12.29%70.20%
CMYK1.68%0.00%12.29%
29.80%

Color #B0B39D in popluar number systems.

HEXB0B39D
Decimal176179157
Binary101100001011001110011101
Octal260263235

Shades and tints

Shades of #B0B39D

#B0B39D
(176,179,157)
#A0A38F
(160,163,143)
#909381
(144,147,129)
#808373
(128,131,115)
#707365
(112,115,101)
#606357
(96,99,87)
#505349
(80,83,73)
#40433B
(64,67,59)
#30332D
(48,51,45)
#20231F
(32,35,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #B0B39D

#B0B39D
(176,179,157)
#B7B9A5
(183,185,165)
#BEBFAD
(190,191,173)
#C5C5B5
(197,197,181)
#CCCBBD
(204,203,189)
#D3D1C5
(211,209,197)
#DAD7CD
(218,215,205)
#E1DDD5
(225,221,213)
#E8E3DD
(232,227,221)
#EFE9E5
(239,233,229)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B39D; }

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

This text font color is #B0B39D.


Background Color

.myBgColor { background-color: #B0B39D; }

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

This div background color is #B0B39D.


Border color

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

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

This div border color is #B0B39D.


Opacity

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

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

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

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

This text has shadow with #B0B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B39D on black background.


Color preview on white background

This text has color #B0B39D on white background.



Black color preview on #B0B39D background

This text has black color on #B0B39D background.


White color preview on #B0B39D background

This text has white color on #B0B39D background.