COLOR #BAA38E

HEX: #BAA38E RGB: (186,163,142)

Color info

#BAA38E contains red, green and blue colors in about the same proportion. Web safe color of #BAA38E is #CC9999 (or #C99).

RGB color model

#BAA38E color RGB value is (186,163,142).

RGB: (186,163,142) (73%, 64%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 163 of 255 = 64%
B 142 of 255 = 56%

186
163
142

R + G + B ~ 64%. #BAA38E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 163 + 142 = 491 (100%)
R 186 of 491 ~ 37.88%
G 163 of 491 ~ 33.2%
B 142 of 491 ~ 28.92'%

%37.88
%33.2
%28.92

CMYK color model

#BAA38E color CMYK value is (0,12,24,27).

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

CMYK: (0,12,24,27)
C0M12Y24K27 (0%, 12%, 24%, 27%)
(0.00 / 0.12 / 0.24 / 0.27)

CMYK percentages

%0
%12.37
%23.66
%27.06

Codes

Color #BAA38E in popluar color models

BA A3 8E
RGB 186 163 142
HSL 29° 24.18% 64.31%
HSB/HSV 29° 23.66% 72.94%
CMYK 0.00% 12.37% 23.66%
27.06%

Color #BAA38E in popluar number systems.

HEX BA A3 8E
Decimal 186 163 142
Binary 10111010 10100011 10001110
Octal 272 243 216

Shades and tints

Shades of #BAA38E

#BAA38E
(186,163,142)
#AA9582
(170,149,130)
#9A8776
(154,135,118)
#8A796A
(138,121,106)
#7A6B5E
(122,107,94)
#6A5D52
(106,93,82)
#5A4F46
(90,79,70)
#4A413A
(74,65,58)
#3A332E
(58,51,46)
#2A2522
(42,37,34)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #BAA38E

#BAA38E
(186,163,142)
#C0AB98
(192,171,152)
#C6B3A2
(198,179,162)
#CCBBAC
(204,187,172)
#D2C3B6
(210,195,182)
#D8CBC0
(216,203,192)
#DED3CA
(222,211,202)
#E4DBD4
(228,219,212)
#EAE3DE
(234,227,222)
#F0EBE8
(240,235,232)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA38E; }

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

This text font color is #BAA38E.

Background Color

.myBgColor { background-color: #BAA38E; }

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

This div background color is #BAA38E.

Border color

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

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

This div border color is #BAA38E.

Opacity

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

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

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

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

This text has shadow with #BAA38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA38E.

Preview

Color preview on black background

This text has color #BAA38E on black background.


Color preview on white background

This text has color #BAA38E on white background.


Black color preview on #BAA38E background

This text has black color on #BAA38E background.


White color preview on #BAA38E background

This text has white color on #BAA38E background.


Related colors

Complementary color

Complementary color for #hex is #455C71.


I love getcolorcode.com

Triadic colors

1 #8EBAA3 and #A38EBA with #BAA38E are triadic colors.

2 #8EA3BA and #A3BA8E with #BAA38E are triadic colors.