COLOR #BAA58A

HEX: #BAA58A RGB: (186,165,138)

Color info

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

RGB color model

#BAA58A color RGB value is (186,165,138).

RGB: (186,165,138) (73%, 65%, 54%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 138 of 255 = 54%

186
165
138

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

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 138 = 489 (100%)
R 186 of 489 ~ 38.04%
G 165 of 489 ~ 33.74%
B 138 of 489 ~ 28.22'%

%38.04
%33.74
%28.22

CMYK color model

#BAA58A color CMYK value is (0,11,26,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 25.81%
  • key color value is 27.06%

CMYK: (0,11,26,27)
C0M11Y26K27 (0%, 11%, 26%, 27%)
(0.00 / 0.11 / 0.26 / 0.27)

CMYK percentages

%0
%11.29
%25.81
%27.06

Codes

Color #BAA58A in popluar color models

BA A5 8A
RGB 186 165 138
HSL 34° 25.81% 63.53%
HSB/HSV 34° 25.81% 72.94%
CMYK 0.00% 11.29% 25.81%
27.06%

Color #BAA58A in popluar number systems.

HEX BA A5 8A
Decimal 186 165 138
Binary 10111010 10100101 10001010
Octal 272 245 212

Shades and tints

Shades of #BAA58A

#BAA58A
(186,165,138)
#AA967E
(170,150,126)
#9A8772
(154,135,114)
#8A7866
(138,120,102)
#7A695A
(122,105,90)
#6A5A4E
(106,90,78)
#5A4B42
(90,75,66)
#4A3C36
(74,60,54)
#3A2D2A
(58,45,42)
#2A1E1E
(42,30,30)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #BAA58A

#BAA58A
(186,165,138)
#C0AD94
(192,173,148)
#C6B59E
(198,181,158)
#CCBDA8
(204,189,168)
#D2C5B2
(210,197,178)
#D8CDBC
(216,205,188)
#DED5C6
(222,213,198)
#E4DDD0
(228,221,208)
#EAE5DA
(234,229,218)
#F0EDE4
(240,237,228)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA58A color. Also use rgb(186,165,138) instead hex code.

Text Font Color

.myTextColor { color: #BAA58A; }

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

This text font color is #BAA58A.

Background Color

.myBgColor { background-color: #BAA58A; }

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

This div background color is #BAA58A.

Border color

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

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

This div border color is #BAA58A.

Opacity

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

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

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

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

This text has shadow with #BAA58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA58A.

Preview

Color preview on black background

This text has color #BAA58A on black background.


Color preview on white background

This text has color #BAA58A on white background.


Black color preview on #BAA58A background

This text has black color on #BAA58A background.


White color preview on #BAA58A background

This text has white color on #BAA58A background.


Related colors

Complementary color

Complementary color for #hex is #455A75.


I love getcolorcode.com

Triadic colors

1 #8ABAA5 and #A58ABA with #BAA58A are triadic colors.

2 #8AA5BA and #A5BA8A with #BAA58A are triadic colors.