#BE1C09

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

Shades of Harley Davidson Orange #BE1C09

Tints of Harley Davidson Orange #BE1C09

Color information

#BE1C09 (or 0xBE1C09) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 1C and 09. RGB value is (190,28,9). Sum of RGB (Red+Green+Blue) = 190+28+9=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1C09 is #41E3F6. Grayscale: #4A4A4A. Windows color (decimal): -4318199 or 597182. OLE color: 597182.

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

Color convert

RGB190289-
CMYK00.850.950.25
HSL6.3º90.95%39.02%-
HSV(B)6.3º95.26%74.51%-
XYZ21.711.81.39-
YUV74.2791.17210.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.70%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=83.70%
G=12.33%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19028900.850.950.256.390.9539.02
HexBE1C90555F1965b27
Octal2763411012513731613347
Binary10111110111001001010101011011111110011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1C09; }

 p { color: rgb(190,28,9); }

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

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

 a { background-color: rgb(190,28,9); }

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

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

 span { border-color: rgb(190,28,9); }

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