#BE300E

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

Shades of Harley Davidson Orange #BE300E

Tints of Harley Davidson Orange #BE300E

Color information

#BE300E (or 0xBE300E) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 0E. RGB value is (190,48,14). Sum of RGB (Red+Green+Blue) = 190+48+14=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE300E is #41CFF1. Grayscale: #565656. Windows color (decimal): -4313074 or 929982. OLE color: 929982.

HSL color Cylindrical-coordinate representation of color #BE300E: hue angle of 11.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE300E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1904814-
CMYK00.750.930.25
HSL11.59º86.27%40%-
HSV(B)11.59º92.63%74.51%-
XYZ22.3713.091.76-
YUV86.5887.04201.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.40%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=75.40%
G=19.05%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190481400.750.930.2511.5986.2740
HexBE30E04B5D19c5628
Octal27660160113135311412650
Binary1011111011000011100100101110111011100111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE300E; }

 p { color: rgb(190,48,14); }

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

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

 a { background-color: rgb(190,48,14); }

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

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

 span { border-color: rgb(190,48,14); }

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