COLOR #BAA991

HEX: #BAA991
RGB: (186,169,145)

Color info

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

RGB color model

#BAA991 color RGB value is (186,169,145).

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

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 145 of 255 = 57%

186
169
145

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

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 145 = 500 (100%)
R 186 of 500 ~ 37.2%
G 169 of 500 ~ 33.8%
B 145 of 500 ~ 29%

%37.2
%33.8
%29

CMYK color model

#BAA991 color CMYK value is (0,9,22,27).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 22.04%
  • key color value is 27.06%
CMYK:
(0,9,22,27)
C0M9Y22K27 
(0%,9%,22%,27%)
(0.00/0.09/0.22/0.27)	

CMYK percentages

%0
%9.14
%22.04
%27.06

Codes

Color #BAA991 in popluar color models

BAA991
RGB186169145
HSL35°22.91%64.90%
HSB/HSV35°22.04%72.94%
CMYK0.00%9.14%22.04%
27.06%

Color #BAA991 in popluar number systems.

HEXBAA991
Decimal186169145
Binary101110101010100110010001
Octal272251221

Shades and tints

Shades of #BAA991

#BAA991
(186,169,145)
#AA9A84
(170,154,132)
#9A8B77
(154,139,119)
#8A7C6A
(138,124,106)
#7A6D5D
(122,109,93)
#6A5E50
(106,94,80)
#5A4F43
(90,79,67)
#4A4036
(74,64,54)
#3A3129
(58,49,41)
#2A221C
(42,34,28)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #BAA991

#BAA991
(186,169,145)
#C0B09B
(192,176,155)
#C6B7A5
(198,183,165)
#CCBEAF
(204,190,175)
#D2C5B9
(210,197,185)
#D8CCC3
(216,204,195)
#DED3CD
(222,211,205)
#E4DAD7
(228,218,215)
#EAE1E1
(234,225,225)
#F0E8EB
(240,232,235)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA991; }

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

This text font color is #BAA991.


Background Color

.myBgColor { background-color: #BAA991; }

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

This div background color is #BAA991.


Border color

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

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

This div border color is #BAA991.


Opacity

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

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

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

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

This text has shadow with #BAA991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA991 on black background.


Color preview on white background

This text has color #BAA991 on white background.



Black color preview on #BAA991 background

This text has black color on #BAA991 background.


White color preview on #BAA991 background

This text has white color on #BAA991 background.