COLOR #BAA57D

HEX: #BAA57D RGB: (186,165,125)

Color info

#BAA57D contains mainly red and green colors. Web safe color of #BAA57D is #CC9966 (or #C96).

RGB color model

#BAA57D color RGB value is (186,165,125).

RGB: (186,165,125) (73%, 65%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 125 of 255 = 49%

186
165
125

R + G + B ~ 62%. #BAA57D is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 125 = 476 (100%)
R 186 of 476 ~ 39.08%
G 165 of 476 ~ 34.66%
B 125 of 476 ~ 26.26'%

%39.08
%34.66
%26.26

CMYK color model

#BAA57D color CMYK value is (0,11,33,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK: (0,11,33,27) C0M11Y33K27 (0%,11%,33%,27%) (0.00/0.11/0.33/0.27) 

CMYK percentages

%0
%11.29
%32.8
%27.06

Codes

Color #BAA57D in popluar color models

BA A5 7D
RGB 186 165 125
HSL 39° 30.65% 60.98%
HSB/HSV 39° 32.80% 72.94%
CMYK 0.00% 11.29% 32.80%
27.06%

Color #BAA57D in popluar number systems.

HEX BA A5 7D
Decimal 186 165 125
Binary 10111010 10100101 1111101
Octal 272 245 175

Shades and tints

Shades of #BAA57D

#BAA57D
(186,165,125)
#AA9672
(170,150,114)
#9A8767
(154,135,103)
#8A785C
(138,120,92)
#7A6951
(122,105,81)
#6A5A46
(106,90,70)
#5A4B3B
(90,75,59)
#4A3C30
(74,60,48)
#3A2D25
(58,45,37)
#2A1E1A
(42,30,26)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #BAA57D

#BAA57D
(186,165,125)
#C0AD88
(192,173,136)
#C6B593
(198,181,147)
#CCBD9E
(204,189,158)
#D2C5A9
(210,197,169)
#D8CDB4
(216,205,180)
#DED5BF
(222,213,191)
#E4DDCA
(228,221,202)
#EAE5D5
(234,229,213)
#F0EDE0
(240,237,224)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA57D; }

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

This text font color is #BAA57D.

Background Color

.myBgColor { background-color: #BAA57D; }

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

This div background color is #BAA57D.

Border color

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

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

This div border color is #BAA57D.

Opacity

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

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

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

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

This text has shadow with #BAA57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA57D.

Preview

Color preview on black background

This text has color #BAA57D on black background.


Color preview on white background

This text has color #BAA57D on white background.


Black color preview on #BAA57D background

This text has black color on #BAA57D background.


White color preview on #BAA57D background

This text has white color on #BAA57D background.


Related colors

Complementary color

Complementary color for #hex is #455A82.


I love getcolorcode.com

Triadic colors

1 #7DBAA5 and #A57DBA with #BAA57D are triadic colors.

2 #7DA5BA and #A5BA7D with #BAA57D are triadic colors.