COLOR #BAA574

HEX: #BAA574 RGB: (186,165,116)

Color info

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

RGB color model

#BAA574 color RGB value is (186,165,116).

RGB: (186,165,116) (73%, 65%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 116 of 255 = 45%

186
165
116

R + G + B ~ 61%. #BAA574 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 116 = 467 (100%)
R 186 of 467 ~ 39.83%
G 165 of 467 ~ 35.33%
B 116 of 467 ~ 24.84'%

%39.83
%35.33
%24.84

CMYK color model

#BAA574 color CMYK value is (0,11,38,27).

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

CMYK: (0,11,38,27)
C0M11Y38K27 (0%, 11%, 38%, 27%)
(0.00 / 0.11 / 0.38 / 0.27)

CMYK percentages

%0
%11.29
%37.63
%27.06

Codes

Color #BAA574 in popluar color models

BA A5 74
RGB 186 165 116
HSL 42° 33.65% 59.22%
HSB/HSV 42° 37.63% 72.94%
CMYK 0.00% 11.29% 37.63%
27.06%

Color #BAA574 in popluar number systems.

HEX BA A5 74
Decimal 186 165 116
Binary 10111010 10100101 1110100
Octal 272 245 164

Shades and tints

Shades of #BAA574

#BAA574
(186,165,116)
#AA966A
(170,150,106)
#9A8760
(154,135,96)
#8A7856
(138,120,86)
#7A694C
(122,105,76)
#6A5A42
(106,90,66)
#5A4B38
(90,75,56)
#4A3C2E
(74,60,46)
#3A2D24
(58,45,36)
#2A1E1A
(42,30,26)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #BAA574

#BAA574
(186,165,116)
#C0AD80
(192,173,128)
#C6B58C
(198,181,140)
#CCBD98
(204,189,152)
#D2C5A4
(210,197,164)
#D8CDB0
(216,205,176)
#DED5BC
(222,213,188)
#E4DDC8
(228,221,200)
#EAE5D4
(234,229,212)
#F0EDE0
(240,237,224)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA574; }

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

This text font color is #BAA574.

Background Color

.myBgColor { background-color: #BAA574; }

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

This div background color is #BAA574.

Border color

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

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

This div border color is #BAA574.

Opacity

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

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

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

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

This text has shadow with #BAA574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA574.

Preview

Color preview on black background

This text has color #BAA574 on black background.


Color preview on white background

This text has color #BAA574 on white background.


Black color preview on #BAA574 background

This text has black color on #BAA574 background.


White color preview on #BAA574 background

This text has white color on #BAA574 background.


Related colors

Complementary color

Complementary color for #hex is #455A8B.


I love getcolorcode.com

Triadic colors

1 #74BAA5 and #A574BA with #BAA574 are triadic colors.

2 #74A5BA and #A5BA74 with #BAA574 are triadic colors.