#BA3418

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

Shades of Harley Davidson Orange #BA3418

Tints of Harley Davidson Orange #BA3418

Color information

#BA3418 (or 0xBA3418) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 34 and 18. RGB value is (186,52,24). Sum of RGB (Red+Green+Blue) = 186+52+24=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3418 is #45CBE7. Grayscale: #595959. Windows color (decimal): -4574184 or 1586362. OLE color: 1586362.

HSL color Cylindrical-coordinate representation of color #BA3418: hue angle of 10.37º 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 #BA3418 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1865224-
CMYK00.720.870.27
HSL10.37º77.14%41.18%-
HSV(B)10.37º87.1%72.94%-
XYZ21.6412.962.23-
YUV88.8791.39197.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=70.99%
G=19.85%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186522400.720.870.2710.3777.1441.18
HexBA3418048571Ba4d29
Octal27264300110127331211551
Binary10111010110100110000100100010101111101110101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3418; }

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

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

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

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

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

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

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

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