#BA3718

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

Shades of Harley Davidson Orange #BA3718

Tints of Harley Davidson Orange #BA3718

Color information

#BA3718 (or 0xBA3718) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 37 and 18. RGB value is (186,55,24). Sum of RGB (Red+Green+Blue) = 186+55+24=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3718 is #45C8E7. Grayscale: #5A5A5A. Windows color (decimal): -4573416 or 1587130. OLE color: 1587130.

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

Color convert

RGB1865524-
CMYK00.700.870.27
HSL11.48º77.14%41.18%-
HSV(B)11.48º87.1%72.94%-
XYZ21.7813.242.27-
YUV90.6490.4196.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=70.19%
G=20.75%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186552400.700.870.2711.4877.1441.18
HexBA3718046571Bb4d29
Octal27267300106127331311551
Binary10111010110111110000100011010101111101110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3718; }

 p { color: rgb(186,55,24); }

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

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

 a { background-color: rgb(186,55,24); }

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

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

 span { border-color: rgb(186,55,24); }

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