#BA2C07

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

Shades of Harley Davidson Orange #BA2C07

Tints of Harley Davidson Orange #BA2C07

Color information

#BA2C07 (or 0xBA2C07) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2C and 07. RGB value is (186,44,7). Sum of RGB (Red+Green+Blue) = 186+44+7=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C07 is #45D3F8. Grayscale: #525252. Windows color (decimal): -4576249 or 470202. OLE color: 470202.

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

Color convert

RGB186447-
CMYK00.760.960.27
HSL12.4º92.75%37.84%-
HSV(B)12.4º96.24%72.94%-
XYZ21.1912.261.45-
YUV82.2485.54202.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=78.48%
G=18.57%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18644700.760.960.2712.492.7537.84
HexBA2C704C601Bc5d26
Octal2725470114140331413546
Binary101110101011001110100110011000001101111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C07; }

 p { color: rgb(186,44,7); }

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

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

 a { background-color: rgb(186,44,7); }

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

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

 span { border-color: rgb(186,44,7); }

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