COLOR #BA7800

HEX: #BA7800
RGB: (186,120,0)

Color info

#BA7800 contains mainly red color. Web safe color of #BA7800 is #CC6600 (or #C60).

RGB color model

#BA7800 color RGB value is (186,120,0).

  • red value is 186;
  • green value is 120;
  • blue value is 0.
RGB:
(186,120,0)
(73%,47%,0%)

RGB channels and saturation

R 186 of 255 = 73%
G 120 of 255 = 47%
B 0 of 255 = 0%

186
120
0

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

Portions of RGB colors in percentages

R + G + B =
186 + 120 + 0 = 306 (100%)
R 186 of 306 ~ 60.78%
G 120 of 306 ~ 39.22%
B 0 of 306 ~ 0%

%60.78
%39.22

CMYK color model

#BA7800 color CMYK value is (0,35,100,27).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 100.00%
  • key color value is 27.06%
CMYK:
(0,35,100,27)
C0M35Y100K27 
(0%,35%,100%,27%)
(0.00/0.35/1.00/0.27)	

CMYK percentages

%0
%35.48
%100
%27.06

Codes

Color #BA7800 in popluar color models

BA7800
RGB1861200
HSL39°100.00%36.47%
HSB/HSV39°100.00%72.94%
CMYK0.00%35.48%100.00%
27.06%

Color #BA7800 in popluar number systems.

HEXBA7800
Decimal1861200
Binary1011101011110000
Octal2721700

Shades and tints

Shades of #BA7800

#BA7800
(186,120,0)
#AA6E00
(170,110,0)
#9A6400
(154,100,0)
#8A5A00
(138,90,0)
#7A5000
(122,80,0)
#6A4600
(106,70,0)
#5A3C00
(90,60,0)
#4A3200
(74,50,0)
#3A2800
(58,40,0)
#2A1E00
(42,30,0)
#1A1400
(26,20,0)
#000000
(0,0,0)

Tints of #BA7800

#BA7800
(186,120,0)
#C08417
(192,132,23)
#C6902E
(198,144,46)
#CC9C45
(204,156,69)
#D2A85C
(210,168,92)
#D8B473
(216,180,115)
#DEC08A
(222,192,138)
#E4CCA1
(228,204,161)
#EAD8B8
(234,216,184)
#F0E4CF
(240,228,207)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7800; }

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

This text font color is #BA7800.


Background Color

.myBgColor { background-color: #BA7800; }

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

This div background color is #BA7800.


Border color

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

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

This div border color is #BA7800.


Opacity

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

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

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

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

This text has shadow with #BA7800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7800 on black background.


Color preview on white background

This text has color #BA7800 on white background.



Black color preview on #BA7800 background

This text has black color on #BA7800 background.


White color preview on #BA7800 background

This text has white color on #BA7800 background.