#BE3212

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

Shades of Harley Davidson Orange #BE3212

Tints of Harley Davidson Orange #BE3212

Color information

#BE3212 (or 0xBE3212) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 32 and 12. RGB value is (190,50,18). Sum of RGB (Red+Green+Blue) = 190+50+18=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3212 is #41CDED. Grayscale: #585858. Windows color (decimal): -4312558 or 1192638. OLE color: 1192638.

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

Color convert

RGB1905018-
CMYK00.740.910.25
HSL11.16º82.69%40.78%-
HSV(B)11.16º90.53%74.51%-
XYZ22.4813.271.95-
YUV88.2188.38200.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.64%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=73.64%
G=19.38%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190501800.740.910.2511.1682.6940.78
HexBE321204A5B19b5329
Octal27662220112133311312351
Binary10111110110010100100100101010110111100110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3212; }

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

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

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

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

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

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

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

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