COLOR #BAAC76

HEX: #BAAC76
RGB: (186,172,118)

Color info

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

RGB color model

#BAAC76 color RGB value is (186,172,118).

  • red value is 186;
  • green value is 172;
  • blue value is 118.
RGB:
(186,172,118)
(73%,67%,46%)

RGB channels and saturation

R 186 of 255 = 73%
G 172 of 255 = 67%
B 118 of 255 = 46%

186
172
118

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

Portions of RGB colors in percentages

R + G + B =
186 + 172 + 118 = 476 (100%)
R 186 of 476 ~ 39.08%
G 172 of 476 ~ 36.13%
B 118 of 476 ~ 24.79%

%39.08
%36.13
%24.79

CMYK color model

#BAAC76 color CMYK value is (0,8,37,27).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(0,8,37,27)
C0M8Y37K27 
(0%,8%,37%,27%)
(0.00/0.08/0.37/0.27)	

CMYK percentages

%0
%7.53
%36.56
%27.06

Codes

Color #BAAC76 in popluar color models

BAAC76
RGB186172118
HSL48°33.01%59.61%
HSB/HSV48°36.56%72.94%
CMYK0.00%7.53%36.56%
27.06%

Color #BAAC76 in popluar number systems.

HEXBAAC76
Decimal186172118
Binary10111010101011001110110
Octal272254166

Shades and tints

Shades of #BAAC76

#BAAC76
(186,172,118)
#AA9D6C
(170,157,108)
#9A8E62
(154,142,98)
#8A7F58
(138,127,88)
#7A704E
(122,112,78)
#6A6144
(106,97,68)
#5A523A
(90,82,58)
#4A4330
(74,67,48)
#3A3426
(58,52,38)
#2A251C
(42,37,28)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #BAAC76

#BAAC76
(186,172,118)
#C0B382
(192,179,130)
#C6BA8E
(198,186,142)
#CCC19A
(204,193,154)
#D2C8A6
(210,200,166)
#D8CFB2
(216,207,178)
#DED6BE
(222,214,190)
#E4DDCA
(228,221,202)
#EAE4D6
(234,228,214)
#F0EBE2
(240,235,226)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAC76 color. Also use rgb(186,172,118) instead hex code.

Text Font Color

.myTextColor { color: #BAAC76; }

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

This text font color is #BAAC76.


Background Color

.myBgColor { background-color: #BAAC76; }

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

This div background color is #BAAC76.


Border color

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

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

This div border color is #BAAC76.


Opacity

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

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

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

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

This text has shadow with #BAAC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAC76 on black background.


Color preview on white background

This text has color #BAAC76 on white background.



Black color preview on #BAAC76 background

This text has black color on #BAAC76 background.


White color preview on #BAAC76 background

This text has white color on #BAAC76 background.