#BA1D06

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

Shades of Harley Davidson Orange #BA1D06

Tints of Harley Davidson Orange #BA1D06

Color information

#BA1D06 (or 0xBA1D06) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 1D and 06. RGB value is (186,29,6). Sum of RGB (Red+Green+Blue) = 186+29+6=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D06 is #45E2F9. Grayscale: #494949. Windows color (decimal): -4580090 or 400826. OLE color: 400826.

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

Color convert

RGB186296-
CMYK00.840.970.27
HSL7.67º93.75%37.65%-
HSV(B)7.67º96.77%72.94%-
XYZ20.7211.331.27-
YUV73.3290.01208.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 84.16%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=84.16%
G=13.12%
B=2.71%

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
Decimal18629600.840.970.277.6793.7537.65
HexBA1D6054611B85e26
Octal2723560124141331013646
Binary10111010111011100101010011000011101110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D06; }

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

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

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

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

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

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

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

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