COLOR #BA980C

HEX: #BA980C
RGB: (186,152,12)

Color info

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

RGB color model

#BA980C color RGB value is (186,152,12).

  • red value is 186;
  • green value is 152;
  • blue value is 12.
RGB:
(186,152,12)
(73%,60%,5%)

RGB channels and saturation

R 186 of 255 = 73%
G 152 of 255 = 60%
B 12 of 255 = 5%

186
152
12

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

Portions of RGB colors in percentages

R + G + B =
186 + 152 + 12 = 350 (100%)
R 186 of 350 ~ 53.14%
G 152 of 350 ~ 43.43%
B 12 of 350 ~ 3.43%

%53.14
%43.43

CMYK color model

#BA980C color CMYK value is (0,18,94,27).

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 93.55%
  • key color value is 27.06%
CMYK:
(0,18,94,27)
C0M18Y94K27 
(0%,18%,94%,27%)
(0.00/0.18/0.94/0.27)	

CMYK percentages

%0
%18.28
%93.55
%27.06

Codes

Color #BA980C in popluar color models

BA980C
RGB18615212
HSL48°87.88%38.82%
HSB/HSV48°93.55%72.94%
CMYK0.00%18.28%93.55%
27.06%

Color #BA980C in popluar number systems.

HEXBA980C
Decimal18615212
Binary10111010100110001100
Octal27223014

Shades and tints

Shades of #BA980C

#BA980C
(186,152,12)
#AA8B0B
(170,139,11)
#9A7E0A
(154,126,10)
#8A7109
(138,113,9)
#7A6408
(122,100,8)
#6A5707
(106,87,7)
#5A4A06
(90,74,6)
#4A3D05
(74,61,5)
#3A3004
(58,48,4)
#2A2303
(42,35,3)
#1A1602
(26,22,2)
#000000
(0,0,0)

Tints of #BA980C

#BA980C
(186,152,12)
#C0A122
(192,161,34)
#C6AA38
(198,170,56)
#CCB34E
(204,179,78)
#D2BC64
(210,188,100)
#D8C57A
(216,197,122)
#DECE90
(222,206,144)
#E4D7A6
(228,215,166)
#EAE0BC
(234,224,188)
#F0E9D2
(240,233,210)
#F6F2E8
(246,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA980C color. Also use rgb(186,152,12) instead hex code.

Text Font Color

.myTextColor { color: #BA980C; }

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

This text font color is #BA980C.


Background Color

.myBgColor { background-color: #BA980C; }

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

This div background color is #BA980C.


Border color

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

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

This div border color is #BA980C.


Opacity

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

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

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

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

This text has shadow with #BA980C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA980C on black background.


Color preview on white background

This text has color #BA980C on white background.



Black color preview on #BA980C background

This text has black color on #BA980C background.


White color preview on #BA980C background

This text has white color on #BA980C background.