COLOR #BAAA72

HEX: #BAAA72
RGB: (186,170,114)

Color info

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

RGB color model

#BAAA72 color RGB value is (186,170,114).

  • red value is 186;
  • green value is 170;
  • blue value is 114.
RGB:
(186,170,114)
(73%,67%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 114 of 255 = 45%

186
170
114

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

Portions of RGB colors in percentages

R + G + B =
186 + 170 + 114 = 470 (100%)
R 186 of 470 ~ 39.57%
G 170 of 470 ~ 36.17%
B 114 of 470 ~ 24.26%

%39.57
%36.17
%24.26

CMYK color model

#BAAA72 color CMYK value is (0,9,39,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(0,9,39,27)
C0M9Y39K27 
(0%,9%,39%,27%)
(0.00/0.09/0.39/0.27)	

CMYK percentages

%0
%8.6
%38.71
%27.06

Codes

Color #BAAA72 in popluar color models

BAAA72
RGB186170114
HSL47°34.29%58.82%
HSB/HSV47°38.71%72.94%
CMYK0.00%8.60%38.71%
27.06%

Color #BAAA72 in popluar number systems.

HEXBAAA72
Decimal186170114
Binary10111010101010101110010
Octal272252162

Shades and tints

Shades of #BAAA72

#BAAA72
(186,170,114)
#AA9B68
(170,155,104)
#9A8C5E
(154,140,94)
#8A7D54
(138,125,84)
#7A6E4A
(122,110,74)
#6A5F40
(106,95,64)
#5A5036
(90,80,54)
#4A412C
(74,65,44)
#3A3222
(58,50,34)
#2A2318
(42,35,24)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #BAAA72

#BAAA72
(186,170,114)
#C0B17E
(192,177,126)
#C6B88A
(198,184,138)
#CCBF96
(204,191,150)
#D2C6A2
(210,198,162)
#D8CDAE
(216,205,174)
#DED4BA
(222,212,186)
#E4DBC6
(228,219,198)
#EAE2D2
(234,226,210)
#F0E9DE
(240,233,222)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAA72 color. Also use rgb(186,170,114) instead hex code.

Text Font Color

.myTextColor { color: #BAAA72; }

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

This text font color is #BAAA72.


Background Color

.myBgColor { background-color: #BAAA72; }

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

This div background color is #BAAA72.


Border color

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

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

This div border color is #BAAA72.


Opacity

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

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

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

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

This text has shadow with #BAAA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAA72 on black background.


Color preview on white background

This text has color #BAAA72 on white background.



Black color preview on #BAAA72 background

This text has black color on #BAAA72 background.


White color preview on #BAAA72 background

This text has white color on #BAAA72 background.