#BA371F

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

Shades of Harley Davidson Orange #BA371F

Tints of Harley Davidson Orange #BA371F

Color information

#BA371F (or 0xBA371F) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 37 and 1F. RGB value is (186,55,31). Sum of RGB (Red+Green+Blue) = 186+55+31=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA371F is #45C8E0. Grayscale: #5B5B5B. Windows color (decimal): -4573409 or 2045882. OLE color: 2045882.

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

Color convert

RGB1865531-
CMYK00.700.830.27
HSL9.29º71.43%42.55%-
HSV(B)9.29º83.33%72.94%-
XYZ21.8613.272.71-
YUV91.4393.9195.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=68.38%
G=20.22%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186553100.700.830.279.2971.4342.55
HexBA371F046531B9472b
Octal27267370106123331110753
Binary10111010110111111110100011010100111101110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA371F; }

 p { color: rgb(186,55,31); }

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

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

 a { background-color: rgb(186,55,31); }

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

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

 span { border-color: rgb(186,55,31); }

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