COLOR #B0B387

HEX: #B0B387
RGB: (176,179,135)

Color info

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

RGB color model

#B0B387 color RGB value is (176,179,135).

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

RGB channels and saturation

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

176
179
135

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

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 135 = 490 (100%)
R 176 of 490 ~ 35.92%
G 179 of 490 ~ 36.53%
B 135 of 490 ~ 27.55%

%35.92
%36.53
%27.55

CMYK color model

#B0B387 color CMYK value is (2,0,25,30).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(2,0,25,30)
C2M0Y25K30 
(2%,0%,25%,30%)
(0.02/0.00/0.25/0.30)	

CMYK percentages

%1.68
%0
%24.58
%29.8

Codes

Color #B0B387 in popluar color models

B0B387
RGB176179135
HSL64°22.45%61.57%
HSB/HSV64°24.58%70.20%
CMYK1.68%0.00%24.58%
29.80%

Color #B0B387 in popluar number systems.

HEXB0B387
Decimal176179135
Binary101100001011001110000111
Octal260263207

Shades and tints

Shades of #B0B387

#B0B387
(176,179,135)
#A0A37B
(160,163,123)
#90936F
(144,147,111)
#808363
(128,131,99)
#707357
(112,115,87)
#60634B
(96,99,75)
#50533F
(80,83,63)
#404333
(64,67,51)
#303327
(48,51,39)
#20231B
(32,35,27)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #B0B387

#B0B387
(176,179,135)
#B7B991
(183,185,145)
#BEBF9B
(190,191,155)
#C5C5A5
(197,197,165)
#CCCBAF
(204,203,175)
#D3D1B9
(211,209,185)
#DAD7C3
(218,215,195)
#E1DDCD
(225,221,205)
#E8E3D7
(232,227,215)
#EFE9E1
(239,233,225)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B387; }

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

This text font color is #B0B387.


Background Color

.myBgColor { background-color: #B0B387; }

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

This div background color is #B0B387.


Border color

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

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

This div border color is #B0B387.


Opacity

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

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

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

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

This text has shadow with #B0B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B387 on black background.


Color preview on white background

This text has color #B0B387 on white background.



Black color preview on #B0B387 background

This text has black color on #B0B387 background.


White color preview on #B0B387 background

This text has white color on #B0B387 background.