COLOR #B0B58B

HEX: #B0B58B RGB: (176,181,139)

Color info

#B0B58B contains red, green and blue colors in about the same proportion. Web safe color of #B0B58B is #99CC99 (or #9C9).

RGB color model

#B0B58B color RGB value is (176,181,139).

RGB: (176,181,139) (69%, 71%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 139 of 255 = 55%

176
181
139

R + G + B ~ 65%. #B0B58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 181 + 139 = 496 (100%)
R 176 of 496 ~ 35.48%
G 181 of 496 ~ 36.49%
B 139 of 496 ~ 28.02'%

%35.48
%36.49
%28.02

CMYK color model

#B0B58B color CMYK value is (3,0,23,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK: (3,0,23,29) C3M0Y23K29 (3%,0%,23%,29%) (0.03/0.00/0.23/0.29) 

CMYK percentages

%2.76
%0
%23.2
%29.02

Codes

Color #B0B58B in popluar color models

B0 B5 8B
RGB 176 181 139
HSL 67° 22.11% 62.75%
HSB/HSV 67° 23.20% 70.98%
CMYK 2.76% 0.00% 23.20%
29.02%

Color #B0B58B in popluar number systems.

HEX B0 B5 8B
Decimal 176 181 139
Binary 10110000 10110101 10001011
Octal 260 265 213

Shades and tints

Shades of #B0B58B

#B0B58B
(176,181,139)
#A0A57F
(160,165,127)
#909573
(144,149,115)
#808567
(128,133,103)
#70755B
(112,117,91)
#60654F
(96,101,79)
#505543
(80,85,67)
#404537
(64,69,55)
#30352B
(48,53,43)
#20251F
(32,37,31)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B0B58B

#B0B58B
(176,181,139)
#B7BB95
(183,187,149)
#BEC19F
(190,193,159)
#C5C7A9
(197,199,169)
#CCCDB3
(204,205,179)
#D3D3BD
(211,211,189)
#DAD9C7
(218,217,199)
#E1DFD1
(225,223,209)
#E8E5DB
(232,229,219)
#EFEBE5
(239,235,229)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B58B; }

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

This text font color is #B0B58B.

Background Color

.myBgColor { background-color: #B0B58B; }

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

This div background color is #B0B58B.

Border color

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

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

This div border color is #B0B58B.

Opacity

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

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

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

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

This text has shadow with #B0B58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B58B.

Preview

Color preview on black background

This text has color #B0B58B on black background.


Color preview on white background

This text has color #B0B58B on white background.


Black color preview on #B0B58B background

This text has black color on #B0B58B background.


White color preview on #B0B58B background

This text has white color on #B0B58B background.


Related colors

Complementary color

Complementary color for #hex is #4F4A74.


I love getcolorcode.com

Triadic colors

1 #8BB0B5 and #B58BB0 with #B0B58B are triadic colors.

2 #8BB5B0 and #B5B08B with #B0B58B are triadic colors.