COLOR #BAA586

HEX: #BAA586
RGB: (186,165,134)

Color info

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

RGB color model

#BAA586 color RGB value is (186,165,134).

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

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 134 of 255 = 53%

186
165
134

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 134 = 485 (100%)
R 186 of 485 ~ 38.35%
G 165 of 485 ~ 34.02%
B 134 of 485 ~ 27.63%

%38.35
%34.02
%27.63

CMYK color model

#BAA586 color CMYK value is (0,11,28,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK:
(0,11,28,27)
C0M11Y28K27 
(0%,11%,28%,27%)
(0.00/0.11/0.28/0.27)	

CMYK percentages

%0
%11.29
%27.96
%27.06

Codes

Color #BAA586 in popluar color models

BAA586
RGB186165134
HSL36°27.37%62.75%
HSB/HSV36°27.96%72.94%
CMYK0.00%11.29%27.96%
27.06%

Color #BAA586 in popluar number systems.

HEXBAA586
Decimal186165134
Binary101110101010010110000110
Octal272245206

Shades and tints

Shades of #BAA586

#BAA586
(186,165,134)
#AA967A
(170,150,122)
#9A876E
(154,135,110)
#8A7862
(138,120,98)
#7A6956
(122,105,86)
#6A5A4A
(106,90,74)
#5A4B3E
(90,75,62)
#4A3C32
(74,60,50)
#3A2D26
(58,45,38)
#2A1E1A
(42,30,26)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #BAA586

#BAA586
(186,165,134)
#C0AD91
(192,173,145)
#C6B59C
(198,181,156)
#CCBDA7
(204,189,167)
#D2C5B2
(210,197,178)
#D8CDBD
(216,205,189)
#DED5C8
(222,213,200)
#E4DDD3
(228,221,211)
#EAE5DE
(234,229,222)
#F0EDE9
(240,237,233)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA586; }

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

This text font color is #BAA586.


Background Color

.myBgColor { background-color: #BAA586; }

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

This div background color is #BAA586.


Border color

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

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

This div border color is #BAA586.


Opacity

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

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

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

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

This text has shadow with #BAA586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA586 on black background.


Color preview on white background

This text has color #BAA586 on white background.



Black color preview on #BAA586 background

This text has black color on #BAA586 background.


White color preview on #BAA586 background

This text has white color on #BAA586 background.