#BE3217

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

Shades of Harley Davidson Orange #BE3217

Tints of Harley Davidson Orange #BE3217

Color information

#BE3217 (or 0xBE3217) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 32 and 17. RGB value is (190,50,23). Sum of RGB (Red+Green+Blue) = 190+50+23=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3217 is #41CDE8. Grayscale: #595959. Windows color (decimal): -4312553 or 1520318. OLE color: 1520318.

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

Color convert

RGB1905023-
CMYK00.740.880.25
HSL9.7º78.4%41.76%-
HSV(B)9.7º87.89%74.51%-
XYZ22.5313.292.19-
YUV88.7890.88200.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.24%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 23 (9.38% from 255) = 8.75%
R=72.24%
G=19.01%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190502300.740.880.259.778.441.76
HexBE321704A5819a4e2a
Octal27662270112130311211652
Binary10111110110010101110100101010110001100110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3217; }

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

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

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

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

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

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

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

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