COLOR #B08C87

HEX: #B08C87
RGB: (176,140,135)

Color info

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

RGB color model

#B08C87 color RGB value is (176,140,135).

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

RGB channels and saturation

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

176
140
135

R + G + B ~ 59%. #B08C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 135 = 451 (100%)
R 176 of 451 ~ 39.02%
G 140 of 451 ~ 31.04%
B 135 of 451 ~ 29.93%

%39.02
%31.04
%29.93

CMYK color model

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

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

CMYK percentages

%0
%20.45
%23.3
%30.98

Codes

Color #B08C87 in popluar color models

B08C87
RGB176140135
HSL20.60%60.98%
HSB/HSV23.30%69.02%
CMYK0.00%20.45%23.30%
30.98%

Color #B08C87 in popluar number systems.

HEXB08C87
Decimal176140135
Binary101100001000110010000111
Octal260214207

Shades and tints

Shades of #B08C87

#B08C87
(176,140,135)
#A0807B
(160,128,123)
#90746F
(144,116,111)
#806863
(128,104,99)
#705C57
(112,92,87)
#60504B
(96,80,75)
#50443F
(80,68,63)
#403833
(64,56,51)
#302C27
(48,44,39)
#20201B
(32,32,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #B08C87

#B08C87
(176,140,135)
#B79691
(183,150,145)
#BEA09B
(190,160,155)
#C5AAA5
(197,170,165)
#CCB4AF
(204,180,175)
#D3BEB9
(211,190,185)
#DAC8C3
(218,200,195)
#E1D2CD
(225,210,205)
#E8DCD7
(232,220,215)
#EFE6E1
(239,230,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08C87; }

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

This text font color is #B08C87.


Background Color

.myBgColor { background-color: #B08C87; }

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

This div background color is #B08C87.


Border color

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

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

This div border color is #B08C87.


Opacity

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

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

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

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

This text has shadow with #B08C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08C87 on black background.


Color preview on white background

This text has color #B08C87 on white background.



Black color preview on #B08C87 background

This text has black color on #B08C87 background.


White color preview on #B08C87 background

This text has white color on #B08C87 background.