#BE320E

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

Shades of Harley Davidson Orange #BE320E

Tints of Harley Davidson Orange #BE320E

Color information

#BE320E (or 0xBE320E) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 32 and 0E. RGB value is (190,50,14). Sum of RGB (Red+Green+Blue) = 190+50+14=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE320E is #41CDF1. Grayscale: #585858. Windows color (decimal): -4312562 or 930494. OLE color: 930494.

HSL color Cylindrical-coordinate representation of color #BE320E: hue angle of 12.27º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE320E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1905014-
CMYK00.740.930.25
HSL12.27º86.27%40%-
HSV(B)12.27º92.63%74.51%-
XYZ22.4613.261.79-
YUV87.7686.38200.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.80%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=74.80%
G=19.69%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190501400.740.930.2512.2786.2740
HexBE32E04A5D19c5628
Octal27662160112135311412650
Binary1011111011001011100100101010111011100111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE320E; }

 p { color: rgb(190,50,14); }

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

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

 a { background-color: rgb(190,50,14); }

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

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

 span { border-color: rgb(190,50,14); }

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