#B63620

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

Shades of Harley Davidson Orange #B63620

Tints of Harley Davidson Orange #B63620

Color information

#B63620 (or 0xB63620) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 36 and 20. RGB value is (182,54,32). Sum of RGB (Red+Green+Blue) = 182+54+32=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B63620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63620 is #49C9DF. Grayscale: #595959. Windows color (decimal): -4835808 or 2111158. OLE color: 2111158.

HSL color Cylindrical-coordinate representation of color #B63620: hue angle of 8.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63620 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1825432-
CMYK00.700.820.29
HSL8.8º70.09%41.96%-
HSV(B)8.8º82.42%71.37%-
XYZ20.8712.692.72-
YUV89.7695.41193.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=67.91%
G=20.15%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182543200.700.820.298.870.0941.96
HexB63620046521D9462a
Octal26666400106122351110652
Binary101101101101101000000100011010100101110110011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63620; }

 p { color: rgb(182,54,32); }

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

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

 a { background-color: rgb(182,54,32); }

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

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

 span { border-color: rgb(182,54,32); }

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