COLOR #BAA59D

HEX: #BAA59D RGB: (186,165,157)

Color info

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

RGB color model

#BAA59D color RGB value is (186,165,157).

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

RGB channels and saturation

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

186
165
157

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

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 157 = 508 (100%)
R 186 of 508 ~ 36.61%
G 165 of 508 ~ 32.48%
B 157 of 508 ~ 30.91'%

%36.61
%32.48
%30.91

CMYK color model

#BAA59D color CMYK value is (0,11,16,27).

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

CMYK: (0,11,16,27)
C0M11Y16K27 (0%, 11%, 16%, 27%)
(0.00 / 0.11 / 0.16 / 0.27)

CMYK percentages

%0
%11.29
%15.59
%27.06

Codes

Color #BAA59D in popluar color models

BA A5 9D
RGB 186 165 157
HSL 17° 17.37% 67.25%
HSB/HSV 17° 15.59% 72.94%
CMYK 0.00% 11.29% 15.59%
27.06%

Color #BAA59D in popluar number systems.

HEX BA A5 9D
Decimal 186 165 157
Binary 10111010 10100101 10011101
Octal 272 245 235

Shades and tints

Shades of #BAA59D

#BAA59D
(186,165,157)
#AA968F
(170,150,143)
#9A8781
(154,135,129)
#8A7873
(138,120,115)
#7A6965
(122,105,101)
#6A5A57
(106,90,87)
#5A4B49
(90,75,73)
#4A3C3B
(74,60,59)
#3A2D2D
(58,45,45)
#2A1E1F
(42,30,31)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BAA59D

#BAA59D
(186,165,157)
#C0ADA5
(192,173,165)
#C6B5AD
(198,181,173)
#CCBDB5
(204,189,181)
#D2C5BD
(210,197,189)
#D8CDC5
(216,205,197)
#DED5CD
(222,213,205)
#E4DDD5
(228,221,213)
#EAE5DD
(234,229,221)
#F0EDE5
(240,237,229)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA59D; }

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

This text font color is #BAA59D.

Background Color

.myBgColor { background-color: #BAA59D; }

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

This div background color is #BAA59D.

Border color

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

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

This div border color is #BAA59D.

Opacity

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

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

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

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

This text has shadow with #BAA59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA59D.

Preview

Color preview on black background

This text has color #BAA59D on black background.


Color preview on white background

This text has color #BAA59D on white background.


Black color preview on #BAA59D background

This text has black color on #BAA59D background.


White color preview on #BAA59D background

This text has white color on #BAA59D background.


Related colors

Complementary color

Complementary color for #hex is #455A62.


I love getcolorcode.com

Triadic colors

1 #9DBAA5 and #A59DBA with #BAA59D are triadic colors.

2 #9DA5BA and #A5BA9D with #BAA59D are triadic colors.