COLOR #B0B087

HEX: #B0B087
RGB: (176,176,135)

Color info

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

RGB color model

#B0B087 color RGB value is (176,176,135).

  • red value is 176;
  • green value is 176;
  • blue value is 135.
RGB:
(176,176,135)
(69%,69%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 135 of 255 = 53%

176
176
135

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

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 135 = 487 (100%)
R 176 of 487 ~ 36.14%
G 176 of 487 ~ 36.14%
B 135 of 487 ~ 27.72%

%36.14
%36.14
%27.72

CMYK color model

#B0B087 color CMYK value is (0,0,23,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(0,0,23,31)
C0M0Y23K31 
(0%,0%,23%,31%)
(0.00/0.00/0.23/0.31)	

CMYK percentages

%0
%0
%23.3
%30.98

Codes

Color #B0B087 in popluar color models

B0B087
RGB176176135
HSL60°20.60%60.98%
HSB/HSV60°23.30%69.02%
CMYK0.00%0.00%23.30%
30.98%

Color #B0B087 in popluar number systems.

HEXB0B087
Decimal176176135
Binary101100001011000010000111
Octal260260207

Shades and tints

Shades of #B0B087

#B0B087
(176,176,135)
#A0A07B
(160,160,123)
#90906F
(144,144,111)
#808063
(128,128,99)
#707057
(112,112,87)
#60604B
(96,96,75)
#50503F
(80,80,63)
#404033
(64,64,51)
#303027
(48,48,39)
#20201B
(32,32,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #B0B087

#B0B087
(176,176,135)
#B7B791
(183,183,145)
#BEBE9B
(190,190,155)
#C5C5A5
(197,197,165)
#CCCCAF
(204,204,175)
#D3D3B9
(211,211,185)
#DADAC3
(218,218,195)
#E1E1CD
(225,225,205)
#E8E8D7
(232,232,215)
#EFEFE1
(239,239,225)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B087; }

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

This text font color is #B0B087.


Background Color

.myBgColor { background-color: #B0B087; }

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

This div background color is #B0B087.


Border color

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

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

This div border color is #B0B087.


Opacity

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

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

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

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

This text has shadow with #B0B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B087 on black background.


Color preview on white background

This text has color #B0B087 on white background.



Black color preview on #B0B087 background

This text has black color on #B0B087 background.


White color preview on #B0B087 background

This text has white color on #B0B087 background.