#BA3011

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

Shades of Harley Davidson Orange #BA3011

Tints of Harley Davidson Orange #BA3011

Color information

#BA3011 (or 0xBA3011) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 30 and 11. RGB value is (186,48,17). Sum of RGB (Red+Green+Blue) = 186+48+17=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3011 is #45CFEE. Grayscale: #555555. Windows color (decimal): -4575215 or 1126586. OLE color: 1126586.

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

Color convert

RGB1864817-
CMYK00.740.910.27
HSL11.01º83.25%39.8%-
HSV(B)11.01º90.86%72.94%-
XYZ21.4112.591.83-
YUV85.7389.22199.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.10%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 17 (7.03% from 255) = 6.77%
R=74.10%
G=19.12%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186481700.740.910.2711.0183.2539.8
HexBA301104A5B1Bb5328
Octal27260210112133331312350
Binary10111010110000100010100101010110111101110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3011; }

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

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

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

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

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

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

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

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