COLOR #BAB4A0

HEX: #BAB4A0 RGB: (186,180,160)

Color info

#BAB4A0 contains red, green and blue colors in about the same proportion. Web safe color of #BAB4A0 is #CCCC99 (or #CC9).

RGB color model

#BAB4A0 color RGB value is (186,180,160).

RGB: (186,180,160) (73%, 71%, 63%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 160 of 255 = 63%

186
180
160

R + G + B ~ 69%. #BAB4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 180 + 160 = 526 (100%)
R 186 of 526 ~ 35.36%
G 180 of 526 ~ 34.22%
B 160 of 526 ~ 30.42'%

%35.36
%34.22
%30.42

CMYK color model

#BAB4A0 color CMYK value is (0,3,14,27).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 13.98%
  • key color value is 27.06%

CMYK: (0,3,14,27)
C0M3Y14K27 (0%, 3%, 14%, 27%)
(0.00 / 0.03 / 0.14 / 0.27)

CMYK percentages

%0
%3.23
%13.98
%27.06

Codes

Color #BAB4A0 in popluar color models

BA B4 A0
RGB 186 180 160
HSL 46° 15.85% 67.84%
HSB/HSV 46° 13.98% 72.94%
CMYK 0.00% 3.23% 13.98%
27.06%

Color #BAB4A0 in popluar number systems.

HEX BA B4 A0
Decimal 186 180 160
Binary 10111010 10110100 10100000
Octal 272 264 240

Shades and tints

Shades of #BAB4A0

#BAB4A0
(186,180,160)
#AAA492
(170,164,146)
#9A9484
(154,148,132)
#8A8476
(138,132,118)
#7A7468
(122,116,104)
#6A645A
(106,100,90)
#5A544C
(90,84,76)
#4A443E
(74,68,62)
#3A3430
(58,52,48)
#2A2422
(42,36,34)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BAB4A0

#BAB4A0
(186,180,160)
#C0BAA8
(192,186,168)
#C6C0B0
(198,192,176)
#CCC6B8
(204,198,184)
#D2CCC0
(210,204,192)
#D8D2C8
(216,210,200)
#DED8D0
(222,216,208)
#E4DED8
(228,222,216)
#EAE4E0
(234,228,224)
#F0EAE8
(240,234,232)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB4A0 color. Also use rgb(186,180,160) instead hex code.

Text Font Color

.myTextColor { color: #BAB4A0; }

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

This text font color is #BAB4A0.

Background Color

.myBgColor { background-color: #BAB4A0; }

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

This div background color is #BAB4A0.

Border color

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

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

This div border color is #BAB4A0.

Opacity

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

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

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

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

This text has shadow with #BAB4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB4A0.

Preview

Color preview on black background

This text has color #BAB4A0 on black background.


Color preview on white background

This text has color #BAB4A0 on white background.


Black color preview on #BAB4A0 background

This text has black color on #BAB4A0 background.


White color preview on #BAB4A0 background

This text has white color on #BAB4A0 background.


Related colors

Complementary color

Complementary color for #hex is #454B5F.


I love getcolorcode.com

Triadic colors

1 #A0BAB4 and #B4A0BA with #BAB4A0 are triadic colors.

2 #A0B4BA and #B4BAA0 with #BAB4A0 are triadic colors.