#BE301D

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

Shades of Harley Davidson Orange #BE301D

Tints of Harley Davidson Orange #BE301D

Color information

#BE301D (or 0xBE301D) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 1D. RGB value is (190,48,29). Sum of RGB (Red+Green+Blue) = 190+48+29=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE301D is #41CFE2. Grayscale: #585858. Windows color (decimal): -4313059 or 1913022. OLE color: 1913022.

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

Color convert

RGB1904829-
CMYK00.750.850.25
HSL7.08º73.52%42.94%-
HSV(B)7.08º84.74%74.51%-
XYZ22.5113.152.51-
YUV88.2994.54200.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=71.16%
G=17.98%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190482900.750.850.257.0873.5242.94
HexBE301D04B551974a2b
Octal2766035011312531711253
Binary1011111011000011101010010111010101110011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE301D; }

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

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

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

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

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

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

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

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