COLOR #BA9419

HEX: #BA9419 RGB: (186,148,25)

Color info

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

RGB color model

#BA9419 color RGB value is (186,148,25).

RGB: (186,148,25) (73%, 58%, 10%)

RGB channels and saturation

R 186 of 255 = 73%
G 148 of 255 = 58%
B 25 of 255 = 10%

186
148
25

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

Portions of RGB colors in percentages

R + G + B = 186 + 148 + 25 = 359 (100%)
R 186 of 359 ~ 51.81%
G 148 of 359 ~ 41.23%
B 25 of 359 ~ 6.96'%

%51.81
%41.23

CMYK color model

#BA9419 color CMYK value is (0,20,87,27).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 86.56%
  • key color value is 27.06%

CMYK: (0,20,87,27)
C0M20Y87K27 (0%, 20%, 87%, 27%)
(0.00 / 0.20 / 0.87 / 0.27)

CMYK percentages

%0
%20.43
%86.56
%27.06

Codes

Color #BA9419 in popluar color models

BA 94 19
RGB 186 148 25
HSL 46° 76.30% 41.37%
HSB/HSV 46° 86.56% 72.94%
CMYK 0.00% 20.43% 86.56%
27.06%

Color #BA9419 in popluar number systems.

HEX BA 94 19
Decimal 186 148 25
Binary 10111010 10010100 11001
Octal 272 224 31

Shades and tints

Shades of #BA9419

#BA9419
(186,148,25)
#AA8717
(170,135,23)
#9A7A15
(154,122,21)
#8A6D13
(138,109,19)
#7A6011
(122,96,17)
#6A530F
(106,83,15)
#5A460D
(90,70,13)
#4A390B
(74,57,11)
#3A2C09
(58,44,9)
#2A1F07
(42,31,7)
#1A1205
(26,18,5)
#000000
(0,0,0)

Tints of #BA9419

#BA9419
(186,148,25)
#C09D2D
(192,157,45)
#C6A641
(198,166,65)
#CCAF55
(204,175,85)
#D2B869
(210,184,105)
#D8C17D
(216,193,125)
#DECA91
(222,202,145)
#E4D3A5
(228,211,165)
#EADCB9
(234,220,185)
#F0E5CD
(240,229,205)
#F6EEE1
(246,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9419 color. Also use rgb(186,148,25) instead hex code.

Text Font Color

.myTextColor { color: #BA9419; }

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

This text font color is #BA9419.

Background Color

.myBgColor { background-color: #BA9419; }

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

This div background color is #BA9419.

Border color

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

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

This div border color is #BA9419.

Opacity

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

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

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

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

This text has shadow with #BA9419 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9419.

Preview

Color preview on black background

This text has color #BA9419 on black background.


Color preview on white background

This text has color #BA9419 on white background.


Black color preview on #BA9419 background

This text has black color on #BA9419 background.


White color preview on #BA9419 background

This text has white color on #BA9419 background.


Related colors

Complementary color

Complementary color for #hex is #456BE6.


I love getcolorcode.com

Triadic colors

1 #19BA94 and #9419BA with #BA9419 are triadic colors.

2 #1994BA and #94BA19 with #BA9419 are triadic colors.