#BA1E06

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

Shades of Harley Davidson Orange #BA1E06

Tints of Harley Davidson Orange #BA1E06

Color information

#BA1E06 (or 0xBA1E06) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 1E and 06. RGB value is (186,30,6). Sum of RGB (Red+Green+Blue) = 186+30+6=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E06 is #45E1F9. Grayscale: #4A4A4A. Windows color (decimal): -4579834 or 401082. OLE color: 401082.

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

Color convert

RGB186306-
CMYK00.840.970.27
HSL93.75%37.65%-
HSV(B)96.77%72.94%-
XYZ20.7511.381.28-
YUV73.9189.68207.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=83.78%
G=13.51%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18630600.840.970.27893.7537.65
HexBA1E6054611B85e26
Octal2723660124141331013646
Binary10111010111101100101010011000011101110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E06; }

 p { color: rgb(186,30,6); }

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

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

 a { background-color: rgb(186,30,6); }

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

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

 span { border-color: rgb(186,30,6); }

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