COLOR #BA9620

HEX: #BA9620
RGB: (186,150,32)

Color info

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

RGB color model

#BA9620 color RGB value is (186,150,32).

  • red value is 186;
  • green value is 150;
  • blue value is 32.
RGB:
(186,150,32)
(73%,59%,13%)

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 32 of 255 = 13%

186
150
32

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

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 32 = 368 (100%)
R 186 of 368 ~ 50.54%
G 150 of 368 ~ 40.76%
B 32 of 368 ~ 8.7%

%50.54
%40.76

CMYK color model

#BA9620 color CMYK value is (0,19,83,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 82.80%
  • key color value is 27.06%
CMYK:
(0,19,83,27)
C0M19Y83K27 
(0%,19%,83%,27%)
(0.00/0.19/0.83/0.27)	

CMYK percentages

%0
%19.35
%82.8
%27.06

Codes

Color #BA9620 in popluar color models

BA9620
RGB18615032
HSL46°70.64%42.75%
HSB/HSV46°82.80%72.94%
CMYK0.00%19.35%82.80%
27.06%

Color #BA9620 in popluar number systems.

HEXBA9620
Decimal18615032
Binary1011101010010110100000
Octal27222640

Shades and tints

Shades of #BA9620

#BA9620
(186,150,32)
#AA891E
(170,137,30)
#9A7C1C
(154,124,28)
#8A6F1A
(138,111,26)
#7A6218
(122,98,24)
#6A5516
(106,85,22)
#5A4814
(90,72,20)
#4A3B12
(74,59,18)
#3A2E10
(58,46,16)
#2A210E
(42,33,14)
#1A140C
(26,20,12)
#000000
(0,0,0)

Tints of #BA9620

#BA9620
(186,150,32)
#C09F34
(192,159,52)
#C6A848
(198,168,72)
#CCB15C
(204,177,92)
#D2BA70
(210,186,112)
#D8C384
(216,195,132)
#DECC98
(222,204,152)
#E4D5AC
(228,213,172)
#EADEC0
(234,222,192)
#F0E7D4
(240,231,212)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9620 color. Also use rgb(186,150,32) instead hex code.

Text Font Color

.myTextColor { color: #BA9620; }

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

This text font color is #BA9620.


Background Color

.myBgColor { background-color: #BA9620; }

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

This div background color is #BA9620.


Border color

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

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

This div border color is #BA9620.


Opacity

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

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

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

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

This text has shadow with #BA9620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9620 on black background.


Color preview on white background

This text has color #BA9620 on white background.



Black color preview on #BA9620 background

This text has black color on #BA9620 background.


White color preview on #BA9620 background

This text has white color on #BA9620 background.