#BA351E

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

Shades of Harley Davidson Orange #BA351E

Tints of Harley Davidson Orange #BA351E

Color information

#BA351E (or 0xBA351E) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 35 and 1E. RGB value is (186,53,30). Sum of RGB (Red+Green+Blue) = 186+53+30=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA351E is #45CAE1. Grayscale: #5A5A5A. Windows color (decimal): -4573922 or 1979834. OLE color: 1979834.

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

Color convert

RGB1865330-
CMYK00.720.840.27
HSL8.85º72.22%42.35%-
HSV(B)8.85º83.87%72.94%-
XYZ21.7613.082.61-
YUV90.1494.06196.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=69.14%
G=19.70%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186533000.720.840.278.8572.2242.35
HexBA351E048541B9482a
Octal27265360110124331111052
Binary10111010110101111100100100010101001101110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA351E; }

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

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

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

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

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

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

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

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