#BA2900

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

Shades of Harley Davidson Orange #BA2900

Tints of Harley Davidson Orange #BA2900

Color information

#BA2900 (or 0xBA2900) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 29 and 00. RGB value is (186,41,0). Sum of RGB (Red+Green+Blue) = 186+41+0=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2900 is #45D6FF. Grayscale: #4F4F4F. Windows color (decimal): -4577024 or 10682. OLE color: 10682.

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

Color convert

RGB186410-
CMYK00.7810.27
HSL13.23º100%36.47%-
HSV(B)13.23º100%72.94%-
XYZ21.0412.021.21-
YUV79.6883.04203.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.94%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.94%
G=18.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18641000.7810.2713.2310036.47
HexBA29004E641Bd6424
Octal2725100116144331514444
Binary1011101010100100100111011001001101111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2900; }

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

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

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

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

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

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

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

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