#BE300F

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

Shades of Harley Davidson Orange #BE300F

Tints of Harley Davidson Orange #BE300F

Color information

#BE300F (or 0xBE300F) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 0F. RGB value is (190,48,15). Sum of RGB (Red+Green+Blue) = 190+48+15=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE300F is #41CFF0. Grayscale: #565656. Windows color (decimal): -4313073 or 995518. OLE color: 995518.

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

Color convert

RGB1904815-
CMYK00.750.920.25
HSL11.31º85.37%40.2%-
HSV(B)11.31º92.11%74.51%-
XYZ22.3813.11.8-
YUV86.787.54201.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.10%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=75.10%
G=18.97%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190481500.750.920.2511.3185.3740.2
HexBE30F04B5C19b5528
Octal27660170113134311312550
Binary1011111011000011110100101110111001100110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE300F; }

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

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

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

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

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

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

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

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