COLOR #B08186

HEX: #B08186
RGB: (176,129,134)

Color info

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

RGB color model

#B08186 color RGB value is (176,129,134).

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

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 134 of 255 = 53%

176
129
134

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

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 134 = 439 (100%)
R 176 of 439 ~ 40.09%
G 129 of 439 ~ 29.38%
B 134 of 439 ~ 30.52%

%40.09
%29.38
%30.52

CMYK color model

#B08186 color CMYK value is (0,27,24,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(0,27,24,31)
C0M27Y24K31 
(0%,27%,24%,31%)
(0.00/0.27/0.24/0.31)	

CMYK percentages

%0
%26.7
%23.86
%30.98

Codes

Color #B08186 in popluar color models

B08186
RGB176129134
HSL354°22.93%59.80%
HSB/HSV354°26.70%69.02%
CMYK0.00%26.70%23.86%
30.98%

Color #B08186 in popluar number systems.

HEXB08186
Decimal176129134
Binary101100001000000110000110
Octal260201206

Shades and tints

Shades of #B08186

#B08186
(176,129,134)
#A0767A
(160,118,122)
#906B6E
(144,107,110)
#806062
(128,96,98)
#705556
(112,85,86)
#604A4A
(96,74,74)
#503F3E
(80,63,62)
#403432
(64,52,50)
#302926
(48,41,38)
#201E1A
(32,30,26)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #B08186

#B08186
(176,129,134)
#B78C91
(183,140,145)
#BE979C
(190,151,156)
#C5A2A7
(197,162,167)
#CCADB2
(204,173,178)
#D3B8BD
(211,184,189)
#DAC3C8
(218,195,200)
#E1CED3
(225,206,211)
#E8D9DE
(232,217,222)
#EFE4E9
(239,228,233)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08186; }

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

This text font color is #B08186.


Background Color

.myBgColor { background-color: #B08186; }

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

This div background color is #B08186.


Border color

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

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

This div border color is #B08186.


Opacity

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

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

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

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

This text has shadow with #B08186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08186 on black background.


Color preview on white background

This text has color #B08186 on white background.



Black color preview on #B08186 background

This text has black color on #B08186 background.


White color preview on #B08186 background

This text has white color on #B08186 background.