#BA3521

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

Shades of Harley Davidson Orange #BA3521

Tints of Harley Davidson Orange #BA3521

Color information

#BA3521 (or 0xBA3521) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 35 and 21. RGB value is (186,53,33). Sum of RGB (Red+Green+Blue) = 186+53+33=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3521 is #45CADE. Grayscale: #5A5A5A. Windows color (decimal): -4573919 or 2176442. OLE color: 2176442.

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

Color convert

RGB1865333-
CMYK00.720.820.27
HSL7.84º69.86%42.94%-
HSV(B)7.84º82.26%72.94%-
XYZ21.813.12.82-
YUV90.4995.56196.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=68.38%
G=19.49%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186533300.720.820.277.8469.8642.94
HexBA3521048521B8462b
Octal27265410110122331010653
Binary101110101101011000010100100010100101101110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3521; }

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

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

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

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

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

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

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

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