#BE3413

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

Shades of Harley Davidson Orange #BE3413

Tints of Harley Davidson Orange #BE3413

Color information

#BE3413 (or 0xBE3413) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 34 and 13. RGB value is (190,52,19). Sum of RGB (Red+Green+Blue) = 190+52+19=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3413 is #41CBEC. Grayscale: #595959. Windows color (decimal): -4312045 or 1258686. OLE color: 1258686.

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

Color convert

RGB1905219-
CMYK00.730.900.25
HSL11.58º81.82%40.98%-
HSV(B)11.58º90%74.51%-
XYZ22.5813.452.02-
YUV89.588.22199.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=72.80%
G=19.92%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190521900.730.900.2511.5881.8240.98
HexBE34130495A19c5229
Octal27664230111132311412251
Binary10111110110100100110100100110110101100111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3413; }

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

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

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

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

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

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

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

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