COLOR #B0B39B

HEX: #B0B39B RGB: (176,179,155)

Color info

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

RGB color model

#B0B39B color RGB value is (176,179,155).

RGB: (176,179,155) (69%, 70%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 155 of 255 = 61%

176
179
155

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

Portions of RGB colors in percentages

R + G + B = 176 + 179 + 155 = 510 (100%)
R 176 of 510 ~ 34.51%
G 179 of 510 ~ 35.1%
B 155 of 510 ~ 30.39'%

%34.51
%35.1
%30.39

CMYK color model

#B0B39B color CMYK value is (2,0,13,30).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK: (2,0,13,30) C2M0Y13K30 (2%,0%,13%,30%) (0.02/0.00/0.13/0.30) 

CMYK percentages

%1.68
%0
%13.41
%29.8

Codes

Color #B0B39B in popluar color models

B0 B3 9B
RGB 176 179 155
HSL 68° 13.64% 65.49%
HSB/HSV 68° 13.41% 70.20%
CMYK 1.68% 0.00% 13.41%
29.80%

Color #B0B39B in popluar number systems.

HEX B0 B3 9B
Decimal 176 179 155
Binary 10110000 10110011 10011011
Octal 260 263 233

Shades and tints

Shades of #B0B39B

#B0B39B
(176,179,155)
#A0A38D
(160,163,141)
#90937F
(144,147,127)
#808371
(128,131,113)
#707363
(112,115,99)
#606355
(96,99,85)
#505347
(80,83,71)
#404339
(64,67,57)
#30332B
(48,51,43)
#20231D
(32,35,29)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #B0B39B

#B0B39B
(176,179,155)
#B7B9A4
(183,185,164)
#BEBFAD
(190,191,173)
#C5C5B6
(197,197,182)
#CCCBBF
(204,203,191)
#D3D1C8
(211,209,200)
#DAD7D1
(218,215,209)
#E1DDDA
(225,221,218)
#E8E3E3
(232,227,227)
#EFE9EC
(239,233,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B39B; }

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

This text font color is #B0B39B.

Background Color

.myBgColor { background-color: #B0B39B; }

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

This div background color is #B0B39B.

Border color

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

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

This div border color is #B0B39B.

Opacity

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

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

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

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

This text has shadow with #B0B39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B39B.

Preview

Color preview on black background

This text has color #B0B39B on black background.


Color preview on white background

This text has color #B0B39B on white background.


Black color preview on #B0B39B background

This text has black color on #B0B39B background.


White color preview on #B0B39B background

This text has white color on #B0B39B background.


Related colors

Complementary color

Complementary color for #hex is #4F4C64.


I love getcolorcode.com

Triadic colors

1 #9BB0B3 and #B39BB0 with #B0B39B are triadic colors.

2 #9BB3B0 and #B3B09B with #B0B39B are triadic colors.