#BA330F

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

Shades of Harley Davidson Orange #BA330F

Tints of Harley Davidson Orange #BA330F

Color information

#BA330F (or 0xBA330F) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 33 and 0F. RGB value is (186,51,15). Sum of RGB (Red+Green+Blue) = 186+51+15=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA330F is #45CCF0. Grayscale: #575757. Windows color (decimal): -4574449 or 996282. OLE color: 996282.

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

Color convert

RGB1865115-
CMYK00.730.920.27
HSL12.63º85.07%39.41%-
HSV(B)12.63º91.94%72.94%-
XYZ21.5212.841.8-
YUV87.2687.23198.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=73.81%
G=20.24%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186511500.730.920.2712.6385.0739.41
HexBA33F0495C1Bd5527
Octal27263170111134331512547
Binary1011101011001111110100100110111001101111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA330F; }

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

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

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

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

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

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

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

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