COLOR #BBAE96

HEX: #BBAE96
RGB: (187,174,150)

Color info

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

RGB color model

#BBAE96 color RGB value is (187,174,150).

  • red value is 187;
  • green value is 174;
  • blue value is 150.
RGB:
(187,174,150)
(73%,68%,59%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 150 of 255 = 59%

187
174
150

R + G + B ~ 67%. #BBAE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 150 = 511 (100%)
R 187 of 511 ~ 36.59%
G 174 of 511 ~ 34.05%
B 150 of 511 ~ 29.35%

%36.59
%34.05
%29.35

CMYK color model

#BBAE96 color CMYK value is (0,7,20,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(0,7,20,27)
C0M7Y20K27 
(0%,7%,20%,27%)
(0.00/0.07/0.20/0.27)	

CMYK percentages

%0
%6.95
%19.79
%26.67

Codes

Color #BBAE96 in popluar color models

BBAE96
RGB187174150
HSL39°21.39%66.08%
HSB/HSV39°19.79%73.33%
CMYK0.00%6.95%19.79%
26.67%

Color #BBAE96 in popluar number systems.

HEXBBAE96
Decimal187174150
Binary101110111010111010010110
Octal273256226

Shades and tints

Shades of #BBAE96

#BBAE96
(187,174,150)
#AA9F89
(170,159,137)
#99907C
(153,144,124)
#88816F
(136,129,111)
#777262
(119,114,98)
#666355
(102,99,85)
#555448
(85,84,72)
#44453B
(68,69,59)
#33362E
(51,54,46)
#222721
(34,39,33)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBAE96

#BBAE96
(187,174,150)
#C1B59F
(193,181,159)
#C7BCA8
(199,188,168)
#CDC3B1
(205,195,177)
#D3CABA
(211,202,186)
#D9D1C3
(217,209,195)
#DFD8CC
(223,216,204)
#E5DFD5
(229,223,213)
#EBE6DE
(235,230,222)
#F1EDE7
(241,237,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAE96; }

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

This text font color is #BBAE96.


Background Color

.myBgColor { background-color: #BBAE96; }

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

This div background color is #BBAE96.


Border color

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

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

This div border color is #BBAE96.


Opacity

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

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

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

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

This text has shadow with #BBAE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAE96 on black background.


Color preview on white background

This text has color #BBAE96 on white background.



Black color preview on #BBAE96 background

This text has black color on #BBAE96 background.


White color preview on #BBAE96 background

This text has white color on #BBAE96 background.