COLOR #BAB395

HEX: #BAB395 RGB: (186,179,149)

Color info

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

RGB color model

#BAB395 color RGB value is (186,179,149).

RGB: (186,179,149) (73%, 70%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 179 of 255 = 70%
B 149 of 255 = 58%

186
179
149

R + G + B ~ 67%. #BAB395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 179 + 149 = 514 (100%)
R 186 of 514 ~ 36.19%
G 179 of 514 ~ 34.82%
B 149 of 514 ~ 28.99'%

%36.19
%34.82
%28.99

CMYK color model

#BAB395 color CMYK value is (0,4,20,27).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 19.89%
  • key color value is 27.06%

CMYK: (0,4,20,27)
C0M4Y20K27 (0%, 4%, 20%, 27%)
(0.00 / 0.04 / 0.20 / 0.27)

CMYK percentages

%0
%3.76
%19.89
%27.06

Codes

Color #BAB395 in popluar color models

BA B3 95
RGB 186 179 149
HSL 49° 21.14% 65.69%
HSB/HSV 49° 19.89% 72.94%
CMYK 0.00% 3.76% 19.89%
27.06%

Color #BAB395 in popluar number systems.

HEX BA B3 95
Decimal 186 179 149
Binary 10111010 10110011 10010101
Octal 272 263 225

Shades and tints

Shades of #BAB395

#BAB395
(186,179,149)
#AAA388
(170,163,136)
#9A937B
(154,147,123)
#8A836E
(138,131,110)
#7A7361
(122,115,97)
#6A6354
(106,99,84)
#5A5347
(90,83,71)
#4A433A
(74,67,58)
#3A332D
(58,51,45)
#2A2320
(42,35,32)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BAB395

#BAB395
(186,179,149)
#C0B99E
(192,185,158)
#C6BFA7
(198,191,167)
#CCC5B0
(204,197,176)
#D2CBB9
(210,203,185)
#D8D1C2
(216,209,194)
#DED7CB
(222,215,203)
#E4DDD4
(228,221,212)
#EAE3DD
(234,227,221)
#F0E9E6
(240,233,230)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB395; }

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

This text font color is #BAB395.

Background Color

.myBgColor { background-color: #BAB395; }

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

This div background color is #BAB395.

Border color

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

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

This div border color is #BAB395.

Opacity

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

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

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

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

This text has shadow with #BAB395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB395.

Preview

Color preview on black background

This text has color #BAB395 on black background.


Color preview on white background

This text has color #BAB395 on white background.


Black color preview on #BAB395 background

This text has black color on #BAB395 background.


White color preview on #BAB395 background

This text has white color on #BAB395 background.


Related colors

Complementary color

Complementary color for #hex is #454C6A.


I love getcolorcode.com

Triadic colors

1 #95BAB3 and #B395BA with #BAB395 are triadic colors.

2 #95B3BA and #B3BA95 with #BAB395 are triadic colors.