COLOR #BAB1A0

HEX: #BAB1A0 RGB: (186,177,160)

Color info

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

RGB color model

#BAB1A0 color RGB value is (186,177,160).

RGB: (186,177,160) (73%, 69%, 63%)

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 160 of 255 = 63%

186
177
160

R + G + B ~ 68%. #BAB1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 177 + 160 = 523 (100%)
R 186 of 523 ~ 35.56%
G 177 of 523 ~ 33.84%
B 160 of 523 ~ 30.59'%

%35.56
%33.84
%30.59

CMYK color model

#BAB1A0 color CMYK value is (0,5,14,27).

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

CMYK: (0,5,14,27)
C0M5Y14K27 (0%, 5%, 14%, 27%)
(0.00 / 0.05 / 0.14 / 0.27)

CMYK percentages

%0
%4.84
%13.98
%27.06

Codes

Color #BAB1A0 in popluar color models

BA B1 A0
RGB 186 177 160
HSL 39° 15.85% 67.84%
HSB/HSV 39° 13.98% 72.94%
CMYK 0.00% 4.84% 13.98%
27.06%

Color #BAB1A0 in popluar number systems.

HEX BA B1 A0
Decimal 186 177 160
Binary 10111010 10110001 10100000
Octal 272 261 240

Shades and tints

Shades of #BAB1A0

#BAB1A0
(186,177,160)
#AAA192
(170,161,146)
#9A9184
(154,145,132)
#8A8176
(138,129,118)
#7A7168
(122,113,104)
#6A615A
(106,97,90)
#5A514C
(90,81,76)
#4A413E
(74,65,62)
#3A3130
(58,49,48)
#2A2122
(42,33,34)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #BAB1A0

#BAB1A0
(186,177,160)
#C0B8A8
(192,184,168)
#C6BFB0
(198,191,176)
#CCC6B8
(204,198,184)
#D2CDC0
(210,205,192)
#D8D4C8
(216,212,200)
#DEDBD0
(222,219,208)
#E4E2D8
(228,226,216)
#EAE9E0
(234,233,224)
#F0F0E8
(240,240,232)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1A0; }

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

This text font color is #BAB1A0.

Background Color

.myBgColor { background-color: #BAB1A0; }

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

This div background color is #BAB1A0.

Border color

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

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

This div border color is #BAB1A0.

Opacity

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

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

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

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

This text has shadow with #BAB1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB1A0.

Preview

Color preview on black background

This text has color #BAB1A0 on black background.


Color preview on white background

This text has color #BAB1A0 on white background.


Black color preview on #BAB1A0 background

This text has black color on #BAB1A0 background.


White color preview on #BAB1A0 background

This text has white color on #BAB1A0 background.


Related colors

Complementary color

Complementary color for #hex is #454E5F.


I love getcolorcode.com

Triadic colors

1 #A0BAB1 and #B1A0BA with #BAB1A0 are triadic colors.

2 #A0B1BA and #B1BAA0 with #BAB1A0 are triadic colors.