COLOR #BAA66C

HEX: #BAA66C RGB: (186,166,108)

Color info

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

RGB color model

#BAA66C color RGB value is (186,166,108).

RGB: (186,166,108) (73%, 65%, 42%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 108 of 255 = 42%

186
166
108

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

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 108 = 460 (100%)
R 186 of 460 ~ 40.43%
G 166 of 460 ~ 36.09%
B 108 of 460 ~ 23.48'%

%40.43
%36.09
%23.48

CMYK color model

#BAA66C color CMYK value is (0,11,42,27).

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

CMYK: (0,11,42,27)
C0M11Y42K27 (0%, 11%, 42%, 27%)
(0.00 / 0.11 / 0.42 / 0.27)

CMYK percentages

%0
%10.75
%41.94
%27.06

Codes

Color #BAA66C in popluar color models

BA A6 6C
RGB 186 166 108
HSL 45° 36.11% 57.65%
HSB/HSV 45° 41.94% 72.94%
CMYK 0.00% 10.75% 41.94%
27.06%

Color #BAA66C in popluar number systems.

HEX BA A6 6C
Decimal 186 166 108
Binary 10111010 10100110 1101100
Octal 272 246 154

Shades and tints

Shades of #BAA66C

#BAA66C
(186,166,108)
#AA9763
(170,151,99)
#9A885A
(154,136,90)
#8A7951
(138,121,81)
#7A6A48
(122,106,72)
#6A5B3F
(106,91,63)
#5A4C36
(90,76,54)
#4A3D2D
(74,61,45)
#3A2E24
(58,46,36)
#2A1F1B
(42,31,27)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #BAA66C

#BAA66C
(186,166,108)
#C0AE79
(192,174,121)
#C6B686
(198,182,134)
#CCBE93
(204,190,147)
#D2C6A0
(210,198,160)
#D8CEAD
(216,206,173)
#DED6BA
(222,214,186)
#E4DEC7
(228,222,199)
#EAE6D4
(234,230,212)
#F0EEE1
(240,238,225)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA66C; }

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

This text font color is #BAA66C.

Background Color

.myBgColor { background-color: #BAA66C; }

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

This div background color is #BAA66C.

Border color

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

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

This div border color is #BAA66C.

Opacity

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

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

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

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

This text has shadow with #BAA66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA66C.

Preview

Color preview on black background

This text has color #BAA66C on black background.


Color preview on white background

This text has color #BAA66C on white background.


Black color preview on #BAA66C background

This text has black color on #BAA66C background.


White color preview on #BAA66C background

This text has white color on #BAA66C background.


Related colors

Complementary color

Complementary color for #hex is #455993.


I love getcolorcode.com

Triadic colors

1 #6CBAA6 and #A66CBA with #BAA66C are triadic colors.

2 #6CA6BA and #A6BA6C with #BAA66C are triadic colors.