#BA2915

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

Shades of Harley Davidson Orange #BA2915

Tints of Harley Davidson Orange #BA2915

Color information

#BA2915 (or 0xBA2915) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 29 and 15. RGB value is (186,41,21). Sum of RGB (Red+Green+Blue) = 186+41+21=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2915 is #45D6EA. Grayscale: #525252. Windows color (decimal): -4577003 or 1386938. OLE color: 1386938.

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

Color convert

RGB1864121-
CMYK00.780.890.27
HSL7.27º79.71%40.59%-
HSV(B)7.27º88.71%72.94%-
XYZ21.1812.081.92-
YUV82.0893.54202.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=75%
G=16.53%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186412100.780.890.277.2779.7140.59
HexBA291504E591B75029
Octal2725125011613133712051
Binary1011101010100110101010011101011001110111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2915; }

 p { color: rgb(186,41,21); }

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

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

 a { background-color: rgb(186,41,21); }

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

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

 span { border-color: rgb(186,41,21); }

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