COLOR #BAB59C

HEX: #BAB59C RGB: (186,181,156)

Color info

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

RGB color model

#BAB59C color RGB value is (186,181,156).

RGB: (186,181,156) (73%, 71%, 61%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 156 of 255 = 61%

186
181
156

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

Portions of RGB colors in percentages

R + G + B = 186 + 181 + 156 = 523 (100%)
R 186 of 523 ~ 35.56%
G 181 of 523 ~ 34.61%
B 156 of 523 ~ 29.83'%

%35.56
%34.61
%29.83

CMYK color model

#BAB59C color CMYK value is (0,3,16,27).

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 16.13%
  • key color value is 27.06%

CMYK: (0,3,16,27)
C0M3Y16K27 (0%, 3%, 16%, 27%)
(0.00 / 0.03 / 0.16 / 0.27)

CMYK percentages

%0
%2.69
%16.13
%27.06

Codes

Color #BAB59C in popluar color models

BA B5 9C
RGB 186 181 156
HSL 50° 17.86% 67.06%
HSB/HSV 50° 16.13% 72.94%
CMYK 0.00% 2.69% 16.13%
27.06%

Color #BAB59C in popluar number systems.

HEX BA B5 9C
Decimal 186 181 156
Binary 10111010 10110101 10011100
Octal 272 265 234

Shades and tints

Shades of #BAB59C

#BAB59C
(186,181,156)
#AAA58E
(170,165,142)
#9A9580
(154,149,128)
#8A8572
(138,133,114)
#7A7564
(122,117,100)
#6A6556
(106,101,86)
#5A5548
(90,85,72)
#4A453A
(74,69,58)
#3A352C
(58,53,44)
#2A251E
(42,37,30)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #BAB59C

#BAB59C
(186,181,156)
#C0BBA5
(192,187,165)
#C6C1AE
(198,193,174)
#CCC7B7
(204,199,183)
#D2CDC0
(210,205,192)
#D8D3C9
(216,211,201)
#DED9D2
(222,217,210)
#E4DFDB
(228,223,219)
#EAE5E4
(234,229,228)
#F0EBED
(240,235,237)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB59C color. Also use rgb(186,181,156) instead hex code.

Text Font Color

.myTextColor { color: #BAB59C; }

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

This text font color is #BAB59C.

Background Color

.myBgColor { background-color: #BAB59C; }

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

This div background color is #BAB59C.

Border color

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

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

This div border color is #BAB59C.

Opacity

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

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

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

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

This text has shadow with #BAB59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB59C.

Preview

Color preview on black background

This text has color #BAB59C on black background.


Color preview on white background

This text has color #BAB59C on white background.


Black color preview on #BAB59C background

This text has black color on #BAB59C background.


White color preview on #BAB59C background

This text has white color on #BAB59C background.


Related colors

Complementary color

Complementary color for #hex is #454A63.


I love getcolorcode.com

Triadic colors

1 #9CBAB5 and #B59CBA with #BAB59C are triadic colors.

2 #9CB5BA and #B5BA9C with #BAB59C are triadic colors.