#BA3921

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

Shades of Harley Davidson Orange #BA3921

Tints of Harley Davidson Orange #BA3921

Color information

#BA3921 (or 0xBA3921) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 39 and 21. RGB value is (186,57,33). Sum of RGB (Red+Green+Blue) = 186+57+33=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3921 is #45C6DE. Grayscale: #5D5D5D. Windows color (decimal): -4572895 or 2177466. OLE color: 2177466.

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

Color convert

RGB1865733-
CMYK00.690.820.27
HSL9.41º69.86%42.94%-
HSV(B)9.41º82.26%72.94%-
XYZ21.9913.482.88-
YUV92.8494.24194.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=67.39%
G=20.65%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186573300.690.820.279.4169.8642.94
HexBA3921045521B9462b
Octal27271410105122331110653
Binary101110101110011000010100010110100101101110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3921; }

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

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

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

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

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

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

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

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