COLOR #BAA36B

HEX: #BAA36B RGB: (186,163,107)

Color info

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

RGB color model

#BAA36B color RGB value is (186,163,107).

RGB: (186,163,107) (73%, 64%, 42%)

RGB channels and saturation

R 186 of 255 = 73%
G 163 of 255 = 64%
B 107 of 255 = 42%

186
163
107

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

Portions of RGB colors in percentages

R + G + B = 186 + 163 + 107 = 456 (100%)
R 186 of 456 ~ 40.79%
G 163 of 456 ~ 35.75%
B 107 of 456 ~ 23.46'%

%40.79
%35.75
%23.46

CMYK color model

#BAA36B color CMYK value is (0,12,42,27).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 42.47%
  • key color value is 27.06%

CMYK: (0,12,42,27)
C0M12Y42K27 (0%, 12%, 42%, 27%)
(0.00 / 0.12 / 0.42 / 0.27)

CMYK percentages

%0
%12.37
%42.47
%27.06

Codes

Color #BAA36B in popluar color models

BA A3 6B
RGB 186 163 107
HSL 43° 36.41% 57.45%
HSB/HSV 43° 42.47% 72.94%
CMYK 0.00% 12.37% 42.47%
27.06%

Color #BAA36B in popluar number systems.

HEX BA A3 6B
Decimal 186 163 107
Binary 10111010 10100011 1101011
Octal 272 243 153

Shades and tints

Shades of #BAA36B

#BAA36B
(186,163,107)
#AA9562
(170,149,98)
#9A8759
(154,135,89)
#8A7950
(138,121,80)
#7A6B47
(122,107,71)
#6A5D3E
(106,93,62)
#5A4F35
(90,79,53)
#4A412C
(74,65,44)
#3A3323
(58,51,35)
#2A251A
(42,37,26)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #BAA36B

#BAA36B
(186,163,107)
#C0AB78
(192,171,120)
#C6B385
(198,179,133)
#CCBB92
(204,187,146)
#D2C39F
(210,195,159)
#D8CBAC
(216,203,172)
#DED3B9
(222,211,185)
#E4DBC6
(228,219,198)
#EAE3D3
(234,227,211)
#F0EBE0
(240,235,224)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA36B color. Also use rgb(186,163,107) instead hex code.

Text Font Color

.myTextColor { color: #BAA36B; }

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

This text font color is #BAA36B.

Background Color

.myBgColor { background-color: #BAA36B; }

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

This div background color is #BAA36B.

Border color

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

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

This div border color is #BAA36B.

Opacity

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

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

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

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

This text has shadow with #BAA36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA36B.

Preview

Color preview on black background

This text has color #BAA36B on black background.


Color preview on white background

This text has color #BAA36B on white background.


Black color preview on #BAA36B background

This text has black color on #BAA36B background.


White color preview on #BAA36B background

This text has white color on #BAA36B background.


Related colors

Complementary color

Complementary color for #hex is #455C94.


I love getcolorcode.com

Triadic colors

1 #6BBAA3 and #A36BBA with #BAA36B are triadic colors.

2 #6BA3BA and #A3BA6B with #BAA36B are triadic colors.