COLOR #BBAE91

HEX: #BBAE91
RGB: (187,174,145)

Color info

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

RGB color model

#BBAE91 color RGB value is (187,174,145).

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

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 145 of 255 = 57%

187
174
145

R + G + B ~ 66%. #BBAE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 145 = 506 (100%)
R 187 of 506 ~ 36.96%
G 174 of 506 ~ 34.39%
B 145 of 506 ~ 28.66%

%36.96
%34.39
%28.66

CMYK color model

#BBAE91 color CMYK value is (0,7,22,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK:
(0,7,22,27)
C0M7Y22K27 
(0%,7%,22%,27%)
(0.00/0.07/0.22/0.27)	

CMYK percentages

%0
%6.95
%22.46
%26.67

Codes

Color #BBAE91 in popluar color models

BBAE91
RGB187174145
HSL41°23.60%65.10%
HSB/HSV41°22.46%73.33%
CMYK0.00%6.95%22.46%
26.67%

Color #BBAE91 in popluar number systems.

HEXBBAE91
Decimal187174145
Binary101110111010111010010001
Octal273256221

Shades and tints

Shades of #BBAE91

#BBAE91
(187,174,145)
#AA9F84
(170,159,132)
#999077
(153,144,119)
#88816A
(136,129,106)
#77725D
(119,114,93)
#666350
(102,99,80)
#555443
(85,84,67)
#444536
(68,69,54)
#333629
(51,54,41)
#22271C
(34,39,28)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBAE91

#BBAE91
(187,174,145)
#C1B59B
(193,181,155)
#C7BCA5
(199,188,165)
#CDC3AF
(205,195,175)
#D3CAB9
(211,202,185)
#D9D1C3
(217,209,195)
#DFD8CD
(223,216,205)
#E5DFD7
(229,223,215)
#EBE6E1
(235,230,225)
#F1EDEB
(241,237,235)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAE91; }

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

This text font color is #BBAE91.


Background Color

.myBgColor { background-color: #BBAE91; }

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

This div background color is #BBAE91.


Border color

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

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

This div border color is #BBAE91.


Opacity

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

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

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

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

This text has shadow with #BBAE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAE91 on black background.


Color preview on white background

This text has color #BBAE91 on white background.



Black color preview on #BBAE91 background

This text has black color on #BBAE91 background.


White color preview on #BBAE91 background

This text has white color on #BBAE91 background.