COLOR #BAA19B

HEX: #BAA19B
RGB: (186,161,155)

Color info

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

RGB color model

#BAA19B color RGB value is (186,161,155).

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

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 155 of 255 = 61%

186
161
155

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

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 155 = 502 (100%)
R 186 of 502 ~ 37.05%
G 161 of 502 ~ 32.07%
B 155 of 502 ~ 30.88%

%37.05
%32.07
%30.88

CMYK color model

#BAA19B color CMYK value is (0,13,17,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(0,13,17,27)
C0M13Y17K27 
(0%,13%,17%,27%)
(0.00/0.13/0.17/0.27)	

CMYK percentages

%0
%13.44
%16.67
%27.06

Codes

Color #BAA19B in popluar color models

BAA19B
RGB186161155
HSL12°18.34%66.86%
HSB/HSV12°16.67%72.94%
CMYK0.00%13.44%16.67%
27.06%

Color #BAA19B in popluar number systems.

HEXBAA19B
Decimal186161155
Binary101110101010000110011011
Octal272241233

Shades and tints

Shades of #BAA19B

#BAA19B
(186,161,155)
#AA938D
(170,147,141)
#9A857F
(154,133,127)
#8A7771
(138,119,113)
#7A6963
(122,105,99)
#6A5B55
(106,91,85)
#5A4D47
(90,77,71)
#4A3F39
(74,63,57)
#3A312B
(58,49,43)
#2A231D
(42,35,29)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #BAA19B

#BAA19B
(186,161,155)
#C0A9A4
(192,169,164)
#C6B1AD
(198,177,173)
#CCB9B6
(204,185,182)
#D2C1BF
(210,193,191)
#D8C9C8
(216,201,200)
#DED1D1
(222,209,209)
#E4D9DA
(228,217,218)
#EAE1E3
(234,225,227)
#F0E9EC
(240,233,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA19B; }

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

This text font color is #BAA19B.


Background Color

.myBgColor { background-color: #BAA19B; }

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

This div background color is #BAA19B.


Border color

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

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

This div border color is #BAA19B.


Opacity

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

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

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

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

This text has shadow with #BAA19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA19B on black background.


Color preview on white background

This text has color #BAA19B on white background.



Black color preview on #BAA19B background

This text has black color on #BAA19B background.


White color preview on #BAA19B background

This text has white color on #BAA19B background.