#BA3513

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

Shades of Harley Davidson Orange #BA3513

Tints of Harley Davidson Orange #BA3513

Color information

#BA3513 (or 0xBA3513) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 35 and 13. RGB value is (186,53,19). Sum of RGB (Red+Green+Blue) = 186+53+19=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3513 is #45CAEC. Grayscale: #595959. Windows color (decimal): -4573933 or 1258938. OLE color: 1258938.

HSL color Cylindrical-coordinate representation of color #BA3513: hue angle of 12.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3513 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1865319-
CMYK00.720.900.27
HSL12.22º81.46%40.2%-
HSV(B)12.22º89.78%72.94%-
XYZ21.6413.031.99-
YUV88.8988.56197.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.09%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=72.09%
G=20.54%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186531900.720.900.2712.2281.4640.2
HexBA35130485A1Bc5128
Octal27265230110132331412150
Binary10111010110101100110100100010110101101111001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3513; }

 p { color: rgb(186,53,19); }

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

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

 a { background-color: rgb(186,53,19); }

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

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

 span { border-color: rgb(186,53,19); }

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