#BE330F

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

Shades of Harley Davidson Orange #BE330F

Tints of Harley Davidson Orange #BE330F

Color information

#BE330F (or 0xBE330F) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 33 and 0F. RGB value is (190,51,15). Sum of RGB (Red+Green+Blue) = 190+51+15=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE330F is #41CCF0. Grayscale: #585858. Windows color (decimal): -4312305 or 996286. OLE color: 996286.

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

Color convert

RGB1905115-
CMYK00.730.920.25
HSL12.34º85.37%40.2%-
HSV(B)12.34º92.11%74.51%-
XYZ22.5113.351.84-
YUV88.4686.55200.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.22%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=74.22%
G=19.92%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190511500.730.920.2512.3485.3740.2
HexBE33F0495C19c5528
Octal27663170111134311412550
Binary1011111011001111110100100110111001100111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE330F; }

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

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

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

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

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

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

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

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