#BE3A20

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

Shades of Harley Davidson Orange #BE3A20

Tints of Harley Davidson Orange #BE3A20

Color information

#BE3A20 (or 0xBE3A20) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 3A and 20. RGB value is (190,58,32). Sum of RGB (Red+Green+Blue) = 190+58+32=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A20 is #41C5DF. Grayscale: #5E5E5E. Windows color (decimal): -4310496 or 2112190. OLE color: 2112190.

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

Color convert

RGB1905832-
CMYK00.690.830.25
HSL9.87º71.17%43.53%-
HSV(B)9.87º83.16%74.51%-
XYZ23.0114.082.87-
YUV94.592.73196.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=67.86%
G=20.71%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190583200.690.830.259.8771.1743.53
HexBE3A200455319a472c
Octal27672400105123311210754
Binary101111101110101000000100010110100111100110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A20; }

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

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

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

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

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

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

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

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