#BA2200

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

Shades of Harley Davidson Orange #BA2200

Tints of Harley Davidson Orange #BA2200

Color information

#BA2200 (or 0xBA2200) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 22 and 00. RGB value is (186,34,0). Sum of RGB (Red+Green+Blue) = 186+34+0=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2200 is #45DDFF. Grayscale: #4B4B4B. Windows color (decimal): -4578816 or 8890. OLE color: 8890.

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

Color convert

RGB186340-
CMYK00.8210.27
HSL10.97º100%36.47%-
HSV(B)10.97º100%72.94%-
XYZ20.8211.581.14-
YUV75.5785.36206.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 84.55%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.55%
G=15.45%
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
Decimal18634000.8210.2710.9710036.47
HexBA220052641Bb6424
Octal2724200122144331314444
Binary1011101010001000101001011001001101110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2200; }

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

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

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

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

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

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

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

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