COLOR #B0B49F

HEX: #B0B49F
RGB: (176,180,159)

Color info

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

RGB color model

#B0B49F color RGB value is (176,180,159).

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

RGB channels and saturation

R 176 of 255 = 69%
G 180 of 255 = 71%
B 159 of 255 = 62%

176
180
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 180 + 159 = 515 (100%)
R 176 of 515 ~ 34.17%
G 180 of 515 ~ 34.95%
B 159 of 515 ~ 30.87%

%34.17
%34.95
%30.87

CMYK color model

#B0B49F color CMYK value is (2,0,12,29).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(2,0,12,29)
C2M0Y12K29 
(2%,0%,12%,29%)
(0.02/0.00/0.12/0.29)	

CMYK percentages

%2.22
%0
%11.67
%29.41

Codes

Color #B0B49F in popluar color models

B0B49F
RGB176180159
HSL71°12.28%66.47%
HSB/HSV71°11.67%70.59%
CMYK2.22%0.00%11.67%
29.41%

Color #B0B49F in popluar number systems.

HEXB0B49F
Decimal176180159
Binary101100001011010010011111
Octal260264237

Shades and tints

Shades of #B0B49F

#B0B49F
(176,180,159)
#A0A491
(160,164,145)
#909483
(144,148,131)
#808475
(128,132,117)
#707467
(112,116,103)
#606459
(96,100,89)
#50544B
(80,84,75)
#40443D
(64,68,61)
#30342F
(48,52,47)
#202421
(32,36,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0B49F

#B0B49F
(176,180,159)
#B7BAA7
(183,186,167)
#BEC0AF
(190,192,175)
#C5C6B7
(197,198,183)
#CCCCBF
(204,204,191)
#D3D2C7
(211,210,199)
#DAD8CF
(218,216,207)
#E1DED7
(225,222,215)
#E8E4DF
(232,228,223)
#EFEAE7
(239,234,231)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B49F; }

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

This text font color is #B0B49F.


Background Color

.myBgColor { background-color: #B0B49F; }

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

This div background color is #B0B49F.


Border color

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

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

This div border color is #B0B49F.


Opacity

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

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

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

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

This text has shadow with #B0B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B49F on black background.


Color preview on white background

This text has color #B0B49F on white background.



Black color preview on #B0B49F background

This text has black color on #B0B49F background.


White color preview on #B0B49F background

This text has white color on #B0B49F background.