#BE2D0F

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

Shades of Harley Davidson Orange #BE2D0F

Tints of Harley Davidson Orange #BE2D0F

Color information

#BE2D0F (or 0xBE2D0F) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2D and 0F. RGB value is (190,45,15). Sum of RGB (Red+Green+Blue) = 190+45+15=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D0F is #41D2F0. Grayscale: #555555. Windows color (decimal): -4313841 or 994750. OLE color: 994750.

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

Color convert

RGB1904515-
CMYK00.760.920.25
HSL10.29º85.37%40.2%-
HSV(B)10.29º92.11%74.51%-
XYZ22.2612.861.76-
YUV84.9388.54202.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 15 (6.25% from 255) = 6%
R=76%
G=18%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190451500.760.920.2510.2985.3740.2
HexBE2DF04C5C19a5528
Octal27655170114134311212550
Binary1011111010110111110100110010111001100110101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D0F; }

 p { color: rgb(190,45,15); }

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

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

 a { background-color: rgb(190,45,15); }

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

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

 span { border-color: rgb(190,45,15); }

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