COLOR #BAA230

HEX: #BAA230
RGB: (186,162,48)

Color info

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

RGB color model

#BAA230 color RGB value is (186,162,48).

  • red value is 186;
  • green value is 162;
  • blue value is 48.
RGB:
(186,162,48)
(73%,64%,19%)

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 48 of 255 = 19%

186
162
48

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

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 48 = 396 (100%)
R 186 of 396 ~ 46.97%
G 162 of 396 ~ 40.91%
B 48 of 396 ~ 12.12%

%46.97
%40.91
%12.12

CMYK color model

#BAA230 color CMYK value is (0,13,74,27).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 74.19%
  • key color value is 27.06%
CMYK:
(0,13,74,27)
C0M13Y74K27 
(0%,13%,74%,27%)
(0.00/0.13/0.74/0.27)	

CMYK percentages

%0
%12.9
%74.19
%27.06

Codes

Color #BAA230 in popluar color models

BAA230
RGB18616248
HSL50°58.97%45.88%
HSB/HSV50°74.19%72.94%
CMYK0.00%12.90%74.19%
27.06%

Color #BAA230 in popluar number systems.

HEXBAA230
Decimal18616248
Binary1011101010100010110000
Octal27224260

Shades and tints

Shades of #BAA230

#BAA230
(186,162,48)
#AA942C
(170,148,44)
#9A8628
(154,134,40)
#8A7824
(138,120,36)
#7A6A20
(122,106,32)
#6A5C1C
(106,92,28)
#5A4E18
(90,78,24)
#4A4014
(74,64,20)
#3A3210
(58,50,16)
#2A240C
(42,36,12)
#1A1608
(26,22,8)
#000000
(0,0,0)

Tints of #BAA230

#BAA230
(186,162,48)
#C0AA42
(192,170,66)
#C6B254
(198,178,84)
#CCBA66
(204,186,102)
#D2C278
(210,194,120)
#D8CA8A
(216,202,138)
#DED29C
(222,210,156)
#E4DAAE
(228,218,174)
#EAE2C0
(234,226,192)
#F0EAD2
(240,234,210)
#F6F2E4
(246,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA230 color. Also use rgb(186,162,48) instead hex code.

Text Font Color

.myTextColor { color: #BAA230; }

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

This text font color is #BAA230.


Background Color

.myBgColor { background-color: #BAA230; }

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

This div background color is #BAA230.


Border color

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

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

This div border color is #BAA230.


Opacity

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

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

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

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

This text has shadow with #BAA230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA230 on black background.


Color preview on white background

This text has color #BAA230 on white background.



Black color preview on #BAA230 background

This text has black color on #BAA230 background.


White color preview on #BAA230 background

This text has white color on #BAA230 background.