#BA2A05

Color #BA2A05 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BA2A05

Tints of Harley Davidson Orange #BA2A05

Color information

#BA2A05 (or 0xBA2A05) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2A and 05. RGB value is (186,42,5). Sum of RGB (Red+Green+Blue) = 186+42+5=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A05 is #45D5FA. Grayscale: #515151. Windows color (decimal): -4576763 or 338618. OLE color: 338618.

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

Color convert

RGB186425-
CMYK00.770.970.27
HSL12.27º94.76%37.45%-
HSV(B)12.27º97.31%72.94%-
XYZ21.1112.111.37-
YUV80.8485.21203.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.83%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 5 (2.34% from 255) = 2.15%
R=79.83%
G=18.03%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18642500.770.970.2712.2794.7637.45
HexBA2A504D611Bc5f25
Octal2725250115141331413745
Binary101110101010101010100110111000011101111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A05; }

 p { color: rgb(186,42,5); }

 H1.HeaderClassName
 {
   color: #BA2A05;
 }
 .AnyTagClassName
 {
   color: #BA2A05;
 }
</style>
background-color css

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

 a { background-color: rgb(186,42,5); }

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

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

 span { border-color: rgb(186,42,5); }

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