COLOR #BAA597

HEX: #BAA597
RGB: (186,165,151)

Color info

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

RGB color model

#BAA597 color RGB value is (186,165,151).

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

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 151 of 255 = 59%

186
165
151

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 151 = 502 (100%)
R 186 of 502 ~ 37.05%
G 165 of 502 ~ 32.87%
B 151 of 502 ~ 30.08%

%37.05
%32.87
%30.08

CMYK color model

#BAA597 color CMYK value is (0,11,19,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 18.82%
  • key color value is 27.06%
CMYK:
(0,11,19,27)
C0M11Y19K27 
(0%,11%,19%,27%)
(0.00/0.11/0.19/0.27)	

CMYK percentages

%0
%11.29
%18.82
%27.06

Codes

Color #BAA597 in popluar color models

BAA597
RGB186165151
HSL24°20.23%66.08%
HSB/HSV24°18.82%72.94%
CMYK0.00%11.29%18.82%
27.06%

Color #BAA597 in popluar number systems.

HEXBAA597
Decimal186165151
Binary101110101010010110010111
Octal272245227

Shades and tints

Shades of #BAA597

#BAA597
(186,165,151)
#AA968A
(170,150,138)
#9A877D
(154,135,125)
#8A7870
(138,120,112)
#7A6963
(122,105,99)
#6A5A56
(106,90,86)
#5A4B49
(90,75,73)
#4A3C3C
(74,60,60)
#3A2D2F
(58,45,47)
#2A1E22
(42,30,34)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #BAA597

#BAA597
(186,165,151)
#C0ADA0
(192,173,160)
#C6B5A9
(198,181,169)
#CCBDB2
(204,189,178)
#D2C5BB
(210,197,187)
#D8CDC4
(216,205,196)
#DED5CD
(222,213,205)
#E4DDD6
(228,221,214)
#EAE5DF
(234,229,223)
#F0EDE8
(240,237,232)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA597; }

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

This text font color is #BAA597.


Background Color

.myBgColor { background-color: #BAA597; }

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

This div background color is #BAA597.


Border color

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

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

This div border color is #BAA597.


Opacity

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

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

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

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

This text has shadow with #BAA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA597 on black background.


Color preview on white background

This text has color #BAA597 on white background.



Black color preview on #BAA597 background

This text has black color on #BAA597 background.


White color preview on #BAA597 background

This text has white color on #BAA597 background.