COLOR #BAB887

HEX: #BAB887
RGB: (186,184,135)

Color info

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

RGB color model

#BAB887 color RGB value is (186,184,135).

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

RGB channels and saturation

R 186 of 255 = 73%
G 184 of 255 = 72%
B 135 of 255 = 53%

186
184
135

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

Portions of RGB colors in percentages

R + G + B =
186 + 184 + 135 = 505 (100%)
R 186 of 505 ~ 36.83%
G 184 of 505 ~ 36.44%
B 135 of 505 ~ 26.73%

%36.83
%36.44
%26.73

CMYK color model

#BAB887 color CMYK value is (0,1,27,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 27.42%
  • key color value is 27.06%
CMYK:
(0,1,27,27)
C0M1Y27K27 
(0%,1%,27%,27%)
(0.00/0.01/0.27/0.27)	

CMYK percentages

%0
%1.08
%27.42
%27.06

Codes

Color #BAB887 in popluar color models

BAB887
RGB186184135
HSL58°26.98%62.94%
HSB/HSV58°27.42%72.94%
CMYK0.00%1.08%27.42%
27.06%

Color #BAB887 in popluar number systems.

HEXBAB887
Decimal186184135
Binary101110101011100010000111
Octal272270207

Shades and tints

Shades of #BAB887

#BAB887
(186,184,135)
#AAA87B
(170,168,123)
#9A986F
(154,152,111)
#8A8863
(138,136,99)
#7A7857
(122,120,87)
#6A684B
(106,104,75)
#5A583F
(90,88,63)
#4A4833
(74,72,51)
#3A3827
(58,56,39)
#2A281B
(42,40,27)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #BAB887

#BAB887
(186,184,135)
#C0BE91
(192,190,145)
#C6C49B
(198,196,155)
#CCCAA5
(204,202,165)
#D2D0AF
(210,208,175)
#D8D6B9
(216,214,185)
#DEDCC3
(222,220,195)
#E4E2CD
(228,226,205)
#EAE8D7
(234,232,215)
#F0EEE1
(240,238,225)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB887; }

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

This text font color is #BAB887.


Background Color

.myBgColor { background-color: #BAB887; }

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

This div background color is #BAB887.


Border color

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

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

This div border color is #BAB887.


Opacity

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

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

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

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

This text has shadow with #BAB887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB887 on black background.


Color preview on white background

This text has color #BAB887 on white background.



Black color preview on #BAB887 background

This text has black color on #BAB887 background.


White color preview on #BAB887 background

This text has white color on #BAB887 background.