#BA2D11

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

Shades of Harley Davidson Orange #BA2D11

Tints of Harley Davidson Orange #BA2D11

Color information

#BA2D11 (or 0xBA2D11) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2D and 11. RGB value is (186,45,17). Sum of RGB (Red+Green+Blue) = 186+45+17=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D11 is #45D2EE. Grayscale: #545454. Windows color (decimal): -4575983 or 1125818. OLE color: 1125818.

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

Color convert

RGB1864517-
CMYK00.760.910.27
HSL9.94º83.25%39.8%-
HSV(B)9.94º90.86%72.94%-
XYZ21.2912.361.79-
YUV83.9790.21200.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=75%
G=18.15%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186451700.760.910.279.9483.2539.8
HexBA2D1104C5B1Ba5328
Octal27255210114133331212350
Binary10111010101101100010100110010110111101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D11; }

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

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

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

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

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

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

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

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