#BE3102

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

Shades of Harley Davidson Orange #BE3102

Tints of Harley Davidson Orange #BE3102

Color information

#BE3102 (or 0xBE3102) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 31 and 02. RGB value is (190,49,2). Sum of RGB (Red+Green+Blue) = 190+49+2=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3102 is #41CEFD. Grayscale: #565656. Windows color (decimal): -4312830 or 143806. OLE color: 143806.

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

Color convert

RGB190492-
CMYK00.740.990.25
HSL15º97.92%37.65%-
HSV(B)15º98.95%74.51%-
XYZ22.3413.151.42-
YUV85.880.71202.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.84%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=78.84%
G=20.33%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19049200.740.990.251597.9237.65
HexBE31204A6319f6226
Octal2766120112143311714246
Binary10111110110001100100101011000111100111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3102; }

 p { color: rgb(190,49,2); }

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

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

 a { background-color: rgb(190,49,2); }

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

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

 span { border-color: rgb(190,49,2); }

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