COLOR #BAB593

HEX: #BAB593
RGB: (186,181,147)

Color info

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

RGB color model

#BAB593 color RGB value is (186,181,147).

  • red value is 186;
  • green value is 181;
  • blue value is 147.
RGB:
(186,181,147)
(73%,71%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 147 of 255 = 58%

186
181
147

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

Portions of RGB colors in percentages

R + G + B =
186 + 181 + 147 = 514 (100%)
R 186 of 514 ~ 36.19%
G 181 of 514 ~ 35.21%
B 147 of 514 ~ 28.6%

%36.19
%35.21
%28.6

CMYK color model

#BAB593 color CMYK value is (0,3,21,27).

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 20.97%
  • key color value is 27.06%
CMYK:
(0,3,21,27)
C0M3Y21K27 
(0%,3%,21%,27%)
(0.00/0.03/0.21/0.27)	

CMYK percentages

%0
%2.69
%20.97
%27.06

Codes

Color #BAB593 in popluar color models

BAB593
RGB186181147
HSL52°22.03%65.29%
HSB/HSV52°20.97%72.94%
CMYK0.00%2.69%20.97%
27.06%

Color #BAB593 in popluar number systems.

HEXBAB593
Decimal186181147
Binary101110101011010110010011
Octal272265223

Shades and tints

Shades of #BAB593

#BAB593
(186,181,147)
#AAA586
(170,165,134)
#9A9579
(154,149,121)
#8A856C
(138,133,108)
#7A755F
(122,117,95)
#6A6552
(106,101,82)
#5A5545
(90,85,69)
#4A4538
(74,69,56)
#3A352B
(58,53,43)
#2A251E
(42,37,30)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #BAB593

#BAB593
(186,181,147)
#C0BB9C
(192,187,156)
#C6C1A5
(198,193,165)
#CCC7AE
(204,199,174)
#D2CDB7
(210,205,183)
#D8D3C0
(216,211,192)
#DED9C9
(222,217,201)
#E4DFD2
(228,223,210)
#EAE5DB
(234,229,219)
#F0EBE4
(240,235,228)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB593; }

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

This text font color is #BAB593.


Background Color

.myBgColor { background-color: #BAB593; }

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

This div background color is #BAB593.


Border color

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

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

This div border color is #BAB593.


Opacity

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

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

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

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

This text has shadow with #BAB593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB593 on black background.


Color preview on white background

This text has color #BAB593 on white background.



Black color preview on #BAB593 background

This text has black color on #BAB593 background.


White color preview on #BAB593 background

This text has white color on #BAB593 background.