COLOR #BAAA32

HEX: #BAAA32
RGB: (186,170,50)

Color info

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

RGB color model

#BAAA32 color RGB value is (186,170,50).

  • red value is 186;
  • green value is 170;
  • blue value is 50.
RGB:
(186,170,50)
(73%,67%,20%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 50 of 255 = 20%

186
170
50

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

Portions of RGB colors in percentages

R + G + B =
186 + 170 + 50 = 406 (100%)
R 186 of 406 ~ 45.81%
G 170 of 406 ~ 41.87%
B 50 of 406 ~ 12.32%

%45.81
%41.87
%12.32

CMYK color model

#BAAA32 color CMYK value is (0,9,73,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 73.12%
  • key color value is 27.06%
CMYK:
(0,9,73,27)
C0M9Y73K27 
(0%,9%,73%,27%)
(0.00/0.09/0.73/0.27)	

CMYK percentages

%0
%8.6
%73.12
%27.06

Codes

Color #BAAA32 in popluar color models

BAAA32
RGB18617050
HSL53°57.63%46.27%
HSB/HSV53°73.12%72.94%
CMYK0.00%8.60%73.12%
27.06%

Color #BAAA32 in popluar number systems.

HEXBAAA32
Decimal18617050
Binary1011101010101010110010
Octal27225262

Shades and tints

Shades of #BAAA32

#BAAA32
(186,170,50)
#AA9B2E
(170,155,46)
#9A8C2A
(154,140,42)
#8A7D26
(138,125,38)
#7A6E22
(122,110,34)
#6A5F1E
(106,95,30)
#5A501A
(90,80,26)
#4A4116
(74,65,22)
#3A3212
(58,50,18)
#2A230E
(42,35,14)
#1A140A
(26,20,10)
#000000
(0,0,0)

Tints of #BAAA32

#BAAA32
(186,170,50)
#C0B144
(192,177,68)
#C6B856
(198,184,86)
#CCBF68
(204,191,104)
#D2C67A
(210,198,122)
#D8CD8C
(216,205,140)
#DED49E
(222,212,158)
#E4DBB0
(228,219,176)
#EAE2C2
(234,226,194)
#F0E9D4
(240,233,212)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAA32 color. Also use rgb(186,170,50) instead hex code.

Text Font Color

.myTextColor { color: #BAAA32; }

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

This text font color is #BAAA32.


Background Color

.myBgColor { background-color: #BAAA32; }

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

This div background color is #BAAA32.


Border color

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

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

This div border color is #BAAA32.


Opacity

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

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

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

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

This text has shadow with #BAAA32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAA32 on black background.


Color preview on white background

This text has color #BAAA32 on white background.



Black color preview on #BAAA32 background

This text has black color on #BAAA32 background.


White color preview on #BAAA32 background

This text has white color on #BAAA32 background.