COLOR #B0B18B

HEX: #B0B18B RGB: (176,177,139)

Color info

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

RGB color model

#B0B18B color RGB value is (176,177,139).

RGB: (176,177,139) (69%, 69%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 139 of 255 = 55%

176
177
139

R + G + B ~ 64%. #B0B18B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 177 + 139 = 492 (100%)
R 176 of 492 ~ 35.77%
G 177 of 492 ~ 35.98%
B 139 of 492 ~ 28.25'%

%35.77
%35.98
%28.25

CMYK color model

#B0B18B color CMYK value is (1,0,21,31).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%

CMYK: (1,0,21,31)
C1M0Y21K31 (1%, 0%, 21%, 31%)
(0.01 / 0.00 / 0.21 / 0.31)

CMYK percentages

%0.56
%0
%21.47
%30.59

Codes

Color #B0B18B in popluar color models

B0 B1 8B
RGB 176 177 139
HSL 62° 19.59% 61.96%
HSB/HSV 62° 21.47% 69.41%
CMYK 0.56% 0.00% 21.47%
30.59%

Color #B0B18B in popluar number systems.

HEX B0 B1 8B
Decimal 176 177 139
Binary 10110000 10110001 10001011
Octal 260 261 213

Shades and tints

Shades of #B0B18B

#B0B18B
(176,177,139)
#A0A17F
(160,161,127)
#909173
(144,145,115)
#808167
(128,129,103)
#70715B
(112,113,91)
#60614F
(96,97,79)
#505143
(80,81,67)
#404137
(64,65,55)
#30312B
(48,49,43)
#20211F
(32,33,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #B0B18B

#B0B18B
(176,177,139)
#B7B895
(183,184,149)
#BEBF9F
(190,191,159)
#C5C6A9
(197,198,169)
#CCCDB3
(204,205,179)
#D3D4BD
(211,212,189)
#DADBC7
(218,219,199)
#E1E2D1
(225,226,209)
#E8E9DB
(232,233,219)
#EFF0E5
(239,240,229)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B18B color. Also use rgb(176,177,139) instead hex code.

Text Font Color

.myTextColor { color: #B0B18B; }

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

This text font color is #B0B18B.

Background Color

.myBgColor { background-color: #B0B18B; }

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

This div background color is #B0B18B.

Border color

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

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

This div border color is #B0B18B.

Opacity

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

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

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

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

This text has shadow with #B0B18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B18B.

Preview

Color preview on black background

This text has color #B0B18B on black background.


Color preview on white background

This text has color #B0B18B on white background.


Black color preview on #B0B18B background

This text has black color on #B0B18B background.


White color preview on #B0B18B background

This text has white color on #B0B18B background.


Related colors

Complementary color

Complementary color for #hex is #4F4E74.


I love getcolorcode.com

Triadic colors

1 #8BB0B1 and #B18BB0 with #B0B18B are triadic colors.

2 #8BB1B0 and #B1B08B with #B0B18B are triadic colors.