#be3120

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

Shades of Harley Davidson Orange #BE3120

Tints of Harley Davidson Orange #BE3120

Color information

#BE3120 (or 0xBE3120) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 31 and 20. RGB value is (190,49,32). Sum of RGB (Red+Green+Blue) = 190+49+32=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3120 is #41CEDF. Grayscale: #595959. Windows color (decimal): -4312800 or 2109886. OLE color: 2109886.

HSL color Cylindrical-coordinate representation of color #BE3120: hue angle of 6.46º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE3120 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1904932-
CMYK00.740.830.25
HSL6.46º71.17%43.53%-
HSV(B)6.46º83.16%74.51%-
XYZ22.5913.252.73-
YUV89.2295.71199.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=70.11%
G=18.08%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190493200.740.830.256.4671.1743.53
HexBE312004A53196472c
Octal2766140011212331610754
Binary10111110110001100000010010101010011110011101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3120; }

 p { color: rgb(190,49,32); }

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

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

 a { background-color: rgb(190,49,32); }

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

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

 span { border-color: rgb(190,49,32); }

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