#BA3D22

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

Shades of Harley Davidson Orange #BA3D22

Tints of Harley Davidson Orange #BA3D22

Color information

#BA3D22 (or 0xBA3D22) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 3D and 22. RGB value is (186,61,34). Sum of RGB (Red+Green+Blue) = 186+61+34=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D22 is #45C2DD. Grayscale: #5F5F5F. Windows color (decimal): -4571870 or 2244026. OLE color: 2244026.

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

Color convert

RGB1866134-
CMYK00.670.820.27
HSL10.66º69.09%43.14%-
HSV(B)10.66º81.72%72.94%-
XYZ22.2113.893.02-
YUV95.393.41192.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 34 (13.67% from 255) = 12.10%
R=66.19%
G=21.71%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186613400.670.820.2710.6669.0943.14
HexBA3D22043521Bb452b
Octal27275420103122331310553
Binary101110101111011000100100001110100101101110111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D22; }

 p { color: rgb(186,61,34); }

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

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

 a { background-color: rgb(186,61,34); }

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

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

 span { border-color: rgb(186,61,34); }

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