COLOR #BAA986

HEX: #BAA986
RGB: (186,169,134)

Color info

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

RGB color model

#BAA986 color RGB value is (186,169,134).

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

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 134 of 255 = 53%

186
169
134

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

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 134 = 489 (100%)
R 186 of 489 ~ 38.04%
G 169 of 489 ~ 34.56%
B 134 of 489 ~ 27.4%

%38.04
%34.56
%27.4

CMYK color model

#BAA986 color CMYK value is (0,9,28,27).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK:
(0,9,28,27)
C0M9Y28K27 
(0%,9%,28%,27%)
(0.00/0.09/0.28/0.27)	

CMYK percentages

%0
%9.14
%27.96
%27.06

Codes

Color #BAA986 in popluar color models

BAA986
RGB186169134
HSL40°27.37%62.75%
HSB/HSV40°27.96%72.94%
CMYK0.00%9.14%27.96%
27.06%

Color #BAA986 in popluar number systems.

HEXBAA986
Decimal186169134
Binary101110101010100110000110
Octal272251206

Shades and tints

Shades of #BAA986

#BAA986
(186,169,134)
#AA9A7A
(170,154,122)
#9A8B6E
(154,139,110)
#8A7C62
(138,124,98)
#7A6D56
(122,109,86)
#6A5E4A
(106,94,74)
#5A4F3E
(90,79,62)
#4A4032
(74,64,50)
#3A3126
(58,49,38)
#2A221A
(42,34,26)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #BAA986

#BAA986
(186,169,134)
#C0B091
(192,176,145)
#C6B79C
(198,183,156)
#CCBEA7
(204,190,167)
#D2C5B2
(210,197,178)
#D8CCBD
(216,204,189)
#DED3C8
(222,211,200)
#E4DAD3
(228,218,211)
#EAE1DE
(234,225,222)
#F0E8E9
(240,232,233)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA986; }

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

This text font color is #BAA986.


Background Color

.myBgColor { background-color: #BAA986; }

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

This div background color is #BAA986.


Border color

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

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

This div border color is #BAA986.


Opacity

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

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

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

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

This text has shadow with #BAA986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA986 on black background.


Color preview on white background

This text has color #BAA986 on white background.



Black color preview on #BAA986 background

This text has black color on #BAA986 background.


White color preview on #BAA986 background

This text has white color on #BAA986 background.