#BA3315

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

Shades of Harley Davidson Orange #BA3315

Tints of Harley Davidson Orange #BA3315

Color information

#BA3315 (or 0xBA3315) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 33 and 15. RGB value is (186,51,21). Sum of RGB (Red+Green+Blue) = 186+51+21=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3315 is #45CCEA. Grayscale: #585858. Windows color (decimal): -4574443 or 1389498. OLE color: 1389498.

HSL color Cylindrical-coordinate representation of color #BA3315: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3315 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1865121-
CMYK00.730.890.27
HSL10.91º79.71%40.59%-
HSV(B)10.91º88.71%72.94%-
XYZ21.5712.862.06-
YUV87.9490.23197.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.09%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=72.09%
G=19.77%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186512100.730.890.2710.9179.7140.59
HexBA3315049591Bb5029
Octal27263250111131331312051
Binary10111010110011101010100100110110011101110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3315; }

 p { color: rgb(186,51,21); }

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

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

 a { background-color: rgb(186,51,21); }

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

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

 span { border-color: rgb(186,51,21); }

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