COLOR #BAB459

HEX: #BAB459
RGB: (186,180,89)

Color info

#BAB459 contains mainly red and green colors. Web safe color of #BAB459 is #CCCC66 (or #CC6).

RGB color model

#BAB459 color RGB value is (186,180,89).

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

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 89 of 255 = 35%

186
180
89

R + G + B ~ 60%. #BAB459 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 89 = 455 (100%)
R 186 of 455 ~ 40.88%
G 180 of 455 ~ 39.56%
B 89 of 455 ~ 19.56%

%40.88
%39.56
%19.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(0,3,52,27)
C0M3Y52K27 
(0%,3%,52%,27%)
(0.00/0.03/0.52/0.27)	

CMYK percentages

%0
%3.23
%52.15
%27.06

Codes

Color #BAB459 in popluar color models

BAB459
RGB18618089
HSL56°41.28%53.92%
HSB/HSV56°52.15%72.94%
CMYK0.00%3.23%52.15%
27.06%

Color #BAB459 in popluar number systems.

HEXBAB459
Decimal18618089
Binary10111010101101001011001
Octal272264131

Shades and tints

Shades of #BAB459

#BAB459
(186,180,89)
#AAA451
(170,164,81)
#9A9449
(154,148,73)
#8A8441
(138,132,65)
#7A7439
(122,116,57)
#6A6431
(106,100,49)
#5A5429
(90,84,41)
#4A4421
(74,68,33)
#3A3419
(58,52,25)
#2A2411
(42,36,17)
#1A1409
(26,20,9)
#000000
(0,0,0)

Tints of #BAB459

#BAB459
(186,180,89)
#C0BA68
(192,186,104)
#C6C077
(198,192,119)
#CCC686
(204,198,134)
#D2CC95
(210,204,149)
#D8D2A4
(216,210,164)
#DED8B3
(222,216,179)
#E4DEC2
(228,222,194)
#EAE4D1
(234,228,209)
#F0EAE0
(240,234,224)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB459; }

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

This text font color is #BAB459.


Background Color

.myBgColor { background-color: #BAB459; }

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

This div background color is #BAB459.


Border color

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

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

This div border color is #BAB459.


Opacity

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

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

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

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

This text has shadow with #BAB459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB459 on black background.


Color preview on white background

This text has color #BAB459 on white background.



Black color preview on #BAB459 background

This text has black color on #BAB459 background.


White color preview on #BAB459 background

This text has white color on #BAB459 background.