COLOR #BAA58E

HEX: #BAA58E
RGB: (186,165,142)

Color info

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

RGB color model

#BAA58E color RGB value is (186,165,142).

  • red value is 186;
  • green value is 165;
  • blue value is 142.
RGB:
(186,165,142)
(73%,65%,56%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 142 of 255 = 56%

186
165
142

R + G + B ~ 65%. #BAA58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 142 = 493 (100%)
R 186 of 493 ~ 37.73%
G 165 of 493 ~ 33.47%
B 142 of 493 ~ 28.8%

%37.73
%33.47
%28.8

CMYK color model

#BAA58E color CMYK value is (0,11,24,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 23.66%
  • key color value is 27.06%
CMYK:
(0,11,24,27)
C0M11Y24K27 
(0%,11%,24%,27%)
(0.00/0.11/0.24/0.27)	

CMYK percentages

%0
%11.29
%23.66
%27.06

Codes

Color #BAA58E in popluar color models

BAA58E
RGB186165142
HSL31°24.18%64.31%
HSB/HSV31°23.66%72.94%
CMYK0.00%11.29%23.66%
27.06%

Color #BAA58E in popluar number systems.

HEXBAA58E
Decimal186165142
Binary101110101010010110001110
Octal272245216

Shades and tints

Shades of #BAA58E

#BAA58E
(186,165,142)
#AA9682
(170,150,130)
#9A8776
(154,135,118)
#8A786A
(138,120,106)
#7A695E
(122,105,94)
#6A5A52
(106,90,82)
#5A4B46
(90,75,70)
#4A3C3A
(74,60,58)
#3A2D2E
(58,45,46)
#2A1E22
(42,30,34)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #BAA58E

#BAA58E
(186,165,142)
#C0AD98
(192,173,152)
#C6B5A2
(198,181,162)
#CCBDAC
(204,189,172)
#D2C5B6
(210,197,182)
#D8CDC0
(216,205,192)
#DED5CA
(222,213,202)
#E4DDD4
(228,221,212)
#EAE5DE
(234,229,222)
#F0EDE8
(240,237,232)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA58E; }

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

This text font color is #BAA58E.


Background Color

.myBgColor { background-color: #BAA58E; }

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

This div background color is #BAA58E.


Border color

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

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

This div border color is #BAA58E.


Opacity

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

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

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

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

This text has shadow with #BAA58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA58E on black background.


Color preview on white background

This text has color #BAA58E on white background.



Black color preview on #BAA58E background

This text has black color on #BAA58E background.


White color preview on #BAA58E background

This text has white color on #BAA58E background.