#BE3015

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

Shades of Harley Davidson Orange #BE3015

Tints of Harley Davidson Orange #BE3015

Color information

#BE3015 (or 0xBE3015) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 15. RGB value is (190,48,21). Sum of RGB (Red+Green+Blue) = 190+48+21=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3015 is #41CFEA. Grayscale: #575757. Windows color (decimal): -4313067 or 1388734. OLE color: 1388734.

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

Color convert

RGB1904821-
CMYK00.750.890.25
HSL9.59º80.09%41.37%-
HSV(B)9.59º88.95%74.51%-
XYZ22.4313.122.06-
YUV87.3890.54201.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.36%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 21 (8.59% from 255) = 8.11%
R=73.36%
G=18.53%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190482100.750.890.259.5980.0941.37
HexBE301504B5919a5029
Octal27660250113131311212051
Binary10111110110000101010100101110110011100110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3015; }

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

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

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

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

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

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

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

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