COLOR #BAB487

HEX: #BAB487
RGB: (186,180,135)

Color info

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

RGB color model

#BAB487 color RGB value is (186,180,135).

  • red value is 186;
  • green value is 180;
  • blue value is 135.
RGB:
(186,180,135)
(73%,71%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 135 of 255 = 53%

186
180
135

R + G + B ~ 66%. #BAB487 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 135 = 501 (100%)
R 186 of 501 ~ 37.13%
G 180 of 501 ~ 35.93%
B 135 of 501 ~ 26.95%

%37.13
%35.93
%26.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 27.42%
  • key color value is 27.06%
CMYK:
(0,3,27,27)
C0M3Y27K27 
(0%,3%,27%,27%)
(0.00/0.03/0.27/0.27)	

CMYK percentages

%0
%3.23
%27.42
%27.06

Codes

Color #BAB487 in popluar color models

BAB487
RGB186180135
HSL53°26.98%62.94%
HSB/HSV53°27.42%72.94%
CMYK0.00%3.23%27.42%
27.06%

Color #BAB487 in popluar number systems.

HEXBAB487
Decimal186180135
Binary101110101011010010000111
Octal272264207

Shades and tints

Shades of #BAB487

#BAB487
(186,180,135)
#AAA47B
(170,164,123)
#9A946F
(154,148,111)
#8A8463
(138,132,99)
#7A7457
(122,116,87)
#6A644B
(106,100,75)
#5A543F
(90,84,63)
#4A4433
(74,68,51)
#3A3427
(58,52,39)
#2A241B
(42,36,27)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #BAB487

#BAB487
(186,180,135)
#C0BA91
(192,186,145)
#C6C09B
(198,192,155)
#CCC6A5
(204,198,165)
#D2CCAF
(210,204,175)
#D8D2B9
(216,210,185)
#DED8C3
(222,216,195)
#E4DECD
(228,222,205)
#EAE4D7
(234,228,215)
#F0EAE1
(240,234,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB487; }

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

This text font color is #BAB487.


Background Color

.myBgColor { background-color: #BAB487; }

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

This div background color is #BAB487.


Border color

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

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

This div border color is #BAB487.


Opacity

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

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

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

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

This text has shadow with #BAB487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB487 on black background.


Color preview on white background

This text has color #BAB487 on white background.



Black color preview on #BAB487 background

This text has black color on #BAB487 background.


White color preview on #BAB487 background

This text has white color on #BAB487 background.