COLOR #BBAA8D

HEX: #BBAA8D RGB: (187,170,141)

Color info

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

RGB color model

#BBAA8D color RGB value is (187,170,141).

RGB: (187,170,141) (73%, 67%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 141 of 255 = 55%

187
170
141

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 141 = 498 (100%)
R 187 of 498 ~ 37.55%
G 170 of 498 ~ 34.14%
B 141 of 498 ~ 28.31'%

%37.55
%34.14
%28.31

CMYK color model

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

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

CMYK: (0,9,25,27)
C0M9Y25K27 (0%, 9%, 25%, 27%)
(0.00 / 0.09 / 0.25 / 0.27)

CMYK percentages

%0
%9.09
%24.6
%26.67

Codes

Color #BBAA8D in popluar color models

BB AA 8D
RGB 187 170 141
HSL 38° 25.27% 64.31%
HSB/HSV 38° 24.60% 73.33%
CMYK 0.00% 9.09% 24.60%
26.67%

Color #BBAA8D in popluar number systems.

HEX BB AA 8D
Decimal 187 170 141
Binary 10111011 10101010 10001101
Octal 273 252 215

Shades and tints

Shades of #BBAA8D

#BBAA8D
(187,170,141)
#AA9B81
(170,155,129)
#998C75
(153,140,117)
#887D69
(136,125,105)
#776E5D
(119,110,93)
#665F51
(102,95,81)
#555045
(85,80,69)
#444139
(68,65,57)
#33322D
(51,50,45)
#222321
(34,35,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBAA8D

#BBAA8D
(187,170,141)
#C1B197
(193,177,151)
#C7B8A1
(199,184,161)
#CDBFAB
(205,191,171)
#D3C6B5
(211,198,181)
#D9CDBF
(217,205,191)
#DFD4C9
(223,212,201)
#E5DBD3
(229,219,211)
#EBE2DD
(235,226,221)
#F1E9E7
(241,233,231)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAA8D; }

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

This text font color is #BBAA8D.

Background Color

.myBgColor { background-color: #BBAA8D; }

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

This div background color is #BBAA8D.

Border color

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

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

This div border color is #BBAA8D.

Opacity

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

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

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

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

This text has shadow with #BBAA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAA8D.

Preview

Color preview on black background

This text has color #BBAA8D on black background.


Color preview on white background

This text has color #BBAA8D on white background.


Black color preview on #BBAA8D background

This text has black color on #BBAA8D background.


White color preview on #BBAA8D background

This text has white color on #BBAA8D background.


Related colors

Complementary color

Complementary color for #hex is #445572.


I love getcolorcode.com

Triadic colors

1 #8DBBAA and #AA8DBB with #BBAA8D are triadic colors.

2 #8DAABB and #AABB8D with #BBAA8D are triadic colors.