COLOR #BAA6A2

HEX: #BAA6A2
RGB: (186,166,162)

Color info

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

RGB color model

#BAA6A2 color RGB value is (186,166,162).

  • red value is 186;
  • green value is 166;
  • blue value is 162.
RGB:
(186,166,162)
(73%,65%,64%)

RGB channels and saturation

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

186
166
162

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

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 162 = 514 (100%)
R 186 of 514 ~ 36.19%
G 166 of 514 ~ 32.3%
B 162 of 514 ~ 31.52%

%36.19
%32.3
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.75%
  • 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
%10.75
%12.9
%27.06

Codes

Color #BAA6A2 in popluar color models

BAA6A2
RGB186166162
HSL10°14.81%68.24%
HSB/HSV10°12.90%72.94%
CMYK0.00%10.75%12.90%
27.06%

Color #BAA6A2 in popluar number systems.

HEXBAA6A2
Decimal186166162
Binary101110101010011010100010
Octal272246242

Shades and tints

Shades of #BAA6A2

#BAA6A2
(186,166,162)
#AA9794
(170,151,148)
#9A8886
(154,136,134)
#8A7978
(138,121,120)
#7A6A6A
(122,106,106)
#6A5B5C
(106,91,92)
#5A4C4E
(90,76,78)
#4A3D40
(74,61,64)
#3A2E32
(58,46,50)
#2A1F24
(42,31,36)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #BAA6A2

#BAA6A2
(186,166,162)
#C0AEAA
(192,174,170)
#C6B6B2
(198,182,178)
#CCBEBA
(204,190,186)
#D2C6C2
(210,198,194)
#D8CECA
(216,206,202)
#DED6D2
(222,214,210)
#E4DEDA
(228,222,218)
#EAE6E2
(234,230,226)
#F0EEEA
(240,238,234)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA6A2; }

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

This text font color is #BAA6A2.


Background Color

.myBgColor { background-color: #BAA6A2; }

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

This div background color is #BAA6A2.


Border color

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

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

This div border color is #BAA6A2.


Opacity

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

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

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

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

This text has shadow with #BAA6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA6A2 on black background.


Color preview on white background

This text has color #BAA6A2 on white background.



Black color preview on #BAA6A2 background

This text has black color on #BAA6A2 background.


White color preview on #BAA6A2 background

This text has white color on #BAA6A2 background.