#BA2801

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

Shades of Harley Davidson Orange #BA2801

Tints of Harley Davidson Orange #BA2801

Color information

#BA2801 (or 0xBA2801) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 28 and 01. RGB value is (186,40,1). Sum of RGB (Red+Green+Blue) = 186+40+1=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2801 is #45D7FE. Grayscale: #4F4F4F. Windows color (decimal): -4577279 or 75962. OLE color: 75962.

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

Color convert

RGB186401-
CMYK00.780.990.27
HSL12.65º98.93%36.67%-
HSV(B)12.65º99.46%72.94%-
XYZ21.0111.961.23-
YUV79.2183.87204.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.94%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=81.94%
G=17.62%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18640100.780.990.2712.6598.9336.67
HexBA28104E631Bd6325
Octal2725010116143331514345
Binary1011101010100010100111011000111101111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2801; }

 p { color: rgb(186,40,1); }

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

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

 a { background-color: rgb(186,40,1); }

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

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

 span { border-color: rgb(186,40,1); }

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