COLOR #BAAD91

HEX: #BAAD91
RGB: (186,173,145)

Color info

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

RGB color model

#BAAD91 color RGB value is (186,173,145).

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

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 145 of 255 = 57%

186
173
145

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

Portions of RGB colors in percentages

R + G + B =
186 + 173 + 145 = 504 (100%)
R 186 of 504 ~ 36.9%
G 173 of 504 ~ 34.33%
B 145 of 504 ~ 28.77%

%36.9
%34.33
%28.77

CMYK color model

#BAAD91 color CMYK value is (0,7,22,27).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 22.04%
  • key color value is 27.06%
CMYK:
(0,7,22,27)
C0M7Y22K27 
(0%,7%,22%,27%)
(0.00/0.07/0.22/0.27)	

CMYK percentages

%0
%6.99
%22.04
%27.06

Codes

Color #BAAD91 in popluar color models

BAAD91
RGB186173145
HSL41°22.91%64.90%
HSB/HSV41°22.04%72.94%
CMYK0.00%6.99%22.04%
27.06%

Color #BAAD91 in popluar number systems.

HEXBAAD91
Decimal186173145
Binary101110101010110110010001
Octal272255221

Shades and tints

Shades of #BAAD91

#BAAD91
(186,173,145)
#AA9E84
(170,158,132)
#9A8F77
(154,143,119)
#8A806A
(138,128,106)
#7A715D
(122,113,93)
#6A6250
(106,98,80)
#5A5343
(90,83,67)
#4A4436
(74,68,54)
#3A3529
(58,53,41)
#2A261C
(42,38,28)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #BAAD91

#BAAD91
(186,173,145)
#C0B49B
(192,180,155)
#C6BBA5
(198,187,165)
#CCC2AF
(204,194,175)
#D2C9B9
(210,201,185)
#D8D0C3
(216,208,195)
#DED7CD
(222,215,205)
#E4DED7
(228,222,215)
#EAE5E1
(234,229,225)
#F0ECEB
(240,236,235)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAD91; }

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

This text font color is #BAAD91.


Background Color

.myBgColor { background-color: #BAAD91; }

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

This div background color is #BAAD91.


Border color

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

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

This div border color is #BAAD91.


Opacity

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

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

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

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

This text has shadow with #BAAD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAD91 on black background.


Color preview on white background

This text has color #BAAD91 on white background.



Black color preview on #BAAD91 background

This text has black color on #BAAD91 background.


White color preview on #BAAD91 background

This text has white color on #BAAD91 background.