#BE2A0B

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

Shades of Harley Davidson Orange #BE2A0B

Tints of Harley Davidson Orange #BE2A0B

Color information

#BE2A0B (or 0xBE2A0B) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2A and 0B. RGB value is (190,42,11). Sum of RGB (Red+Green+Blue) = 190+42+11=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2A0B is #41D5F4. Grayscale: #525252. Windows color (decimal): -4314613 or 731838. OLE color: 731838.

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

Color convert

RGB1904211-
CMYK00.780.940.25
HSL10.39º89.05%39.41%-
HSV(B)10.39º94.21%74.51%-
XYZ22.1212.631.59-
YUV82.7287.53204.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.19%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=78.19%
G=17.28%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190421100.780.940.2510.3989.0539.41
HexBE2AB04E5E19a5927
Octal27652130116136311213147
Binary1011111010101010110100111010111101100110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A0B; }

 p { color: rgb(190,42,11); }

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

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

 a { background-color: rgb(190,42,11); }

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

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

 span { border-color: rgb(190,42,11); }

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