#BE2007

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

Shades of Harley Davidson Orange #BE2007

Tints of Harley Davidson Orange #BE2007

Color information

#BE2007 (or 0xBE2007) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 20 and 07. RGB value is (190,32,7). Sum of RGB (Red+Green+Blue) = 190+32+7=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2007 is #41DFF8. Grayscale: #4C4C4C. Windows color (decimal): -4317177 or 467134. OLE color: 467134.

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

Color convert

RGB190327-
CMYK00.830.960.25
HSL8.2º92.89%38.63%-
HSV(B)8.2º96.32%74.51%-
XYZ21.79121.37-
YUV76.3988.85209.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.97%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 7 (3.12% from 255) = 3.06%
R=82.97%
G=13.97%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19032700.830.960.258.292.8938.63
HexBE207053601985d27
Octal2764070123140311013547
Binary101111101000001110101001111000001100110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2007; }

 p { color: rgb(190,32,7); }

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

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

 a { background-color: rgb(190,32,7); }

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

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

 span { border-color: rgb(190,32,7); }

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