COLOR #B08B8B

HEX: #B08B8B
RGB: (176,139,139)

Color info

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

RGB color model

#B08B8B color RGB value is (176,139,139).

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

RGB channels and saturation

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

176
139
139

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

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 139 = 454 (100%)
R 176 of 454 ~ 38.77%
G 139 of 454 ~ 30.62%
B 139 of 454 ~ 30.62%

%38.77
%30.62
%30.62

CMYK color model

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

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

CMYK percentages

%0
%21.02
%21.02
%30.98

Codes

Color #B08B8B in popluar color models

B08B8B
RGB176139139
HSL18.97%61.76%
HSB/HSV21.02%69.02%
CMYK0.00%21.02%21.02%
30.98%

Color #B08B8B in popluar number systems.

HEXB08B8B
Decimal176139139
Binary101100001000101110001011
Octal260213213

Shades and tints

Shades of #B08B8B

#B08B8B
(176,139,139)
#A07F7F
(160,127,127)
#907373
(144,115,115)
#806767
(128,103,103)
#705B5B
(112,91,91)
#604F4F
(96,79,79)
#504343
(80,67,67)
#403737
(64,55,55)
#302B2B
(48,43,43)
#201F1F
(32,31,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B08B8B

#B08B8B
(176,139,139)
#B79595
(183,149,149)
#BE9F9F
(190,159,159)
#C5A9A9
(197,169,169)
#CCB3B3
(204,179,179)
#D3BDBD
(211,189,189)
#DAC7C7
(218,199,199)
#E1D1D1
(225,209,209)
#E8DBDB
(232,219,219)
#EFE5E5
(239,229,229)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08B8B; }

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

This text font color is #B08B8B.


Background Color

.myBgColor { background-color: #B08B8B; }

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

This div background color is #B08B8B.


Border color

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

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

This div border color is #B08B8B.


Opacity

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

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

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

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

This text has shadow with #B08B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08B8B on black background.


Color preview on white background

This text has color #B08B8B on white background.



Black color preview on #B08B8B background

This text has black color on #B08B8B background.


White color preview on #B08B8B background

This text has white color on #B08B8B background.