#BE2405

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

Shades of Harley Davidson Orange #BE2405

Tints of Harley Davidson Orange #BE2405

Color information

#BE2405 (or 0xBE2405) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 24 and 05. RGB value is (190,36,5). Sum of RGB (Red+Green+Blue) = 190+36+5=231 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.25% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2405 is #41DBFA. Grayscale: #4E4E4E. Windows color (decimal): -4316155 or 337086. OLE color: 337086.

HSL color Cylindrical-coordinate representation of color #BE2405: hue angle of 10.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE2405 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB190365-
CMYK00.810.970.25
HSL10.05º94.87%38.24%-
HSV(B)10.05º97.37%74.51%-
XYZ21.8912.221.35-
YUV78.5186.52207.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.25%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=82.25%
G=15.58%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19036500.810.970.2510.0594.8738.24
HexBE2450516119a5f26
Octal2764450121141311213746
Binary101111101001001010101000111000011100110101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2405; }

 p { color: rgb(190,36,5); }

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

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

 a { background-color: rgb(190,36,5); }

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

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

 span { border-color: rgb(190,36,5); }

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