COLOR #BAA59E

HEX: #BAA59E RGB: (186,165,158)

Color info

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

RGB color model

#BAA59E color RGB value is (186,165,158).

RGB: (186,165,158) (73%, 65%, 62%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 158 of 255 = 62%

186
165
158

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

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 158 = 509 (100%)
R 186 of 509 ~ 36.54%
G 165 of 509 ~ 32.42%
B 158 of 509 ~ 31.04'%

%36.54
%32.42
%31.04

CMYK color model

#BAA59E color CMYK value is (0,11,15,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 15.05%
  • key color value is 27.06%
CMYK: (0,11,15,27) C0M11Y15K27 (0%,11%,15%,27%) (0.00/0.11/0.15/0.27) 

CMYK percentages

%0
%11.29
%15.05
%27.06

Codes

Color #BAA59E in popluar color models

BA A5 9E
RGB 186 165 158
HSL 15° 16.87% 67.45%
HSB/HSV 15° 15.05% 72.94%
CMYK 0.00% 11.29% 15.05%
27.06%

Color #BAA59E in popluar number systems.

HEX BA A5 9E
Decimal 186 165 158
Binary 10111010 10100101 10011110
Octal 272 245 236

Shades and tints

Shades of #BAA59E

#BAA59E
(186,165,158)
#AA9690
(170,150,144)
#9A8782
(154,135,130)
#8A7874
(138,120,116)
#7A6966
(122,105,102)
#6A5A58
(106,90,88)
#5A4B4A
(90,75,74)
#4A3C3C
(74,60,60)
#3A2D2E
(58,45,46)
#2A1E20
(42,30,32)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #BAA59E

#BAA59E
(186,165,158)
#C0ADA6
(192,173,166)
#C6B5AE
(198,181,174)
#CCBDB6
(204,189,182)
#D2C5BE
(210,197,190)
#D8CDC6
(216,205,198)
#DED5CE
(222,213,206)
#E4DDD6
(228,221,214)
#EAE5DE
(234,229,222)
#F0EDE6
(240,237,230)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA59E; }

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

This text font color is #BAA59E.

Background Color

.myBgColor { background-color: #BAA59E; }

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

This div background color is #BAA59E.

Border color

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

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

This div border color is #BAA59E.

Opacity

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

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

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

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

This text has shadow with #BAA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA59E.

Preview

Color preview on black background

This text has color #BAA59E on black background.


Color preview on white background

This text has color #BAA59E on white background.


Black color preview on #BAA59E background

This text has black color on #BAA59E background.


White color preview on #BAA59E background

This text has white color on #BAA59E background.


Related colors

Complementary color

Complementary color for #hex is #455A61.


I love getcolorcode.com

Triadic colors

1 #9EBAA5 and #A59EBA with #BAA59E are triadic colors.

2 #9EA5BA and #A5BA9E with #BAA59E are triadic colors.