COLOR #BAB499

HEX: #BAB499
RGB: (186,180,153)

Color info

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

RGB color model

#BAB499 color RGB value is (186,180,153).

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

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 153 of 255 = 60%

186
180
153

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 153 = 519 (100%)
R 186 of 519 ~ 35.84%
G 180 of 519 ~ 34.68%
B 153 of 519 ~ 29.48%

%35.84
%34.68
%29.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK: (0,3,18,27) C0M3Y18K27 (0%,3%,18%,27%) (0.00/0.03/0.18/0.27)

CMYK percentages

%0
%3.23
%17.74
%27.06

Codes

Color #BAB499 in popluar color models

BAB499
RGB186180153
HSL49°19.30%66.47%
HSB/HSV49°17.74%72.94%
CMYK0.00%3.23%17.74%
27.06%

Color #BAB499 in popluar number systems.

HEXBAB499
Decimal186180153
Binary101110101011010010011001
Octal272264231

Shades and tints

Shades of #BAB499

#BAB499
(186,180,153)
#AAA48C
(170,164,140)
#9A947F
(154,148,127)
#8A8472
(138,132,114)
#7A7465
(122,116,101)
#6A6458
(106,100,88)
#5A544B
(90,84,75)
#4A443E
(74,68,62)
#3A3431
(58,52,49)
#2A2424
(42,36,36)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BAB499

#BAB499
(186,180,153)
#C0BAA2
(192,186,162)
#C6C0AB
(198,192,171)
#CCC6B4
(204,198,180)
#D2CCBD
(210,204,189)
#D8D2C6
(216,210,198)
#DED8CF
(222,216,207)
#E4DED8
(228,222,216)
#EAE4E1
(234,228,225)
#F0EAEA
(240,234,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB499; }

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

This text font color is #BAB499.


Background Color

.myBgColor { background-color: #BAB499; }

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

This div background color is #BAB499.


Border color

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

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

This div border color is #BAB499.


Opacity

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

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

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

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

This text has shadow with #BAB499 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAB499 on black background.


Color preview on white background

This text has color #BAB499 on white background.



Black color preview on #BAB499 background

This text has black color on #BAB499 background.


White color preview on #BAB499 background

This text has white color on #BAB499 background.