COLOR #BAA649

HEX: #BAA649
RGB: (186,166,73)

Color info

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

RGB color model

#BAA649 color RGB value is (186,166,73).

  • red value is 186;
  • green value is 166;
  • blue value is 73.
RGB:
(186,166,73)
(73%,65%,29%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 73 of 255 = 29%

186
166
73

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

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 73 = 425 (100%)
R 186 of 425 ~ 43.76%
G 166 of 425 ~ 39.06%
B 73 of 425 ~ 17.18%

%43.76
%39.06
%17.18

CMYK color model

#BAA649 color CMYK value is (0,11,61,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 60.75%
  • key color value is 27.06%
CMYK:
(0,11,61,27)
C0M11Y61K27 
(0%,11%,61%,27%)
(0.00/0.11/0.61/0.27)	

CMYK percentages

%0
%10.75
%60.75
%27.06

Codes

Color #BAA649 in popluar color models

BAA649
RGB18616673
HSL49°45.02%50.78%
HSB/HSV49°60.75%72.94%
CMYK0.00%10.75%60.75%
27.06%

Color #BAA649 in popluar number systems.

HEXBAA649
Decimal18616673
Binary10111010101001101001001
Octal272246111

Shades and tints

Shades of #BAA649

#BAA649
(186,166,73)
#AA9743
(170,151,67)
#9A883D
(154,136,61)
#8A7937
(138,121,55)
#7A6A31
(122,106,49)
#6A5B2B
(106,91,43)
#5A4C25
(90,76,37)
#4A3D1F
(74,61,31)
#3A2E19
(58,46,25)
#2A1F13
(42,31,19)
#1A100D
(26,16,13)
#000000
(0,0,0)

Tints of #BAA649

#BAA649
(186,166,73)
#C0AE59
(192,174,89)
#C6B669
(198,182,105)
#CCBE79
(204,190,121)
#D2C689
(210,198,137)
#D8CE99
(216,206,153)
#DED6A9
(222,214,169)
#E4DEB9
(228,222,185)
#EAE6C9
(234,230,201)
#F0EED9
(240,238,217)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA649; }

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

This text font color is #BAA649.


Background Color

.myBgColor { background-color: #BAA649; }

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

This div background color is #BAA649.


Border color

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

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

This div border color is #BAA649.


Opacity

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

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

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

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

This text has shadow with #BAA649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA649 on black background.


Color preview on white background

This text has color #BAA649 on white background.



Black color preview on #BAA649 background

This text has black color on #BAA649 background.


White color preview on #BAA649 background

This text has white color on #BAA649 background.