COLOR #BAA637

HEX: #BAA637 RGB: (186,166,55)

Color info

#BAA637 contains mainly red and green colors. Web safe color of #BAA637 is #CC9933 (or #C93).

RGB color model

#BAA637 color RGB value is (186,166,55).

RGB: (186,166,55) (73%, 65%, 22%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 55 of 255 = 22%

186
166
55

R + G + B ~ 53%. #BAA637 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 55 = 407 (100%)
R 186 of 407 ~ 45.7%
G 166 of 407 ~ 40.79%
B 55 of 407 ~ 13.51'%

%45.7
%40.79
%13.51

CMYK color model

#BAA637 color CMYK value is (0,11,70,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 70.43%
  • key color value is 27.06%

CMYK: (0,11,70,27)
C0M11Y70K27 (0%, 11%, 70%, 27%)
(0.00 / 0.11 / 0.70 / 0.27)

CMYK percentages

%0
%10.75
%70.43
%27.06

Codes

Color #BAA637 in popluar color models

BA A6 37
RGB 186 166 55
HSL 51° 54.36% 47.25%
HSB/HSV 51° 70.43% 72.94%
CMYK 0.00% 10.75% 70.43%
27.06%

Color #BAA637 in popluar number systems.

HEX BA A6 37
Decimal 186 166 55
Binary 10111010 10100110 110111
Octal 272 246 67

Shades and tints

Shades of #BAA637

#BAA637
(186,166,55)
#AA9732
(170,151,50)
#9A882D
(154,136,45)
#8A7928
(138,121,40)
#7A6A23
(122,106,35)
#6A5B1E
(106,91,30)
#5A4C19
(90,76,25)
#4A3D14
(74,61,20)
#3A2E0F
(58,46,15)
#2A1F0A
(42,31,10)
#1A1005
(26,16,5)
#000000
(0,0,0)

Tints of #BAA637

#BAA637
(186,166,55)
#C0AE49
(192,174,73)
#C6B65B
(198,182,91)
#CCBE6D
(204,190,109)
#D2C67F
(210,198,127)
#D8CE91
(216,206,145)
#DED6A3
(222,214,163)
#E4DEB5
(228,222,181)
#EAE6C7
(234,230,199)
#F0EED9
(240,238,217)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA637 color. Also use rgb(186,166,55) instead hex code.

Text Font Color

.myTextColor { color: #BAA637; }

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

This text font color is #BAA637.

Background Color

.myBgColor { background-color: #BAA637; }

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

This div background color is #BAA637.

Border color

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

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

This div border color is #BAA637.

Opacity

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

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

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

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

This text has shadow with #BAA637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA637.

Preview

Color preview on black background

This text has color #BAA637 on black background.


Color preview on white background

This text has color #BAA637 on white background.


Black color preview on #BAA637 background

This text has black color on #BAA637 background.


White color preview on #BAA637 background

This text has white color on #BAA637 background.


Related colors

Complementary color

Complementary color for #hex is #4559C8.


I love getcolorcode.com

Triadic colors

1 #37BAA6 and #A637BA with #BAA637 are triadic colors.

2 #37A6BA and #A6BA37 with #BAA637 are triadic colors.