COLOR #BBAA88

HEX: #BBAA88 RGB: (187,170,136)

Color info

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

RGB color model

#BBAA88 color RGB value is (187,170,136).

RGB: (187,170,136) (73%, 67%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 136 of 255 = 53%

187
170
136

R + G + B ~ 64%. #BBAA88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 136 = 493 (100%)
R 187 of 493 ~ 37.93%
G 170 of 493 ~ 34.48%
B 136 of 493 ~ 27.59'%

%37.93
%34.48
%27.59

CMYK color model

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

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

CMYK: (0,9,27,27)
C0M9Y27K27 (0%, 9%, 27%, 27%)
(0.00 / 0.09 / 0.27 / 0.27)

CMYK percentages

%0
%9.09
%27.27
%26.67

Codes

Color #BBAA88 in popluar color models

BB AA 88
RGB 187 170 136
HSL 40° 27.27% 63.33%
HSB/HSV 40° 27.27% 73.33%
CMYK 0.00% 9.09% 27.27%
26.67%

Color #BBAA88 in popluar number systems.

HEX BB AA 88
Decimal 187 170 136
Binary 10111011 10101010 10001000
Octal 273 252 210

Shades and tints

Shades of #BBAA88

#BBAA88
(187,170,136)
#AA9B7C
(170,155,124)
#998C70
(153,140,112)
#887D64
(136,125,100)
#776E58
(119,110,88)
#665F4C
(102,95,76)
#555040
(85,80,64)
#444134
(68,65,52)
#333228
(51,50,40)
#22231C
(34,35,28)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBAA88

#BBAA88
(187,170,136)
#C1B192
(193,177,146)
#C7B89C
(199,184,156)
#CDBFA6
(205,191,166)
#D3C6B0
(211,198,176)
#D9CDBA
(217,205,186)
#DFD4C4
(223,212,196)
#E5DBCE
(229,219,206)
#EBE2D8
(235,226,216)
#F1E9E2
(241,233,226)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAA88; }

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

This text font color is #BBAA88.

Background Color

.myBgColor { background-color: #BBAA88; }

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

This div background color is #BBAA88.

Border color

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

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

This div border color is #BBAA88.

Opacity

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

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

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

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

This text has shadow with #BBAA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAA88.

Preview

Color preview on black background

This text has color #BBAA88 on black background.


Color preview on white background

This text has color #BBAA88 on white background.


Black color preview on #BBAA88 background

This text has black color on #BBAA88 background.


White color preview on #BBAA88 background

This text has white color on #BBAA88 background.


Related colors

Complementary color

Complementary color for #hex is #445577.


I love getcolorcode.com

Triadic colors

1 #88BBAA and #AA88BB with #BBAA88 are triadic colors.

2 #88AABB and #AABB88 with #BBAA88 are triadic colors.