#BE1C0A

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

Shades of Harley Davidson Orange #BE1C0A

Tints of Harley Davidson Orange #BE1C0A

Color information

#BE1C0A (or 0xBE1C0A) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 1C and 0A. RGB value is (190,28,10). Sum of RGB (Red+Green+Blue) = 190+28+10=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1C0A is #41E3F5. Grayscale: #4A4A4A. Windows color (decimal): -4318198 or 662718. OLE color: 662718.

HSL color Cylindrical-coordinate representation of color #BE1C0A: hue angle of 6º degrees, saturation: 0.9, 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 #BE1C0A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1902810-
CMYK00.850.950.25
HSL90%39.22%-
HSV(B)94.74%74.51%-
XYZ21.7111.81.42-
YUV74.3991.67210.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.33%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=83.33%
G=12.28%
B=4.39%

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
Decimal190281000.850.950.2569039.22
HexBE1CA0555F1965a27
Octal2763412012513731613247
Binary10111110111001010010101011011111110011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1C0A; }

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

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

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

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

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

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

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

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