COLOR #BAA299

HEX: #BAA299
RGB: (186,162,153)

Color info

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

RGB color model

#BAA299 color RGB value is (186,162,153).

  • red value is 186;
  • green value is 162;
  • blue value is 153.
RGB:
(186,162,153)
(73%,64%,60%)

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 153 of 255 = 60%

186
162
153

R + G + B ~ 66%. #BAA299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 153 = 501 (100%)
R 186 of 501 ~ 37.13%
G 162 of 501 ~ 32.34%
B 153 of 501 ~ 30.54%

%37.13
%32.34
%30.54

CMYK color model

#BAA299 color CMYK value is (0,13,18,27).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK:
(0,13,18,27)
C0M13Y18K27 
(0%,13%,18%,27%)
(0.00/0.13/0.18/0.27)	

CMYK percentages

%0
%12.9
%17.74
%27.06

Codes

Color #BAA299 in popluar color models

BAA299
RGB186162153
HSL16°19.30%66.47%
HSB/HSV16°17.74%72.94%
CMYK0.00%12.90%17.74%
27.06%

Color #BAA299 in popluar number systems.

HEXBAA299
Decimal186162153
Binary101110101010001010011001
Octal272242231

Shades and tints

Shades of #BAA299

#BAA299
(186,162,153)
#AA948C
(170,148,140)
#9A867F
(154,134,127)
#8A7872
(138,120,114)
#7A6A65
(122,106,101)
#6A5C58
(106,92,88)
#5A4E4B
(90,78,75)
#4A403E
(74,64,62)
#3A3231
(58,50,49)
#2A2424
(42,36,36)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #BAA299

#BAA299
(186,162,153)
#C0AAA2
(192,170,162)
#C6B2AB
(198,178,171)
#CCBAB4
(204,186,180)
#D2C2BD
(210,194,189)
#D8CAC6
(216,202,198)
#DED2CF
(222,210,207)
#E4DAD8
(228,218,216)
#EAE2E1
(234,226,225)
#F0EAEA
(240,234,234)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA299 color. Also use rgb(186,162,153) instead hex code.

Text Font Color

.myTextColor { color: #BAA299; }

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

This text font color is #BAA299.


Background Color

.myBgColor { background-color: #BAA299; }

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

This div background color is #BAA299.


Border color

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

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

This div border color is #BAA299.


Opacity

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

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

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

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

This text has shadow with #BAA299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA299 on black background.


Color preview on white background

This text has color #BAA299 on white background.



Black color preview on #BAA299 background

This text has black color on #BAA299 background.


White color preview on #BAA299 background

This text has white color on #BAA299 background.