Html Css Color HEX #BA2804 Harley Davidson Orange

📋 copy color: '#BA2804'

red 186 ◦ green 40 ◦ blue 4

#BA2804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BA2804

Tints of Harley Davidson Orange #BA2804

RGB

 RED value IS 186 (73.05% from 255) = 80.87%

 GREEN value IS 40 (16.02% from 255) = 17.39%

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 80.87%
G = 17.39%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA2804 (or 0xBA2804) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 04. RGB value is (186,40,4). Sum of RGB (Red+Green+Blue) = 186+40+4=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2804 is #45D7FB. Grayscale: #4F4F4F. Windows color (decimal): -4577276 or 272570. OLE color: 272570.

HSL color Cylindrical-coordinate representation of color #BA2804: hue angle of 11.87º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA2804 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 4 -
CMYK 0 0.78 0.98 0.27
HSL 11.87º 0.96% 0.37% -
HSV(B) 11.87º 0.98% 0.73% -
XYZ 21.03 11.97 1.32 -
YUV 79.55 85.37 203.93 -
System Red Green Blue C M Y K H S L
Decimal 186 40 4 0 0.78 0.98 0.27 11.87 0.96 0.37
Hex BA 28 4 0 4E 62 1B C 60 25
Octal 272 50 4 0 116 142 33 14 140 45
Binary 10111010 101000 100 0 1001110 1100010 11011 1100 1100000 100101

Color Harmonies of #BA2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2804

Black with #BA2804

Text Example


Text Example

White with #BA2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2804; }

 p { color: rgb(186,40,4); }

 H1.HeaderClassName
 {
   color: #BA2804;
 }
 .AnyTagClassName
 {
   color: #BA2804;
 }
</style>

background-color css

<style>
 a { background-color: #BA2804; }

 a { background-color: rgb(186,40,4); }

 div.DivClassName
 {
   background-color: #BA2804;
 }
 .BgClassName
 {
   background-color: #BA2804;
 }
</style>

border-color css

<style>
 span { border-color: #BA2804; }

 span { border-color: rgb(186,40,4); }

 td.TdClassName
 {
   border-color: #BA2804;
 }
 .TagClassName
 {
   border-color: #BA2804;
 }
</style>