#BA2D0C

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

Shades of Harley Davidson Orange #BA2D0C

Tints of Harley Davidson Orange #BA2D0C

Color information

#BA2D0C (or 0xBA2D0C) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2D and 0C. RGB value is (186,45,12). Sum of RGB (Red+Green+Blue) = 186+45+12=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D0C is #45D2F3. Grayscale: #535353. Windows color (decimal): -4575988 or 798138. OLE color: 798138.

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

Color convert

RGB1864512-
CMYK00.760.940.27
HSL11.38º87.88%38.82%-
HSV(B)11.38º93.55%72.94%-
XYZ21.2512.341.61-
YUV83.487.71201.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=76.54%
G=18.52%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186451200.760.940.2711.3887.8838.82
HexBA2DC04C5E1Bb5827
Octal27255140114136331313047
Binary1011101010110111000100110010111101101110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D0C; }

 p { color: rgb(186,45,12); }

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

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

 a { background-color: rgb(186,45,12); }

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

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

 span { border-color: rgb(186,45,12); }

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