COLOR #B88987

HEX: #B88987 RGB: (184,137,135)

Color info

#B88987 contains red, green and blue colors in about the same proportion. Web safe color of #B88987 is #CC9999 (or #C99).

RGB color model

#B88987 color RGB value is (184,137,135).

RGB: (184,137,135) (72%, 54%, 53%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 135 of 255 = 53%

184
137
135

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

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 135 = 456 (100%)
R 184 of 456 ~ 40.35%
G 137 of 456 ~ 30.04%
B 135 of 456 ~ 29.61'%

%40.35
%30.04
%29.61

CMYK color model

#B88987 color CMYK value is (0,26,27,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 26.63%
  • key color value is 27.84%

CMYK: (0,26,27,28)
C0M26Y27K28 (0%, 26%, 27%, 28%)
(0.00 / 0.26 / 0.27 / 0.28)

CMYK percentages

%0
%25.54
%26.63
%27.84

Codes

Color #B88987 in popluar color models

B8 89 87
RGB 184 137 135
HSL 25.65% 62.55%
HSB/HSV 26.63% 72.16%
CMYK 0.00% 25.54% 26.63%
27.84%

Color #B88987 in popluar number systems.

HEX B8 89 87
Decimal 184 137 135
Binary 10111000 10001001 10000111
Octal 270 211 207

Shades and tints

Shades of #B88987

#B88987
(184,137,135)
#A87D7B
(168,125,123)
#98716F
(152,113,111)
#886563
(136,101,99)
#785957
(120,89,87)
#684D4B
(104,77,75)
#58413F
(88,65,63)
#483533
(72,53,51)
#382927
(56,41,39)
#281D1B
(40,29,27)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #B88987

#B88987
(184,137,135)
#BE9391
(190,147,145)
#C49D9B
(196,157,155)
#CAA7A5
(202,167,165)
#D0B1AF
(208,177,175)
#D6BBB9
(214,187,185)
#DCC5C3
(220,197,195)
#E2CFCD
(226,207,205)
#E8D9D7
(232,217,215)
#EEE3E1
(238,227,225)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88987 color. Also use rgb(184,137,135) instead hex code.

Text Font Color

.myTextColor { color: #B88987; }

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

This text font color is #B88987.

Background Color

.myBgColor { background-color: #B88987; }

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

This div background color is #B88987.

Border color

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

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

This div border color is #B88987.

Opacity

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

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

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

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

This text has shadow with #B88987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88987.

Preview

Color preview on black background

This text has color #B88987 on black background.


Color preview on white background

This text has color #B88987 on white background.


Black color preview on #B88987 background

This text has black color on #B88987 background.


White color preview on #B88987 background

This text has white color on #B88987 background.


Related colors

Complementary color

Complementary color for #hex is #477678.


I love getcolorcode.com

Triadic colors

1 #87B889 and #8987B8 with #B88987 are triadic colors.

2 #8789B8 and #89B887 with #B88987 are triadic colors.