#BA2E11

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

Shades of Harley Davidson Orange #BA2E11

Tints of Harley Davidson Orange #BA2E11

Color information

#BA2E11 (or 0xBA2E11) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2E and 11. RGB value is (186,46,17). Sum of RGB (Red+Green+Blue) = 186+46+17=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E11 is #45D1EE. Grayscale: #545454. Windows color (decimal): -4575727 or 1126074. OLE color: 1126074.

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

Color convert

RGB1864617-
CMYK00.750.910.27
HSL10.3º83.25%39.8%-
HSV(B)10.3º90.86%72.94%-
XYZ21.3312.431.81-
YUV84.5589.88200.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.70%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=74.70%
G=18.47%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186461700.750.910.2710.383.2539.8
HexBA2E1104B5B1Ba5328
Octal27256210113133331212350
Binary10111010101110100010100101110110111101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E11; }

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

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

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

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

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

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

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

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