#BE3312

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

Shades of Harley Davidson Orange #BE3312

Tints of Harley Davidson Orange #BE3312

Color information

#BE3312 (or 0xBE3312) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 33 and 12. RGB value is (190,51,18). Sum of RGB (Red+Green+Blue) = 190+51+18=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3312 is #41CCED. Grayscale: #595959. Windows color (decimal): -4312302 or 1192894. OLE color: 1192894.

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

Color convert

RGB1905118-
CMYK00.730.910.25
HSL11.51º82.69%40.78%-
HSV(B)11.51º90.53%74.51%-
XYZ22.5313.361.96-
YUV88.888.05200.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.36%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=73.36%
G=19.69%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190511800.730.910.2511.5182.6940.78
HexBE33120495B19c5329
Octal27663220111133311412351
Binary10111110110011100100100100110110111100111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3312; }

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

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

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

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

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

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

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

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