#BE360C

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

Shades of Harley Davidson Orange #BE360C

Tints of Harley Davidson Orange #BE360C

Color information

#BE360C (or 0xBE360C) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 36 and 0C. RGB value is (190,54,12). Sum of RGB (Red+Green+Blue) = 190+54+12=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE360C is #41C9F3. Grayscale: #5A5A5A. Windows color (decimal): -4311540 or 800446. OLE color: 800446.

HSL color Cylindrical-coordinate representation of color #BE360C: hue angle of 14.16º 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 #BE360C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1905412-
CMYK00.720.940.25
HSL14.16º88.12%39.61%-
HSV(B)14.16º93.68%74.51%-
XYZ22.6213.611.78-
YUV89.8884.06199.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.22%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=74.22%
G=21.09%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190541200.720.940.2514.1688.1239.61
HexBE36C0485E19e5828
Octal27666140110136311613050
Binary1011111011011011000100100010111101100111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE360C; }

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

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

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

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

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

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

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

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