COLOR #BAA17C

HEX: #BAA17C RGB: (186,161,124)

Color info

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

RGB color model

#BAA17C color RGB value is (186,161,124).

RGB: (186,161,124) (73%, 63%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 124 of 255 = 49%

186
161
124

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

Portions of RGB colors in percentages

R + G + B = 186 + 161 + 124 = 471 (100%)
R 186 of 471 ~ 39.49%
G 161 of 471 ~ 34.18%
B 124 of 471 ~ 26.33'%

%39.49
%34.18
%26.33

CMYK color model

#BAA17C color CMYK value is (0,13,33,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 33.33%
  • key color value is 27.06%

CMYK: (0,13,33,27)
C0M13Y33K27 (0%, 13%, 33%, 27%)
(0.00 / 0.13 / 0.33 / 0.27)

CMYK percentages

%0
%13.44
%33.33
%27.06

Codes

Color #BAA17C in popluar color models

BA A1 7C
RGB 186 161 124
HSL 36° 31.00% 60.78%
HSB/HSV 36° 33.33% 72.94%
CMYK 0.00% 13.44% 33.33%
27.06%

Color #BAA17C in popluar number systems.

HEX BA A1 7C
Decimal 186 161 124
Binary 10111010 10100001 1111100
Octal 272 241 174

Shades and tints

Shades of #BAA17C

#BAA17C
(186,161,124)
#AA9371
(170,147,113)
#9A8566
(154,133,102)
#8A775B
(138,119,91)
#7A6950
(122,105,80)
#6A5B45
(106,91,69)
#5A4D3A
(90,77,58)
#4A3F2F
(74,63,47)
#3A3124
(58,49,36)
#2A2319
(42,35,25)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #BAA17C

#BAA17C
(186,161,124)
#C0A987
(192,169,135)
#C6B192
(198,177,146)
#CCB99D
(204,185,157)
#D2C1A8
(210,193,168)
#D8C9B3
(216,201,179)
#DED1BE
(222,209,190)
#E4D9C9
(228,217,201)
#EAE1D4
(234,225,212)
#F0E9DF
(240,233,223)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA17C color. Also use rgb(186,161,124) instead hex code.

Text Font Color

.myTextColor { color: #BAA17C; }

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

This text font color is #BAA17C.

Background Color

.myBgColor { background-color: #BAA17C; }

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

This div background color is #BAA17C.

Border color

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

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

This div border color is #BAA17C.

Opacity

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

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

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

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

This text has shadow with #BAA17C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA17C.

Preview

Color preview on black background

This text has color #BAA17C on black background.


Color preview on white background

This text has color #BAA17C on white background.


Black color preview on #BAA17C background

This text has black color on #BAA17C background.


White color preview on #BAA17C background

This text has white color on #BAA17C background.


Related colors

Complementary color

Complementary color for #hex is #455E83.


I love getcolorcode.com

Triadic colors

1 #7CBAA1 and #A17CBA with #BAA17C are triadic colors.

2 #7CA1BA and #A1BA7C with #BAA17C are triadic colors.