#BA2702

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

Shades of Harley Davidson Orange #BA2702

Tints of Harley Davidson Orange #BA2702

Color information

#BA2702 (or 0xBA2702) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 27 and 02. RGB value is (186,39,2). Sum of RGB (Red+Green+Blue) = 186+39+2=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2702 is #45D8FD. Grayscale: #4F4F4F. Windows color (decimal): -4577534 or 141242. OLE color: 141242.

HSL color Cylindrical-coordinate representation of color #BA2702: hue angle of 12.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2702 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186392-
CMYK00.790.990.27
HSL12.07º97.87%36.86%-
HSV(B)12.07º98.92%72.94%-
XYZ20.9911.891.25-
YUV78.7384.7204.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.94%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=81.94%
G=17.18%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18639200.790.990.2712.0797.8736.86
HexBA27204F631Bc6225
Octal2724720117143331414245
Binary10111010100111100100111111000111101111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2702; }

 p { color: rgb(186,39,2); }

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

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

 a { background-color: rgb(186,39,2); }

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

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

 span { border-color: rgb(186,39,2); }

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