#BE3310

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

Shades of Harley Davidson Orange #BE3310

Tints of Harley Davidson Orange #BE3310

Color information

#BE3310 (or 0xBE3310) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 33 and 10. RGB value is (190,51,16). Sum of RGB (Red+Green+Blue) = 190+51+16=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3310 is #41CCEF. Grayscale: #585858. Windows color (decimal): -4312304 or 1061822. OLE color: 1061822.

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

Color convert

RGB1905116-
CMYK00.730.920.25
HSL12.07º84.47%40.39%-
HSV(B)12.07º91.58%74.51%-
XYZ22.5113.351.88-
YUV88.5787.05200.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 16 (6.64% from 255) = 6.23%
R=73.93%
G=19.84%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190511600.730.920.2512.0784.4740.39
HexBE33100495C19c5428
Octal27663200111134311412450
Binary10111110110011100000100100110111001100111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3310; }

 p { color: rgb(190,51,16); }

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

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

 a { background-color: rgb(190,51,16); }

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

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

 span { border-color: rgb(190,51,16); }

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