COLOR #BAAD90

HEX: #BAAD90
RGB: (186,173,144)

Color info

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

RGB color model

#BAAD90 color RGB value is (186,173,144).

  • red value is 186;
  • green value is 173;
  • blue value is 144.
RGB:
(186,173,144)
(73%,68%,56%)

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 144 of 255 = 56%

186
173
144

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

Portions of RGB colors in percentages

R + G + B =
186 + 173 + 144 = 503 (100%)
R 186 of 503 ~ 36.98%
G 173 of 503 ~ 34.39%
B 144 of 503 ~ 28.63%

%36.98
%34.39
%28.63

CMYK color model

#BAAD90 color CMYK value is (0,7,23,27).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(0,7,23,27)
C0M7Y23K27 
(0%,7%,23%,27%)
(0.00/0.07/0.23/0.27)	

CMYK percentages

%0
%6.99
%22.58
%27.06

Codes

Color #BAAD90 in popluar color models

BAAD90
RGB186173144
HSL41°23.33%64.71%
HSB/HSV41°22.58%72.94%
CMYK0.00%6.99%22.58%
27.06%

Color #BAAD90 in popluar number systems.

HEXBAAD90
Decimal186173144
Binary101110101010110110010000
Octal272255220

Shades and tints

Shades of #BAAD90

#BAAD90
(186,173,144)
#AA9E83
(170,158,131)
#9A8F76
(154,143,118)
#8A8069
(138,128,105)
#7A715C
(122,113,92)
#6A624F
(106,98,79)
#5A5342
(90,83,66)
#4A4435
(74,68,53)
#3A3528
(58,53,40)
#2A261B
(42,38,27)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #BAAD90

#BAAD90
(186,173,144)
#C0B49A
(192,180,154)
#C6BBA4
(198,187,164)
#CCC2AE
(204,194,174)
#D2C9B8
(210,201,184)
#D8D0C2
(216,208,194)
#DED7CC
(222,215,204)
#E4DED6
(228,222,214)
#EAE5E0
(234,229,224)
#F0ECEA
(240,236,234)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAD90 color. Also use rgb(186,173,144) instead hex code.

Text Font Color

.myTextColor { color: #BAAD90; }

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

This text font color is #BAAD90.


Background Color

.myBgColor { background-color: #BAAD90; }

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

This div background color is #BAAD90.


Border color

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

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

This div border color is #BAAD90.


Opacity

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

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

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

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

This text has shadow with #BAAD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAD90 on black background.


Color preview on white background

This text has color #BAAD90 on white background.



Black color preview on #BAAD90 background

This text has black color on #BAAD90 background.


White color preview on #BAAD90 background

This text has white color on #BAAD90 background.