#BA3421

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

Shades of Harley Davidson Orange #BA3421

Tints of Harley Davidson Orange #BA3421

Color information

#BA3421 (or 0xBA3421) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 34 and 21. RGB value is (186,52,33). Sum of RGB (Red+Green+Blue) = 186+52+33=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3421 is #45CBDE. Grayscale: #5A5A5A. Windows color (decimal): -4574175 or 2176186. OLE color: 2176186.

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

Color convert

RGB1865233-
CMYK00.720.820.27
HSL7.45º69.86%42.94%-
HSV(B)7.45º82.26%72.94%-
XYZ21.75132.8-
YUV89.995.89196.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=68.63%
G=19.19%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186523300.720.820.277.4569.8642.94
HexBA3421048521B7462b
Octal2726441011012233710653
Binary10111010110100100001010010001010010110111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3421; }

 p { color: rgb(186,52,33); }

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

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

 a { background-color: rgb(186,52,33); }

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

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

 span { border-color: rgb(186,52,33); }

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