#ba3319

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

Shades of Harley Davidson Orange #BA3319

Tints of Harley Davidson Orange #BA3319

Color information

#BA3319 (or 0xBA3319) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 33 and 19. RGB value is (186,51,25). Sum of RGB (Red+Green+Blue) = 186+51+25=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3319 is #45CCE6. Grayscale: #585858. Windows color (decimal): -4574439 or 1651642. OLE color: 1651642.

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

Color convert

RGB1865125-
CMYK00.730.870.27
HSL9.69º76.3%41.37%-
HSV(B)9.69º86.56%72.94%-
XYZ21.6112.882.27-
YUV88.492.23197.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=70.99%
G=19.47%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186512500.730.870.279.6976.341.37
HexBA3319049571Ba4c29
Octal27263310111127331211451
Binary10111010110011110010100100110101111101110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3319; }

 p { color: rgb(186,51,25); }

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

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

 a { background-color: rgb(186,51,25); }

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

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

 span { border-color: rgb(186,51,25); }

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