#BE3515

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

Shades of Harley Davidson Orange #BE3515

Tints of Harley Davidson Orange #BE3515

Color information

#BE3515 (or 0xBE3515) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 35 and 15. RGB value is (190,53,21). Sum of RGB (Red+Green+Blue) = 190+53+21=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3515 is #41CAEA. Grayscale: #5A5A5A. Windows color (decimal): -4311787 or 1390014. OLE color: 1390014.

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

Color convert

RGB1905321-
CMYK00.720.890.25
HSL11.36º80.09%41.37%-
HSV(B)11.36º88.95%74.51%-
XYZ22.6413.552.13-
YUV90.3288.89199.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.97%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=71.97%
G=20.08%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190532100.720.890.2511.3680.0941.37
HexBE35150485919b5029
Octal27665250110131311312051
Binary10111110110101101010100100010110011100110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3515; }

 p { color: rgb(190,53,21); }

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

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

 a { background-color: rgb(190,53,21); }

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

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

 span { border-color: rgb(190,53,21); }

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