COLOR #BA9600

HEX: #BA9600 RGB: (186,150,0)

Color info

#BA9600 contains only red and green colors. Web safe color of #BA9600 is #CC9900 (or #C90).

RGB color model

#BA9600 color RGB value is (186,150,0).

RGB: (186,150,0) (73%, 59%, 0%)

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 0 of 255 = 0%

186
150
0

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

Portions of RGB colors in percentages

R + G + B = 186 + 150 + 0 = 336 (100%)
R 186 of 336 ~ 55.36%
G 150 of 336 ~ 44.64%
B 0 of 336 ~ 0'%

%55.36
%44.64

CMYK color model

#BA9600 color CMYK value is (0,19,100,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 100.00%
  • key color value is 27.06%

CMYK: (0,19,100,27)
C0M19Y100K27 (0%, 19%, 100%, 27%)
(0.00 / 0.19 / 1.00 / 0.27)

CMYK percentages

%0
%19.35
%100
%27.06

Codes

Color #BA9600 in popluar color models

BA 96 00
RGB 186 150 0
HSL 48° 100.00% 36.47%
HSB/HSV 48° 100.00% 72.94%
CMYK 0.00% 19.35% 100.00%
27.06%

Color #BA9600 in popluar number systems.

HEX BA 96 00
Decimal 186 150 0
Binary 10111010 10010110 0
Octal 272 226 0

Shades and tints

Shades of #BA9600

#BA9600
(186,150,0)
#AA8900
(170,137,0)
#9A7C00
(154,124,0)
#8A6F00
(138,111,0)
#7A6200
(122,98,0)
#6A5500
(106,85,0)
#5A4800
(90,72,0)
#4A3B00
(74,59,0)
#3A2E00
(58,46,0)
#2A2100
(42,33,0)
#1A1400
(26,20,0)
#000000
(0,0,0)

Tints of #BA9600

#BA9600
(186,150,0)
#C09F17
(192,159,23)
#C6A82E
(198,168,46)
#CCB145
(204,177,69)
#D2BA5C
(210,186,92)
#D8C373
(216,195,115)
#DECC8A
(222,204,138)
#E4D5A1
(228,213,161)
#EADEB8
(234,222,184)
#F0E7CF
(240,231,207)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9600; }

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

This text font color is #BA9600.

Background Color

.myBgColor { background-color: #BA9600; }

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

This div background color is #BA9600.

Border color

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

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

This div border color is #BA9600.

Opacity

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

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

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

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

This text has shadow with #BA9600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9600.

Preview

Color preview on black background

This text has color #BA9600 on black background.


Color preview on white background

This text has color #BA9600 on white background.


Black color preview on #BA9600 background

This text has black color on #BA9600 background.


White color preview on #BA9600 background

This text has white color on #BA9600 background.


Related colors

Complementary color

Complementary color for #hex is #4569FF.


I love getcolorcode.com

Triadic colors

1 #00BA96 and #9600BA with #BA9600 are triadic colors.

2 #0096BA and #96BA00 with #BA9600 are triadic colors.