COLOR #BAAA96

HEX: #BAAA96 RGB: (186,170,150)

Color info

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

RGB color model

#BAAA96 color RGB value is (186,170,150).

RGB: (186,170,150) (73%, 67%, 59%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 150 of 255 = 59%

186
170
150

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

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 150 = 506 (100%)
R 186 of 506 ~ 36.76%
G 170 of 506 ~ 33.6%
B 150 of 506 ~ 29.64'%

%36.76
%33.6
%29.64

CMYK color model

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

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

CMYK: (0,9,19,27)
C0M9Y19K27 (0%, 9%, 19%, 27%)
(0.00 / 0.09 / 0.19 / 0.27)

CMYK percentages

%0
%8.6
%19.35
%27.06

Codes

Color #BAAA96 in popluar color models

BA AA 96
RGB 186 170 150
HSL 33° 20.69% 65.88%
HSB/HSV 33° 19.35% 72.94%
CMYK 0.00% 8.60% 19.35%
27.06%

Color #BAAA96 in popluar number systems.

HEX BA AA 96
Decimal 186 170 150
Binary 10111010 10101010 10010110
Octal 272 252 226

Shades and tints

Shades of #BAAA96

#BAAA96
(186,170,150)
#AA9B89
(170,155,137)
#9A8C7C
(154,140,124)
#8A7D6F
(138,125,111)
#7A6E62
(122,110,98)
#6A5F55
(106,95,85)
#5A5048
(90,80,72)
#4A413B
(74,65,59)
#3A322E
(58,50,46)
#2A2321
(42,35,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BAAA96

#BAAA96
(186,170,150)
#C0B19F
(192,177,159)
#C6B8A8
(198,184,168)
#CCBFB1
(204,191,177)
#D2C6BA
(210,198,186)
#D8CDC3
(216,205,195)
#DED4CC
(222,212,204)
#E4DBD5
(228,219,213)
#EAE2DE
(234,226,222)
#F0E9E7
(240,233,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAA96; }

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

This text font color is #BAAA96.

Background Color

.myBgColor { background-color: #BAAA96; }

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

This div background color is #BAAA96.

Border color

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

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

This div border color is #BAAA96.

Opacity

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

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

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

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

This text has shadow with #BAAA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAA96.

Preview

Color preview on black background

This text has color #BAAA96 on black background.


Color preview on white background

This text has color #BAAA96 on white background.


Black color preview on #BAAA96 background

This text has black color on #BAAA96 background.


White color preview on #BAAA96 background

This text has white color on #BAAA96 background.


Related colors

Complementary color

Complementary color for #hex is #455569.


I love getcolorcode.com

Triadic colors

1 #96BAAA and #AA96BA with #BAAA96 are triadic colors.

2 #96AABA and #AABA96 with #BAAA96 are triadic colors.