COLOR #BAA195

HEX: #BAA195
RGB: (186,161,149)

Color info

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

RGB color model

#BAA195 color RGB value is (186,161,149).

  • red value is 186;
  • green value is 161;
  • blue value is 149.
RGB:
(186,161,149)
(73%,63%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 149 of 255 = 58%

186
161
149

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

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 149 = 496 (100%)
R 186 of 496 ~ 37.5%
G 161 of 496 ~ 32.46%
B 149 of 496 ~ 30.04%

%37.5
%32.46
%30.04

CMYK color model

#BAA195 color CMYK value is (0,13,20,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 19.89%
  • key color value is 27.06%
CMYK:
(0,13,20,27)
C0M13Y20K27 
(0%,13%,20%,27%)
(0.00/0.13/0.20/0.27)	

CMYK percentages

%0
%13.44
%19.89
%27.06

Codes

Color #BAA195 in popluar color models

BAA195
RGB186161149
HSL19°21.14%65.69%
HSB/HSV19°19.89%72.94%
CMYK0.00%13.44%19.89%
27.06%

Color #BAA195 in popluar number systems.

HEXBAA195
Decimal186161149
Binary101110101010000110010101
Octal272241225

Shades and tints

Shades of #BAA195

#BAA195
(186,161,149)
#AA9388
(170,147,136)
#9A857B
(154,133,123)
#8A776E
(138,119,110)
#7A6961
(122,105,97)
#6A5B54
(106,91,84)
#5A4D47
(90,77,71)
#4A3F3A
(74,63,58)
#3A312D
(58,49,45)
#2A2320
(42,35,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #BAA195

#BAA195
(186,161,149)
#C0A99E
(192,169,158)
#C6B1A7
(198,177,167)
#CCB9B0
(204,185,176)
#D2C1B9
(210,193,185)
#D8C9C2
(216,201,194)
#DED1CB
(222,209,203)
#E4D9D4
(228,217,212)
#EAE1DD
(234,225,221)
#F0E9E6
(240,233,230)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA195 color. Also use rgb(186,161,149) instead hex code.

Text Font Color

.myTextColor { color: #BAA195; }

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

This text font color is #BAA195.


Background Color

.myBgColor { background-color: #BAA195; }

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

This div background color is #BAA195.


Border color

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

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

This div border color is #BAA195.


Opacity

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

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

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

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

This text has shadow with #BAA195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA195 on black background.


Color preview on white background

This text has color #BAA195 on white background.



Black color preview on #BAA195 background

This text has black color on #BAA195 background.


White color preview on #BAA195 background

This text has white color on #BAA195 background.