#BE3210

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

Shades of Harley Davidson Orange #BE3210

Tints of Harley Davidson Orange #BE3210

Color information

#BE3210 (or 0xBE3210) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 32 and 10. RGB value is (190,50,16). Sum of RGB (Red+Green+Blue) = 190+50+16=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3210 is #41CDEF. Grayscale: #585858. Windows color (decimal): -4312560 or 1061566. OLE color: 1061566.

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

Color convert

RGB1905016-
CMYK00.740.920.25
HSL11.72º84.47%40.39%-
HSV(B)11.72º91.58%74.51%-
XYZ22.4713.271.87-
YUV87.9887.38200.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.22%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=74.22%
G=19.53%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190501600.740.920.2511.7284.4740.39
HexBE321004A5C19c5428
Octal27662200112134311412450
Binary10111110110010100000100101010111001100111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3210; }

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

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

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

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

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

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

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

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