#BA2911

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

Shades of Harley Davidson Orange #BA2911

Tints of Harley Davidson Orange #BA2911

Color information

#BA2911 (or 0xBA2911) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 29 and 11. RGB value is (186,41,17). Sum of RGB (Red+Green+Blue) = 186+41+17=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2911 is #45D6EE. Grayscale: #515151. Windows color (decimal): -4577007 or 1124794. OLE color: 1124794.

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

Color convert

RGB1864117-
CMYK00.780.910.27
HSL8.52º83.25%39.8%-
HSV(B)8.52º90.86%72.94%-
XYZ21.1412.071.74-
YUV81.6291.54202.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.23%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=76.23%
G=16.80%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186411700.780.910.278.5283.2539.8
HexBA291104E5B1B95328
Octal27251210116133331112350
Binary10111010101001100010100111010110111101110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2911; }

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

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

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

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

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

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

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

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