COLOR #BAA57B

HEX: #BAA57B RGB: (186,165,123)

Color info

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

RGB color model

#BAA57B color RGB value is (186,165,123).

RGB: (186,165,123) (73%, 65%, 48%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 123 of 255 = 48%

186
165
123

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

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 123 = 474 (100%)
R 186 of 474 ~ 39.24%
G 165 of 474 ~ 34.81%
B 123 of 474 ~ 25.95'%

%39.24
%34.81
%25.95

CMYK color model

#BAA57B color CMYK value is (0,11,34,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 33.87%
  • key color value is 27.06%
CMYK: (0,11,34,27) C0M11Y34K27 (0%,11%,34%,27%) (0.00/0.11/0.34/0.27) 

CMYK percentages

%0
%11.29
%33.87
%27.06

Codes

Color #BAA57B in popluar color models

BA A5 7B
RGB 186 165 123
HSL 40° 31.34% 60.59%
HSB/HSV 40° 33.87% 72.94%
CMYK 0.00% 11.29% 33.87%
27.06%

Color #BAA57B in popluar number systems.

HEX BA A5 7B
Decimal 186 165 123
Binary 10111010 10100101 1111011
Octal 272 245 173

Shades and tints

Shades of #BAA57B

#BAA57B
(186,165,123)
#AA9670
(170,150,112)
#9A8765
(154,135,101)
#8A785A
(138,120,90)
#7A694F
(122,105,79)
#6A5A44
(106,90,68)
#5A4B39
(90,75,57)
#4A3C2E
(74,60,46)
#3A2D23
(58,45,35)
#2A1E18
(42,30,24)
#1A0F0D
(26,15,13)
#000000
(0,0,0)

Tints of #BAA57B

#BAA57B
(186,165,123)
#C0AD87
(192,173,135)
#C6B593
(198,181,147)
#CCBD9F
(204,189,159)
#D2C5AB
(210,197,171)
#D8CDB7
(216,205,183)
#DED5C3
(222,213,195)
#E4DDCF
(228,221,207)
#EAE5DB
(234,229,219)
#F0EDE7
(240,237,231)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA57B; }

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

This text font color is #BAA57B.

Background Color

.myBgColor { background-color: #BAA57B; }

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

This div background color is #BAA57B.

Border color

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

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

This div border color is #BAA57B.

Opacity

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

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

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

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

This text has shadow with #BAA57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA57B.

Preview

Color preview on black background

This text has color #BAA57B on black background.


Color preview on white background

This text has color #BAA57B on white background.


Black color preview on #BAA57B background

This text has black color on #BAA57B background.


White color preview on #BAA57B background

This text has white color on #BAA57B background.


Related colors

Complementary color

Complementary color for #hex is #455A84.


I love getcolorcode.com

Triadic colors

1 #7BBAA5 and #A57BBA with #BAA57B are triadic colors.

2 #7BA5BA and #A5BA7B with #BAA57B are triadic colors.