#BA2100

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

Shades of Harley Davidson Orange #BA2100

Tints of Harley Davidson Orange #BA2100

Color information

#BA2100 (or 0xBA2100) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 21 and 00. RGB value is (186,33,0). Sum of RGB (Red+Green+Blue) = 186+33+0=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2100 is #45DEFF. Grayscale: #4B4B4B. Windows color (decimal): -4579072 or 8634. OLE color: 8634.

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

Color convert

RGB186330-
CMYK00.8210.27
HSL10.65º100%36.47%-
HSV(B)10.65º100%72.94%-
XYZ20.7911.531.13-
YUV74.9885.69207.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 84.93%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.93%
G=15.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18633000.8210.2710.6510036.47
HexBA210052641Bb6424
Octal2724100122144331314444
Binary1011101010000100101001011001001101110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2100; }

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

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

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

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

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

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

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

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