COLOR #BB8E87

HEX: #BB8E87 RGB: (187,142,135)

Color info

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

RGB color model

#BB8E87 color RGB value is (187,142,135).

RGB: (187,142,135) (73%, 56%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 135 of 255 = 53%

187
142
135

R + G + B ~ 61%. #BB8E87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 142 + 135 = 464 (100%)
R 187 of 464 ~ 40.3%
G 142 of 464 ~ 30.6%
B 135 of 464 ~ 29.09'%

%40.3
%30.6
%29.09

CMYK color model

#BB8E87 color CMYK value is (0,24,28,27).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 27.81%
  • key color value is 26.67%

CMYK: (0,24,28,27)
C0M24Y28K27 (0%, 24%, 28%, 27%)
(0.00 / 0.24 / 0.28 / 0.27)

CMYK percentages

%0
%24.06
%27.81
%26.67

Codes

Color #BB8E87 in popluar color models

BB 8E 87
RGB 187 142 135
HSL 27.66% 63.14%
HSB/HSV 27.81% 73.33%
CMYK 0.00% 24.06% 27.81%
26.67%

Color #BB8E87 in popluar number systems.

HEX BB 8E 87
Decimal 187 142 135
Binary 10111011 10001110 10000111
Octal 273 216 207

Shades and tints

Shades of #BB8E87

#BB8E87
(187,142,135)
#AA827B
(170,130,123)
#99766F
(153,118,111)
#886A63
(136,106,99)
#775E57
(119,94,87)
#66524B
(102,82,75)
#55463F
(85,70,63)
#443A33
(68,58,51)
#332E27
(51,46,39)
#22221B
(34,34,27)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BB8E87

#BB8E87
(187,142,135)
#C19891
(193,152,145)
#C7A29B
(199,162,155)
#CDACA5
(205,172,165)
#D3B6AF
(211,182,175)
#D9C0B9
(217,192,185)
#DFCAC3
(223,202,195)
#E5D4CD
(229,212,205)
#EBDED7
(235,222,215)
#F1E8E1
(241,232,225)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8E87 color. Also use rgb(187,142,135) instead hex code.

Text Font Color

.myTextColor { color: #BB8E87; }

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

This text font color is #BB8E87.

Background Color

.myBgColor { background-color: #BB8E87; }

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

This div background color is #BB8E87.

Border color

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

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

This div border color is #BB8E87.

Opacity

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

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

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

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

This text has shadow with #BB8E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8E87.

Preview

Color preview on black background

This text has color #BB8E87 on black background.


Color preview on white background

This text has color #BB8E87 on white background.


Black color preview on #BB8E87 background

This text has black color on #BB8E87 background.


White color preview on #BB8E87 background

This text has white color on #BB8E87 background.


Related colors

Complementary color

Complementary color for #hex is #447178.


I love getcolorcode.com

Triadic colors

1 #87BB8E and #8E87BB with #BB8E87 are triadic colors.

2 #878EBB and #8EBB87 with #BB8E87 are triadic colors.