COLOR #BAA5A2

HEX: #BAA5A2 RGB: (186,165,162)

Color info

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

RGB color model

#BAA5A2 color RGB value is (186,165,162).

RGB: (186,165,162) (73%, 65%, 64%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 162 of 255 = 64%

186
165
162

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

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 162 = 513 (100%)
R 186 of 513 ~ 36.26%
G 165 of 513 ~ 32.16%
B 162 of 513 ~ 31.58'%

%36.26
%32.16
%31.58

CMYK color model

#BAA5A2 color CMYK value is (0,11,13,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 12.90%
  • key color value is 27.06%

CMYK: (0,11,13,27)
C0M11Y13K27 (0%, 11%, 13%, 27%)
(0.00 / 0.11 / 0.13 / 0.27)

CMYK percentages

%0
%11.29
%12.9
%27.06

Codes

Color #BAA5A2 in popluar color models

BA A5 A2
RGB 186 165 162
HSL 14.81% 68.24%
HSB/HSV 12.90% 72.94%
CMYK 0.00% 11.29% 12.90%
27.06%

Color #BAA5A2 in popluar number systems.

HEX BA A5 A2
Decimal 186 165 162
Binary 10111010 10100101 10100010
Octal 272 245 242

Shades and tints

Shades of #BAA5A2

#BAA5A2
(186,165,162)
#AA9694
(170,150,148)
#9A8786
(154,135,134)
#8A7878
(138,120,120)
#7A696A
(122,105,106)
#6A5A5C
(106,90,92)
#5A4B4E
(90,75,78)
#4A3C40
(74,60,64)
#3A2D32
(58,45,50)
#2A1E24
(42,30,36)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #BAA5A2

#BAA5A2
(186,165,162)
#C0ADAA
(192,173,170)
#C6B5B2
(198,181,178)
#CCBDBA
(204,189,186)
#D2C5C2
(210,197,194)
#D8CDCA
(216,205,202)
#DED5D2
(222,213,210)
#E4DDDA
(228,221,218)
#EAE5E2
(234,229,226)
#F0EDEA
(240,237,234)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA5A2 color. Also use rgb(186,165,162) instead hex code.

Text Font Color

.myTextColor { color: #BAA5A2; }

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

This text font color is #BAA5A2.

Background Color

.myBgColor { background-color: #BAA5A2; }

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

This div background color is #BAA5A2.

Border color

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

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

This div border color is #BAA5A2.

Opacity

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

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

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

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

This text has shadow with #BAA5A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA5A2.

Preview

Color preview on black background

This text has color #BAA5A2 on black background.


Color preview on white background

This text has color #BAA5A2 on white background.


Black color preview on #BAA5A2 background

This text has black color on #BAA5A2 background.


White color preview on #BAA5A2 background

This text has white color on #BAA5A2 background.


Related colors

Complementary color

Complementary color for #hex is #455A5D.


I love getcolorcode.com

Triadic colors

1 #A2BAA5 and #A5A2BA with #BAA5A2 are triadic colors.

2 #A2A5BA and #A5BAA2 with #BAA5A2 are triadic colors.