#BA3621

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

Shades of Harley Davidson Orange #BA3621

Tints of Harley Davidson Orange #BA3621

Color information

#BA3621 (or 0xBA3621) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 36 and 21. RGB value is (186,54,33). Sum of RGB (Red+Green+Blue) = 186+54+33=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3621 is #45C9DE. Grayscale: #5B5B5B. Windows color (decimal): -4573663 or 2176698. OLE color: 2176698.

HSL color Cylindrical-coordinate representation of color #BA3621: hue angle of 8.24º 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 #BA3621 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1865433-
CMYK00.710.820.27
HSL8.24º69.86%42.94%-
HSV(B)8.24º82.26%72.94%-
XYZ21.8413.192.83-
YUV91.0795.23195.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=68.13%
G=19.78%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186543300.710.820.278.2469.8642.94
HexBA3621047521B8462b
Octal27266410107122331010653
Binary101110101101101000010100011110100101101110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3621; }

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

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

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

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

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

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

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

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