#BA260F

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

Shades of Harley Davidson Orange #BA260F

Tints of Harley Davidson Orange #BA260F

Color information

#BA260F (or 0xBA260F) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 26 and 0F. RGB value is (186,38,15). Sum of RGB (Red+Green+Blue) = 186+38+15=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA260F is #45D9F0. Grayscale: #4F4F4F. Windows color (decimal): -4577777 or 992954. OLE color: 992954.

HSL color Cylindrical-coordinate representation of color #BA260F: hue angle of 8.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA260F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1863815-
CMYK00.800.920.27
HSL8.07º85.07%39.41%-
HSV(B)8.07º91.94%72.94%-
XYZ21.0311.861.63-
YUV79.6391.53203.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.82%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=77.82%
G=15.90%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186381500.800.920.278.0785.0739.41
HexBA26F0505C1B85527
Octal27246170120134331012547
Binary1011101010011011110101000010111001101110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA260F; }

 p { color: rgb(186,38,15); }

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

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

 a { background-color: rgb(186,38,15); }

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

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

 span { border-color: rgb(186,38,15); }

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