#BE3017

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

Shades of Harley Davidson Orange #BE3017

Tints of Harley Davidson Orange #BE3017

Color information

#BE3017 (or 0xBE3017) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 17. RGB value is (190,48,23). Sum of RGB (Red+Green+Blue) = 190+48+23=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3017 is #41CFE8. Grayscale: #575757. Windows color (decimal): -4313065 or 1519806. OLE color: 1519806.

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

Color convert

RGB1904823-
CMYK00.750.880.25
HSL8.98º78.4%41.76%-
HSV(B)8.98º87.89%74.51%-
XYZ22.4513.122.16-
YUV87.6191.54201.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=72.80%
G=18.39%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190482300.750.880.258.9878.441.76
HexBE301704B581994e2a
Octal27660270113130311111652
Binary10111110110000101110100101110110001100110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3017; }

 p { color: rgb(190,48,23); }

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

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

 a { background-color: rgb(190,48,23); }

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

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

 span { border-color: rgb(190,48,23); }

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