COLOR #BAA18C

HEX: #BAA18C
RGB: (186,161,140)

Color info

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

RGB color model

#BAA18C color RGB value is (186,161,140).

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

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 140 of 255 = 55%

186
161
140

R + G + B ~ 64%. #BAA18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 140 = 487 (100%)
R 186 of 487 ~ 38.19%
G 161 of 487 ~ 33.06%
B 140 of 487 ~ 28.75%

%38.19
%33.06
%28.75

CMYK color model

#BAA18C color CMYK value is (0,13,25,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 24.73%
  • key color value is 27.06%
CMYK:
(0,13,25,27)
C0M13Y25K27 
(0%,13%,25%,27%)
(0.00/0.13/0.25/0.27)	

CMYK percentages

%0
%13.44
%24.73
%27.06

Codes

Color #BAA18C in popluar color models

BAA18C
RGB186161140
HSL27°25.00%63.92%
HSB/HSV27°24.73%72.94%
CMYK0.00%13.44%24.73%
27.06%

Color #BAA18C in popluar number systems.

HEXBAA18C
Decimal186161140
Binary101110101010000110001100
Octal272241214

Shades and tints

Shades of #BAA18C

#BAA18C
(186,161,140)
#AA9380
(170,147,128)
#9A8574
(154,133,116)
#8A7768
(138,119,104)
#7A695C
(122,105,92)
#6A5B50
(106,91,80)
#5A4D44
(90,77,68)
#4A3F38
(74,63,56)
#3A312C
(58,49,44)
#2A2320
(42,35,32)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAA18C

#BAA18C
(186,161,140)
#C0A996
(192,169,150)
#C6B1A0
(198,177,160)
#CCB9AA
(204,185,170)
#D2C1B4
(210,193,180)
#D8C9BE
(216,201,190)
#DED1C8
(222,209,200)
#E4D9D2
(228,217,210)
#EAE1DC
(234,225,220)
#F0E9E6
(240,233,230)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA18C; }

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

This text font color is #BAA18C.


Background Color

.myBgColor { background-color: #BAA18C; }

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

This div background color is #BAA18C.


Border color

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

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

This div border color is #BAA18C.


Opacity

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

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

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

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

This text has shadow with #BAA18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA18C on black background.


Color preview on white background

This text has color #BAA18C on white background.



Black color preview on #BAA18C background

This text has black color on #BAA18C background.


White color preview on #BAA18C background

This text has white color on #BAA18C background.