COLOR #BAA493

HEX: #BAA493 RGB: (186,164,147)

Color info

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

RGB color model

#BAA493 color RGB value is (186,164,147).

RGB: (186,164,147) (73%, 64%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 147 of 255 = 58%

186
164
147

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

Portions of RGB colors in percentages

R + G + B = 186 + 164 + 147 = 497 (100%)
R 186 of 497 ~ 37.42%
G 164 of 497 ~ 33%
B 147 of 497 ~ 29.58'%

%37.42
%33
%29.58

CMYK color model

#BAA493 color CMYK value is (0,12,21,27).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 20.97%
  • key color value is 27.06%
CMYK: (0,12,21,27) C0M12Y21K27 (0%,12%,21%,27%) (0.00/0.12/0.21/0.27) 

CMYK percentages

%0
%11.83
%20.97
%27.06

Codes

Color #BAA493 in popluar color models

BA A4 93
RGB 186 164 147
HSL 26° 22.03% 65.29%
HSB/HSV 26° 20.97% 72.94%
CMYK 0.00% 11.83% 20.97%
27.06%

Color #BAA493 in popluar number systems.

HEX BA A4 93
Decimal 186 164 147
Binary 10111010 10100100 10010011
Octal 272 244 223

Shades and tints

Shades of #BAA493

#BAA493
(186,164,147)
#AA9686
(170,150,134)
#9A8879
(154,136,121)
#8A7A6C
(138,122,108)
#7A6C5F
(122,108,95)
#6A5E52
(106,94,82)
#5A5045
(90,80,69)
#4A4238
(74,66,56)
#3A342B
(58,52,43)
#2A261E
(42,38,30)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #BAA493

#BAA493
(186,164,147)
#C0AC9C
(192,172,156)
#C6B4A5
(198,180,165)
#CCBCAE
(204,188,174)
#D2C4B7
(210,196,183)
#D8CCC0
(216,204,192)
#DED4C9
(222,212,201)
#E4DCD2
(228,220,210)
#EAE4DB
(234,228,219)
#F0ECE4
(240,236,228)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA493 color. Also use rgb(186,164,147) instead hex code.

Text Font Color

.myTextColor { color: #BAA493; }

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

This text font color is #BAA493.

Background Color

.myBgColor { background-color: #BAA493; }

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

This div background color is #BAA493.

Border color

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

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

This div border color is #BAA493.

Opacity

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

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

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

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

This text has shadow with #BAA493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA493.

Preview

Color preview on black background

This text has color #BAA493 on black background.


Color preview on white background

This text has color #BAA493 on white background.


Black color preview on #BAA493 background

This text has black color on #BAA493 background.


White color preview on #BAA493 background

This text has white color on #BAA493 background.


Related colors

Complementary color

Complementary color for #hex is #455B6C.


I love getcolorcode.com

Triadic colors

1 #93BAA4 and #A493BA with #BAA493 are triadic colors.

2 #93A4BA and #A4BA93 with #BAA493 are triadic colors.