COLOR #BAAA90

HEX: #BAAA90 RGB: (186,170,144)

Color info

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

RGB color model

#BAAA90 color RGB value is (186,170,144).

RGB: (186,170,144) (73%, 67%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 144 of 255 = 56%

186
170
144

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

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 144 = 500 (100%)
R 186 of 500 ~ 37.2%
G 170 of 500 ~ 34%
B 144 of 500 ~ 28.8'%

%37.2
%34
%28.8

CMYK color model

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

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

CMYK: (0,9,23,27)
C0M9Y23K27 (0%, 9%, 23%, 27%)
(0.00 / 0.09 / 0.23 / 0.27)

CMYK percentages

%0
%8.6
%22.58
%27.06

Codes

Color #BAAA90 in popluar color models

BA AA 90
RGB 186 170 144
HSL 37° 23.33% 64.71%
HSB/HSV 37° 22.58% 72.94%
CMYK 0.00% 8.60% 22.58%
27.06%

Color #BAAA90 in popluar number systems.

HEX BA AA 90
Decimal 186 170 144
Binary 10111010 10101010 10010000
Octal 272 252 220

Shades and tints

Shades of #BAAA90

#BAAA90
(186,170,144)
#AA9B83
(170,155,131)
#9A8C76
(154,140,118)
#8A7D69
(138,125,105)
#7A6E5C
(122,110,92)
#6A5F4F
(106,95,79)
#5A5042
(90,80,66)
#4A4135
(74,65,53)
#3A3228
(58,50,40)
#2A231B
(42,35,27)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #BAAA90

#BAAA90
(186,170,144)
#C0B19A
(192,177,154)
#C6B8A4
(198,184,164)
#CCBFAE
(204,191,174)
#D2C6B8
(210,198,184)
#D8CDC2
(216,205,194)
#DED4CC
(222,212,204)
#E4DBD6
(228,219,214)
#EAE2E0
(234,226,224)
#F0E9EA
(240,233,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAA90; }

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

This text font color is #BAAA90.

Background Color

.myBgColor { background-color: #BAAA90; }

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

This div background color is #BAAA90.

Border color

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

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

This div border color is #BAAA90.

Opacity

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

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

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

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

This text has shadow with #BAAA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAA90.

Preview

Color preview on black background

This text has color #BAAA90 on black background.


Color preview on white background

This text has color #BAAA90 on white background.


Black color preview on #BAAA90 background

This text has black color on #BAAA90 background.


White color preview on #BAAA90 background

This text has white color on #BAAA90 background.


Related colors

Complementary color

Complementary color for #hex is #45556F.


I love getcolorcode.com

Triadic colors

1 #90BAAA and #AA90BA with #BAAA90 are triadic colors.

2 #90AABA and #AABA90 with #BAAA90 are triadic colors.