#BE2A0D

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

Shades of Harley Davidson Orange #BE2A0D

Tints of Harley Davidson Orange #BE2A0D

Color information

#BE2A0D (or 0xBE2A0D) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2A and 0D. RGB value is (190,42,13). Sum of RGB (Red+Green+Blue) = 190+42+13=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2A0D is #41D5F2. Grayscale: #535353. Windows color (decimal): -4314611 or 862910. OLE color: 862910.

HSL color Cylindrical-coordinate representation of color #BE2A0D: hue angle of 9.83º degrees, saturation: 0.87, 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 #BE2A0D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1904213-
CMYK00.780.930.25
HSL9.83º87.19%39.8%-
HSV(B)9.83º93.16%74.51%-
XYZ22.1412.631.65-
YUV82.9588.53204.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.55%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=77.55%
G=17.14%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190421300.780.930.259.8387.1939.8
HexBE2AD04E5D19a5728
Octal27652150116135311212750
Binary1011111010101011010100111010111011100110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A0D; }

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

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

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

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

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

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

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

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