#BE1E0B

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

Shades of Harley Davidson Orange #BE1E0B

Tints of Harley Davidson Orange #BE1E0B

Color information

#BE1E0B (or 0xBE1E0B) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 1E and 0B. RGB value is (190,30,11). Sum of RGB (Red+Green+Blue) = 190+30+11=231 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.25% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1E0B is #41E1F4. Grayscale: #4B4B4B. Windows color (decimal): -4317685 or 728766. OLE color: 728766.

HSL color Cylindrical-coordinate representation of color #BE1E0B: hue angle of 6.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE1E0B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1903011-
CMYK00.840.940.25
HSL6.37º89.05%39.41%-
HSV(B)6.37º94.21%74.51%-
XYZ21.7611.91.47-
YUV75.6791.51209.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.25%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=82.25%
G=12.99%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190301100.840.940.256.3789.0539.41
HexBE1EB0545E1965927
Octal2763613012413631613147
Binary10111110111101011010101001011110110011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E0B; }

 p { color: rgb(190,30,11); }

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

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

 a { background-color: rgb(190,30,11); }

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

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

 span { border-color: rgb(190,30,11); }

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