COLOR #B0B499

HEX: #B0B499
RGB: (176,180,153)

Color info

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

RGB color model

#B0B499 color RGB value is (176,180,153).

  • red value is 176;
  • green value is 180;
  • blue value is 153.
RGB:
(176,180,153)
(69%,71%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 180 of 255 = 71%
B 153 of 255 = 60%

176
180
153

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

Portions of RGB colors in percentages

R + G + B =
176 + 180 + 153 = 509 (100%)
R 176 of 509 ~ 34.58%
G 180 of 509 ~ 35.36%
B 153 of 509 ~ 30.06%

%34.58
%35.36
%30.06

CMYK color model

#B0B499 color CMYK value is (2,0,15,29).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(2,0,15,29)
C2M0Y15K29 
(2%,0%,15%,29%)
(0.02/0.00/0.15/0.29)	

CMYK percentages

%2.22
%0
%15
%29.41

Codes

Color #B0B499 in popluar color models

B0B499
RGB176180153
HSL69°15.25%65.29%
HSB/HSV69°15.00%70.59%
CMYK2.22%0.00%15.00%
29.41%

Color #B0B499 in popluar number systems.

HEXB0B499
Decimal176180153
Binary101100001011010010011001
Octal260264231

Shades and tints

Shades of #B0B499

#B0B499
(176,180,153)
#A0A48C
(160,164,140)
#90947F
(144,148,127)
#808472
(128,132,114)
#707465
(112,116,101)
#606458
(96,100,88)
#50544B
(80,84,75)
#40443E
(64,68,62)
#303431
(48,52,49)
#202424
(32,36,36)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #B0B499

#B0B499
(176,180,153)
#B7BAA2
(183,186,162)
#BEC0AB
(190,192,171)
#C5C6B4
(197,198,180)
#CCCCBD
(204,204,189)
#D3D2C6
(211,210,198)
#DAD8CF
(218,216,207)
#E1DED8
(225,222,216)
#E8E4E1
(232,228,225)
#EFEAEA
(239,234,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B499 color. Also use rgb(176,180,153) instead hex code.

Text Font Color

.myTextColor { color: #B0B499; }

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

This text font color is #B0B499.


Background Color

.myBgColor { background-color: #B0B499; }

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

This div background color is #B0B499.


Border color

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

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

This div border color is #B0B499.


Opacity

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

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

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

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

This text has shadow with #B0B499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B499 on black background.


Color preview on white background

This text has color #B0B499 on white background.



Black color preview on #B0B499 background

This text has black color on #B0B499 background.


White color preview on #B0B499 background

This text has white color on #B0B499 background.