COLOR #B08586

HEX: #B08586 RGB: (176,133,134)

Color info

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

RGB color model

#B08586 color RGB value is (176,133,134).

RGB: (176,133,134) (69%, 52%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 134 of 255 = 53%

176
133
134

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

Portions of RGB colors in percentages

R + G + B = 176 + 133 + 134 = 443 (100%)
R 176 of 443 ~ 39.73%
G 133 of 443 ~ 30.02%
B 134 of 443 ~ 30.25'%

%39.73
%30.02
%30.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 23.86%
  • key color value is 30.98%

CMYK: (0,24,24,31)
C0M24Y24K31 (0%, 24%, 24%, 31%)
(0.00 / 0.24 / 0.24 / 0.31)

CMYK percentages

%0
%24.43
%23.86
%30.98

Codes

Color #B08586 in popluar color models

B0 85 86
RGB 176 133 134
HSL 359° 21.39% 60.59%
HSB/HSV 359° 24.43% 69.02%
CMYK 0.00% 24.43% 23.86%
30.98%

Color #B08586 in popluar number systems.

HEX B0 85 86
Decimal 176 133 134
Binary 10110000 10000101 10000110
Octal 260 205 206

Shades and tints

Shades of #B08586

#B08586
(176,133,134)
#A0797A
(160,121,122)
#906D6E
(144,109,110)
#806162
(128,97,98)
#705556
(112,85,86)
#60494A
(96,73,74)
#503D3E
(80,61,62)
#403132
(64,49,50)
#302526
(48,37,38)
#20191A
(32,25,26)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #B08586

#B08586
(176,133,134)
#B79091
(183,144,145)
#BE9B9C
(190,155,156)
#C5A6A7
(197,166,167)
#CCB1B2
(204,177,178)
#D3BCBD
(211,188,189)
#DAC7C8
(218,199,200)
#E1D2D3
(225,210,211)
#E8DDDE
(232,221,222)
#EFE8E9
(239,232,233)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08586; }

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

This text font color is #B08586.

Background Color

.myBgColor { background-color: #B08586; }

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

This div background color is #B08586.

Border color

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

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

This div border color is #B08586.

Opacity

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

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

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

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

This text has shadow with #B08586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08586.

Preview

Color preview on black background

This text has color #B08586 on black background.


Color preview on white background

This text has color #B08586 on white background.


Black color preview on #B08586 background

This text has black color on #B08586 background.


White color preview on #B08586 background

This text has white color on #B08586 background.


Related colors

Complementary color

Complementary color for #hex is #4F7A79.


I love getcolorcode.com

Triadic colors

1 #86B085 and #8586B0 with #B08586 are triadic colors.

2 #8685B0 and #85B086 with #B08586 are triadic colors.