COLOR #B0B98B

HEX: #B0B98B RGB: (176,185,139)

Color info

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

RGB color model

#B0B98B color RGB value is (176,185,139).

RGB: (176,185,139) (69%, 73%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 139 of 255 = 55%

176
185
139

R + G + B ~ 66%. #B0B98B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 185 + 139 = 500 (100%)
R 176 of 500 ~ 35.2%
G 185 of 500 ~ 37%
B 139 of 500 ~ 27.8'%

%35.2
%37
%27.8

CMYK color model

#B0B98B color CMYK value is (5,0,25,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 27.45%

CMYK: (5,0,25,27)
C5M0Y25K27 (5%, 0%, 25%, 27%)
(0.05 / 0.00 / 0.25 / 0.27)

CMYK percentages

%4.86
%0
%24.86
%27.45

Codes

Color #B0B98B in popluar color models

B0 B9 8B
RGB 176 185 139
HSL 72° 24.73% 63.53%
HSB/HSV 72° 24.86% 72.55%
CMYK 4.86% 0.00% 24.86%
27.45%

Color #B0B98B in popluar number systems.

HEX B0 B9 8B
Decimal 176 185 139
Binary 10110000 10111001 10001011
Octal 260 271 213

Shades and tints

Shades of #B0B98B

#B0B98B
(176,185,139)
#A0A97F
(160,169,127)
#909973
(144,153,115)
#808967
(128,137,103)
#70795B
(112,121,91)
#60694F
(96,105,79)
#505943
(80,89,67)
#404937
(64,73,55)
#30392B
(48,57,43)
#20291F
(32,41,31)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #B0B98B

#B0B98B
(176,185,139)
#B7BF95
(183,191,149)
#BEC59F
(190,197,159)
#C5CBA9
(197,203,169)
#CCD1B3
(204,209,179)
#D3D7BD
(211,215,189)
#DADDC7
(218,221,199)
#E1E3D1
(225,227,209)
#E8E9DB
(232,233,219)
#EFEFE5
(239,239,229)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B98B; }

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

This text font color is #B0B98B.

Background Color

.myBgColor { background-color: #B0B98B; }

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

This div background color is #B0B98B.

Border color

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

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

This div border color is #B0B98B.

Opacity

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

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

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

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

This text has shadow with #B0B98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B98B.

Preview

Color preview on black background

This text has color #B0B98B on black background.


Color preview on white background

This text has color #B0B98B on white background.


Black color preview on #B0B98B background

This text has black color on #B0B98B background.


White color preview on #B0B98B background

This text has white color on #B0B98B background.


Related colors

Complementary color

Complementary color for #hex is #4F4674.


I love getcolorcode.com

Triadic colors

1 #8BB0B9 and #B98BB0 with #B0B98B are triadic colors.

2 #8BB9B0 and #B9B08B with #B0B98B are triadic colors.