COLOR #B08985

HEX: #B08985 RGB: (176,137,133)

Color info

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

RGB color model

#B08985 color RGB value is (176,137,133).

RGB: (176,137,133) (69%, 54%, 52%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 133 of 255 = 52%

176
137
133

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

Portions of RGB colors in percentages

R + G + B = 176 + 137 + 133 = 446 (100%)
R 176 of 446 ~ 39.46%
G 137 of 446 ~ 30.72%
B 133 of 446 ~ 29.82'%

%39.46
%30.72
%29.82

CMYK color model

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

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

CMYK: (0,22,24,31)
C0M22Y24K31 (0%, 22%, 24%, 31%)
(0.00 / 0.22 / 0.24 / 0.31)

CMYK percentages

%0
%22.16
%24.43
%30.98

Codes

Color #B08985 in popluar color models

B0 89 85
RGB 176 137 133
HSL 21.39% 60.59%
HSB/HSV 24.43% 69.02%
CMYK 0.00% 22.16% 24.43%
30.98%

Color #B08985 in popluar number systems.

HEX B0 89 85
Decimal 176 137 133
Binary 10110000 10001001 10000101
Octal 260 211 205

Shades and tints

Shades of #B08985

#B08985
(176,137,133)
#A07D79
(160,125,121)
#90716D
(144,113,109)
#806561
(128,101,97)
#705955
(112,89,85)
#604D49
(96,77,73)
#50413D
(80,65,61)
#403531
(64,53,49)
#302925
(48,41,37)
#201D19
(32,29,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #B08985

#B08985
(176,137,133)
#B79390
(183,147,144)
#BE9D9B
(190,157,155)
#C5A7A6
(197,167,166)
#CCB1B1
(204,177,177)
#D3BBBC
(211,187,188)
#DAC5C7
(218,197,199)
#E1CFD2
(225,207,210)
#E8D9DD
(232,217,221)
#EFE3E8
(239,227,232)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08985; }

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

This text font color is #B08985.

Background Color

.myBgColor { background-color: #B08985; }

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

This div background color is #B08985.

Border color

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

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

This div border color is #B08985.

Opacity

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

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

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

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

This text has shadow with #B08985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08985.

Preview

Color preview on black background

This text has color #B08985 on black background.


Color preview on white background

This text has color #B08985 on white background.


Black color preview on #B08985 background

This text has black color on #B08985 background.


White color preview on #B08985 background

This text has white color on #B08985 background.


Related colors

Complementary color

Complementary color for #hex is #4F767A.


I love getcolorcode.com

Triadic colors

1 #85B089 and #8985B0 with #B08985 are triadic colors.

2 #8589B0 and #89B085 with #B08985 are triadic colors.