COLOR #B08B87

HEX: #B08B87
RGB: (176,139,135)

Color info

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

RGB color model

#B08B87 color RGB value is (176,139,135).

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

RGB channels and saturation

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

176
139
135

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

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 135 = 450 (100%)
R 176 of 450 ~ 39.11%
G 139 of 450 ~ 30.89%
B 135 of 450 ~ 30%

%39.11
%30.89
%30

CMYK color model

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

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

CMYK percentages

%0
%21.02
%23.3
%30.98

Codes

Color #B08B87 in popluar color models

B08B87
RGB176139135
HSL20.60%60.98%
HSB/HSV23.30%69.02%
CMYK0.00%21.02%23.30%
30.98%

Color #B08B87 in popluar number systems.

HEXB08B87
Decimal176139135
Binary101100001000101110000111
Octal260213207

Shades and tints

Shades of #B08B87

#B08B87
(176,139,135)
#A07F7B
(160,127,123)
#90736F
(144,115,111)
#806763
(128,103,99)
#705B57
(112,91,87)
#604F4B
(96,79,75)
#50433F
(80,67,63)
#403733
(64,55,51)
#302B27
(48,43,39)
#201F1B
(32,31,27)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #B08B87

#B08B87
(176,139,135)
#B79591
(183,149,145)
#BE9F9B
(190,159,155)
#C5A9A5
(197,169,165)
#CCB3AF
(204,179,175)
#D3BDB9
(211,189,185)
#DAC7C3
(218,199,195)
#E1D1CD
(225,209,205)
#E8DBD7
(232,219,215)
#EFE5E1
(239,229,225)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08B87; }

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

This text font color is #B08B87.


Background Color

.myBgColor { background-color: #B08B87; }

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

This div background color is #B08B87.


Border color

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

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

This div border color is #B08B87.


Opacity

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

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

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

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

This text has shadow with #B08B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08B87 on black background.


Color preview on white background

This text has color #B08B87 on white background.



Black color preview on #B08B87 background

This text has black color on #B08B87 background.


White color preview on #B08B87 background

This text has white color on #B08B87 background.