COLOR #BBAA91

HEX: #BBAA91 RGB: (187,170,145)

Color info

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

RGB color model

#BBAA91 color RGB value is (187,170,145).

RGB: (187,170,145) (73%, 67%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 145 of 255 = 57%

187
170
145

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 145 = 502 (100%)
R 187 of 502 ~ 37.25%
G 170 of 502 ~ 33.86%
B 145 of 502 ~ 28.88'%

%37.25
%33.86
%28.88

CMYK color model

#BBAA91 color CMYK value is (0,9,22,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 22.46%
  • key color value is 26.67%

CMYK: (0,9,22,27)
C0M9Y22K27 (0%, 9%, 22%, 27%)
(0.00 / 0.09 / 0.22 / 0.27)

CMYK percentages

%0
%9.09
%22.46
%26.67

Codes

Color #BBAA91 in popluar color models

BB AA 91
RGB 187 170 145
HSL 36° 23.60% 65.10%
HSB/HSV 36° 22.46% 73.33%
CMYK 0.00% 9.09% 22.46%
26.67%

Color #BBAA91 in popluar number systems.

HEX BB AA 91
Decimal 187 170 145
Binary 10111011 10101010 10010001
Octal 273 252 221

Shades and tints

Shades of #BBAA91

#BBAA91
(187,170,145)
#AA9B84
(170,155,132)
#998C77
(153,140,119)
#887D6A
(136,125,106)
#776E5D
(119,110,93)
#665F50
(102,95,80)
#555043
(85,80,67)
#444136
(68,65,54)
#333229
(51,50,41)
#22231C
(34,35,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #BBAA91

#BBAA91
(187,170,145)
#C1B19B
(193,177,155)
#C7B8A5
(199,184,165)
#CDBFAF
(205,191,175)
#D3C6B9
(211,198,185)
#D9CDC3
(217,205,195)
#DFD4CD
(223,212,205)
#E5DBD7
(229,219,215)
#EBE2E1
(235,226,225)
#F1E9EB
(241,233,235)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAA91; }

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

This text font color is #BBAA91.

Background Color

.myBgColor { background-color: #BBAA91; }

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

This div background color is #BBAA91.

Border color

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

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

This div border color is #BBAA91.

Opacity

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

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

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

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

This text has shadow with #BBAA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAA91.

Preview

Color preview on black background

This text has color #BBAA91 on black background.


Color preview on white background

This text has color #BBAA91 on white background.


Black color preview on #BBAA91 background

This text has black color on #BBAA91 background.


White color preview on #BBAA91 background

This text has white color on #BBAA91 background.


Related colors

Complementary color

Complementary color for #hex is #44556E.


I love getcolorcode.com

Triadic colors

1 #91BBAA and #AA91BB with #BBAA91 are triadic colors.

2 #91AABB and #AABB91 with #BBAA91 are triadic colors.