#BE3001

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

Shades of Harley Davidson Orange #BE3001

Tints of Harley Davidson Orange #BE3001

Color information

#BE3001 (or 0xBE3001) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 01. RGB value is (190,48,1). Sum of RGB (Red+Green+Blue) = 190+48+1=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3001 is #41CFFE. Grayscale: #555555. Windows color (decimal): -4313087 or 78014. OLE color: 78014.

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

Color convert

RGB190481-
CMYK00.750.990.25
HSL14.92º98.95%37.45%-
HSV(B)14.92º99.47%74.51%-
XYZ22.313.061.37-
YUV85.180.54202.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.50%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=79.50%
G=20.08%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19048100.750.990.2514.9298.9537.45
HexBE30104B6319f6325
Octal2766010113143311714345
Binary1011111011000010100101111000111100111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3001; }

 p { color: rgb(190,48,1); }

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

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

 a { background-color: rgb(190,48,1); }

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

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

 span { border-color: rgb(190,48,1); }

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