#BE2613

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

Shades of Harley Davidson Orange #BE2613

Tints of Harley Davidson Orange #BE2613

Color information

#BE2613 (or 0xBE2613) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 26 and 13. RGB value is (190,38,19). Sum of RGB (Red+Green+Blue) = 190+38+19=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2613 is #41D9EC. Grayscale: #515151. Windows color (decimal): -4315629 or 1255102. OLE color: 1255102.

HSL color Cylindrical-coordinate representation of color #BE2613: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE2613 is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1903819-
CMYK00.80.900.25
HSL6.67º81.82%40.98%-
HSV(B)6.67º90%74.51%-
XYZ22.0512.381.84-
YUV81.2892.86205.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.92%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=76.92%
G=15.38%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190381900.80.900.256.6781.8240.98
HexBE26130505A1975229
Octal2764623012013231712251
Binary1011111010011010011010100001011010110011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2613; }

 p { color: rgb(190,38,19); }

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

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

 a { background-color: rgb(190,38,19); }

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

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

 span { border-color: rgb(190,38,19); }

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