COLOR #BAA525

HEX: #BAA525
RGB: (186,165,37)

Color info

#BAA525 contains mainly red and green colors. Web safe color of #BAA525 is #CC9933 (or #C93).

RGB color model

#BAA525 color RGB value is (186,165,37).

  • red value is 186;
  • green value is 165;
  • blue value is 37.
RGB:
(186,165,37)
(73%,65%,15%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 37 of 255 = 15%

186
165
37

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 37 = 388 (100%)
R 186 of 388 ~ 47.94%
G 165 of 388 ~ 42.53%
B 37 of 388 ~ 9.54%

%47.94
%42.53
%9.54

CMYK color model

#BAA525 color CMYK value is (0,11,80,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 80.11%
  • key color value is 27.06%
CMYK:
(0,11,80,27)
C0M11Y80K27 
(0%,11%,80%,27%)
(0.00/0.11/0.80/0.27)	

CMYK percentages

%0
%11.29
%80.11
%27.06

Codes

Color #BAA525 in popluar color models

BAA525
RGB18616537
HSL52°66.82%43.73%
HSB/HSV52°80.11%72.94%
CMYK0.00%11.29%80.11%
27.06%

Color #BAA525 in popluar number systems.

HEXBAA525
Decimal18616537
Binary1011101010100101100101
Octal27224545

Shades and tints

Shades of #BAA525

#BAA525
(186,165,37)
#AA9622
(170,150,34)
#9A871F
(154,135,31)
#8A781C
(138,120,28)
#7A6919
(122,105,25)
#6A5A16
(106,90,22)
#5A4B13
(90,75,19)
#4A3C10
(74,60,16)
#3A2D0D
(58,45,13)
#2A1E0A
(42,30,10)
#1A0F07
(26,15,7)
#000000
(0,0,0)

Tints of #BAA525

#BAA525
(186,165,37)
#C0AD38
(192,173,56)
#C6B54B
(198,181,75)
#CCBD5E
(204,189,94)
#D2C571
(210,197,113)
#D8CD84
(216,205,132)
#DED597
(222,213,151)
#E4DDAA
(228,221,170)
#EAE5BD
(234,229,189)
#F0EDD0
(240,237,208)
#F6F5E3
(246,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA525 color. Also use rgb(186,165,37) instead hex code.

Text Font Color

.myTextColor { color: #BAA525; }

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

This text font color is #BAA525.


Background Color

.myBgColor { background-color: #BAA525; }

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

This div background color is #BAA525.


Border color

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

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

This div border color is #BAA525.


Opacity

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

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

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

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

This text has shadow with #BAA525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA525 on black background.


Color preview on white background

This text has color #BAA525 on white background.



Black color preview on #BAA525 background

This text has black color on #BAA525 background.


White color preview on #BAA525 background

This text has white color on #BAA525 background.