#ba3111

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

Shades of Harley Davidson Orange #BA3111

Tints of Harley Davidson Orange #BA3111

Color information

#BA3111 (or 0xBA3111) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 31 and 11. RGB value is (186,49,17). Sum of RGB (Red+Green+Blue) = 186+49+17=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3111 is #45CEEE. Grayscale: #565656. Windows color (decimal): -4574959 or 1126842. OLE color: 1126842.

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

Color convert

RGB1864917-
CMYK00.740.910.27
HSL11.36º83.25%39.8%-
HSV(B)11.36º90.86%72.94%-
XYZ21.4512.681.85-
YUV86.3288.89199.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=73.81%
G=19.44%
B=6.75%

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
Decimal186491700.740.910.2711.3683.2539.8
HexBA311104A5B1Bb5328
Octal27261210112133331312350
Binary10111010110001100010100101010110111101110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3111; }

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

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

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

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

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

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

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

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