COLOR #BAA456

HEX: #BAA456
RGB: (186,164,86)

Color info

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

RGB color model

#BAA456 color RGB value is (186,164,86).

  • red value is 186;
  • green value is 164;
  • blue value is 86.
RGB:
(186,164,86)
(73%,64%,34%)

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 86 of 255 = 34%

186
164
86

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

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 86 = 436 (100%)
R 186 of 436 ~ 42.66%
G 164 of 436 ~ 37.61%
B 86 of 436 ~ 19.72%

%42.66
%37.61
%19.72

CMYK color model

#BAA456 color CMYK value is (0,12,54,27).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 53.76%
  • key color value is 27.06%
CMYK:
(0,12,54,27)
C0M12Y54K27 
(0%,12%,54%,27%)
(0.00/0.12/0.54/0.27)	

CMYK percentages

%0
%11.83
%53.76
%27.06

Codes

Color #BAA456 in popluar color models

BAA456
RGB18616486
HSL47°42.02%53.33%
HSB/HSV47°53.76%72.94%
CMYK0.00%11.83%53.76%
27.06%

Color #BAA456 in popluar number systems.

HEXBAA456
Decimal18616486
Binary10111010101001001010110
Octal272244126

Shades and tints

Shades of #BAA456

#BAA456
(186,164,86)
#AA964F
(170,150,79)
#9A8848
(154,136,72)
#8A7A41
(138,122,65)
#7A6C3A
(122,108,58)
#6A5E33
(106,94,51)
#5A502C
(90,80,44)
#4A4225
(74,66,37)
#3A341E
(58,52,30)
#2A2617
(42,38,23)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #BAA456

#BAA456
(186,164,86)
#C0AC65
(192,172,101)
#C6B474
(198,180,116)
#CCBC83
(204,188,131)
#D2C492
(210,196,146)
#D8CCA1
(216,204,161)
#DED4B0
(222,212,176)
#E4DCBF
(228,220,191)
#EAE4CE
(234,228,206)
#F0ECDD
(240,236,221)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA456 color. Also use rgb(186,164,86) instead hex code.

Text Font Color

.myTextColor { color: #BAA456; }

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

This text font color is #BAA456.


Background Color

.myBgColor { background-color: #BAA456; }

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

This div background color is #BAA456.


Border color

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

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

This div border color is #BAA456.


Opacity

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

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

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

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

This text has shadow with #BAA456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA456 on black background.


Color preview on white background

This text has color #BAA456 on white background.



Black color preview on #BAA456 background

This text has black color on #BAA456 background.


White color preview on #BAA456 background

This text has white color on #BAA456 background.