COLOR #BAAA99

HEX: #BAAA99 RGB: (186,170,153)

Color info

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

RGB color model

#BAAA99 color RGB value is (186,170,153).

RGB: (186,170,153) (73%, 67%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 153 of 255 = 60%

186
170
153

R + G + B ~ 67%. #BAAA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 153 = 509 (100%)
R 186 of 509 ~ 36.54%
G 170 of 509 ~ 33.4%
B 153 of 509 ~ 30.06'%

%36.54
%33.4
%30.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 17.74%
  • key color value is 27.06%

CMYK: (0,9,18,27)
C0M9Y18K27 (0%, 9%, 18%, 27%)
(0.00 / 0.09 / 0.18 / 0.27)

CMYK percentages

%0
%8.6
%17.74
%27.06

Codes

Color #BAAA99 in popluar color models

BA AA 99
RGB 186 170 153
HSL 31° 19.30% 66.47%
HSB/HSV 31° 17.74% 72.94%
CMYK 0.00% 8.60% 17.74%
27.06%

Color #BAAA99 in popluar number systems.

HEX BA AA 99
Decimal 186 170 153
Binary 10111010 10101010 10011001
Octal 272 252 231

Shades and tints

Shades of #BAAA99

#BAAA99
(186,170,153)
#AA9B8C
(170,155,140)
#9A8C7F
(154,140,127)
#8A7D72
(138,125,114)
#7A6E65
(122,110,101)
#6A5F58
(106,95,88)
#5A504B
(90,80,75)
#4A413E
(74,65,62)
#3A3231
(58,50,49)
#2A2324
(42,35,36)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BAAA99

#BAAA99
(186,170,153)
#C0B1A2
(192,177,162)
#C6B8AB
(198,184,171)
#CCBFB4
(204,191,180)
#D2C6BD
(210,198,189)
#D8CDC6
(216,205,198)
#DED4CF
(222,212,207)
#E4DBD8
(228,219,216)
#EAE2E1
(234,226,225)
#F0E9EA
(240,233,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAA99 color. Also use rgb(186,170,153) instead hex code.

Text Font Color

.myTextColor { color: #BAAA99; }

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

This text font color is #BAAA99.

Background Color

.myBgColor { background-color: #BAAA99; }

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

This div background color is #BAAA99.

Border color

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

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

This div border color is #BAAA99.

Opacity

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

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

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

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

This text has shadow with #BAAA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAA99.

Preview

Color preview on black background

This text has color #BAAA99 on black background.


Color preview on white background

This text has color #BAAA99 on white background.


Black color preview on #BAAA99 background

This text has black color on #BAAA99 background.


White color preview on #BAAA99 background

This text has white color on #BAAA99 background.


Related colors

Complementary color

Complementary color for #hex is #455566.


I love getcolorcode.com

Triadic colors

1 #99BAAA and #AA99BA with #BAAA99 are triadic colors.

2 #99AABA and #AABA99 with #BAAA99 are triadic colors.