COLOR #BBAA85

HEX: #BBAA85 RGB: (187,170,133)

Color info

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

RGB color model

#BBAA85 color RGB value is (187,170,133).

RGB: (187,170,133) (73%, 67%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 133 of 255 = 52%

187
170
133

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 133 = 490 (100%)
R 187 of 490 ~ 38.16%
G 170 of 490 ~ 34.69%
B 133 of 490 ~ 27.14'%

%38.16
%34.69
%27.14

CMYK color model

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

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

CMYK: (0,9,29,27)
C0M9Y29K27 (0%, 9%, 29%, 27%)
(0.00 / 0.09 / 0.29 / 0.27)

CMYK percentages

%0
%9.09
%28.88
%26.67

Codes

Color #BBAA85 in popluar color models

BB AA 85
RGB 187 170 133
HSL 41° 28.42% 62.75%
HSB/HSV 41° 28.88% 73.33%
CMYK 0.00% 9.09% 28.88%
26.67%

Color #BBAA85 in popluar number systems.

HEX BB AA 85
Decimal 187 170 133
Binary 10111011 10101010 10000101
Octal 273 252 205

Shades and tints

Shades of #BBAA85

#BBAA85
(187,170,133)
#AA9B79
(170,155,121)
#998C6D
(153,140,109)
#887D61
(136,125,97)
#776E55
(119,110,85)
#665F49
(102,95,73)
#55503D
(85,80,61)
#444131
(68,65,49)
#333225
(51,50,37)
#222319
(34,35,25)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #BBAA85

#BBAA85
(187,170,133)
#C1B190
(193,177,144)
#C7B89B
(199,184,155)
#CDBFA6
(205,191,166)
#D3C6B1
(211,198,177)
#D9CDBC
(217,205,188)
#DFD4C7
(223,212,199)
#E5DBD2
(229,219,210)
#EBE2DD
(235,226,221)
#F1E9E8
(241,233,232)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAA85; }

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

This text font color is #BBAA85.

Background Color

.myBgColor { background-color: #BBAA85; }

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

This div background color is #BBAA85.

Border color

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

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

This div border color is #BBAA85.

Opacity

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

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

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

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

This text has shadow with #BBAA85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAA85.

Preview

Color preview on black background

This text has color #BBAA85 on black background.


Color preview on white background

This text has color #BBAA85 on white background.


Black color preview on #BBAA85 background

This text has black color on #BBAA85 background.


White color preview on #BBAA85 background

This text has white color on #BBAA85 background.


Related colors

Complementary color

Complementary color for #hex is #44557A.


I love getcolorcode.com

Triadic colors

1 #85BBAA and #AA85BB with #BBAA85 are triadic colors.

2 #85AABB and #AABB85 with #BBAA85 are triadic colors.