#BA2A09

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

Shades of Harley Davidson Orange #BA2A09

Tints of Harley Davidson Orange #BA2A09

Color information

#BA2A09 (or 0xBA2A09) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2A and 09. RGB value is (186,42,9). Sum of RGB (Red+Green+Blue) = 186+42+9=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A09 is #45D5F6. Grayscale: #515151. Windows color (decimal): -4576759 or 600762. OLE color: 600762.

HSL color Cylindrical-coordinate representation of color #BA2A09: hue angle of 11.19º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA2A09 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB186429-
CMYK00.770.950.27
HSL11.19º90.77%38.24%-
HSV(B)11.19º95.16%72.94%-
XYZ21.1312.111.48-
YUV81.2987.21202.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=78.48%
G=17.72%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18642900.770.950.2711.1990.7738.24
HexBA2A904D5F1Bb5b26
Octal27252110115137331313346
Binary1011101010101010010100110110111111101110111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A09; }

 p { color: rgb(186,42,9); }

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

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

 a { background-color: rgb(186,42,9); }

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

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

 span { border-color: rgb(186,42,9); }

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