#BE2E06

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

Shades of Harley Davidson Orange #BE2E06

Tints of Harley Davidson Orange #BE2E06

Color information

#BE2E06 (or 0xBE2E06) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2E and 06. RGB value is (190,46,6). Sum of RGB (Red+Green+Blue) = 190+46+6=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E06 is #41D1F9. Grayscale: #545454. Windows color (decimal): -4313594 or 405182. OLE color: 405182.

HSL color Cylindrical-coordinate representation of color #BE2E06: hue angle of 13.04º degrees, saturation: 0.94, 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 #BE2E06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB190466-
CMYK00.760.970.25
HSL13.04º93.88%38.43%-
HSV(B)13.04º96.84%74.51%-
XYZ22.2512.911.49-
YUV84.583.71203.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.51%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=78.51%
G=19.01%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19046600.760.970.2513.0493.8838.43
HexBE2E604C6119d5e26
Octal2765660114141311513646
Binary101111101011101100100110011000011100111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E06; }

 p { color: rgb(190,46,6); }

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

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

 a { background-color: rgb(190,46,6); }

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

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

 span { border-color: rgb(190,46,6); }

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