COLOR #BBAE87

HEX: #BBAE87 RGB: (187,174,135)

Color info

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

RGB color model

#BBAE87 color RGB value is (187,174,135).

RGB: (187,174,135) (73%, 68%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 135 of 255 = 53%

187
174
135

R + G + B ~ 65%. #BBAE87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 135 = 496 (100%)
R 187 of 496 ~ 37.7%
G 174 of 496 ~ 35.08%
B 135 of 496 ~ 27.22'%

%37.7
%35.08
%27.22

CMYK color model

#BBAE87 color CMYK value is (0,7,28,27).

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

CMYK: (0,7,28,27)
C0M7Y28K27 (0%, 7%, 28%, 27%)
(0.00 / 0.07 / 0.28 / 0.27)

CMYK percentages

%0
%6.95
%27.81
%26.67

Codes

Color #BBAE87 in popluar color models

BB AE 87
RGB 187 174 135
HSL 45° 27.66% 63.14%
HSB/HSV 45° 27.81% 73.33%
CMYK 0.00% 6.95% 27.81%
26.67%

Color #BBAE87 in popluar number systems.

HEX BB AE 87
Decimal 187 174 135
Binary 10111011 10101110 10000111
Octal 273 256 207

Shades and tints

Shades of #BBAE87

#BBAE87
(187,174,135)
#AA9F7B
(170,159,123)
#99906F
(153,144,111)
#888163
(136,129,99)
#777257
(119,114,87)
#66634B
(102,99,75)
#55543F
(85,84,63)
#444533
(68,69,51)
#333627
(51,54,39)
#22271B
(34,39,27)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBAE87

#BBAE87
(187,174,135)
#C1B591
(193,181,145)
#C7BC9B
(199,188,155)
#CDC3A5
(205,195,165)
#D3CAAF
(211,202,175)
#D9D1B9
(217,209,185)
#DFD8C3
(223,216,195)
#E5DFCD
(229,223,205)
#EBE6D7
(235,230,215)
#F1EDE1
(241,237,225)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAE87; }

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

This text font color is #BBAE87.

Background Color

.myBgColor { background-color: #BBAE87; }

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

This div background color is #BBAE87.

Border color

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

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

This div border color is #BBAE87.

Opacity

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

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

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

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

This text has shadow with #BBAE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAE87.

Preview

Color preview on black background

This text has color #BBAE87 on black background.


Color preview on white background

This text has color #BBAE87 on white background.


Black color preview on #BBAE87 background

This text has black color on #BBAE87 background.


White color preview on #BBAE87 background

This text has white color on #BBAE87 background.


Related colors

Complementary color

Complementary color for #hex is #445178.


I love getcolorcode.com

Triadic colors

1 #87BBAE and #AE87BB with #BBAE87 are triadic colors.

2 #87AEBB and #AEBB87 with #BBAE87 are triadic colors.