#BE3619

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

Shades of Harley Davidson Orange #BE3619

Tints of Harley Davidson Orange #BE3619

Color information

#BE3619 (or 0xBE3619) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 36 and 19. RGB value is (190,54,25). Sum of RGB (Red+Green+Blue) = 190+54+25=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3619 is #41C9E6. Grayscale: #5B5B5B. Windows color (decimal): -4311527 or 1652414. OLE color: 1652414.

HSL color Cylindrical-coordinate representation of color #BE3619: hue angle of 10.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE3619 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1905425-
CMYK00.720.870.25
HSL10.55º76.74%42.16%-
HSV(B)10.55º86.84%74.51%-
XYZ22.7313.662.36-
YUV91.3690.56198.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.63%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 25 (10.16% from 255) = 9.29%
R=70.63%
G=20.07%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190542500.720.870.2510.5576.7442.16
HexBE36190485719b4d2a
Octal27666310110127311311552
Binary10111110110110110010100100010101111100110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3619; }

 p { color: rgb(190,54,25); }

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

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

 a { background-color: rgb(190,54,25); }

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

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

 span { border-color: rgb(190,54,25); }

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