#BE310E

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

Shades of Harley Davidson Orange #BE310E

Tints of Harley Davidson Orange #BE310E

Color information

#BE310E (or 0xBE310E) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 31 and 0E. RGB value is (190,49,14). Sum of RGB (Red+Green+Blue) = 190+49+14=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE310E is #41CEF1. Grayscale: #575757. Windows color (decimal): -4312818 or 930238. OLE color: 930238.

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

Color convert

RGB1904914-
CMYK00.740.930.25
HSL11.93º86.27%40%-
HSV(B)11.93º92.63%74.51%-
XYZ22.4113.181.78-
YUV87.1786.71201.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.10%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=75.10%
G=19.37%
B=5.53%

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
Decimal190491400.740.930.2511.9386.2740
HexBE31E04A5D19c5628
Octal27661160112135311412650
Binary1011111011000111100100101010111011100111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE310E; }

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

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

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

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

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

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

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

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