#BE240C

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

Shades of Harley Davidson Orange #BE240C

Tints of Harley Davidson Orange #BE240C

Color information

#BE240C (or 0xBE240C) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 24 and 0C. RGB value is (190,36,12). Sum of RGB (Red+Green+Blue) = 190+36+12=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE240C is #41DBF3. Grayscale: #4F4F4F. Windows color (decimal): -4316148 or 795838. OLE color: 795838.

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

Color convert

RGB1903612-
CMYK00.810.940.25
HSL8.09º88.12%39.61%-
HSV(B)8.09º93.68%74.51%-
XYZ21.9312.241.55-
YUV79.3190.02206.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.83%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=79.83%
G=15.13%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190361200.810.940.258.0988.1239.61
HexBE24C0515E1985828
Octal27644140121136311013050
Binary1011111010010011000101000110111101100110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE240C; }

 p { color: rgb(190,36,12); }

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

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

 a { background-color: rgb(190,36,12); }

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

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

 span { border-color: rgb(190,36,12); }

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