#B63019

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

Shades of Harley Davidson Orange #B63019

Tints of Harley Davidson Orange #B63019

Color information

#B63019 (or 0xB63019) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 30 and 19. RGB value is (182,48,25). Sum of RGB (Red+Green+Blue) = 182+48+25=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63019 is #49CFE6. Grayscale: #555555. Windows color (decimal): -4837351 or 1650870. OLE color: 1650870.

HSL color Cylindrical-coordinate representation of color #B63019: hue angle of 8.79º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B63019 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1824825-
CMYK00.740.860.29
HSL8.79º75.85%40.59%-
HSV(B)8.79º86.26%71.37%-
XYZ20.5212.132.18-
YUV85.4493.89196.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=71.37%
G=18.82%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182482500.740.860.298.7975.8540.59
HexB6301904A561D94c29
Octal26660310112126351111451
Binary10110110110000110010100101010101101110110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63019; }

 p { color: rgb(182,48,25); }

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

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

 a { background-color: rgb(182,48,25); }

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

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

 span { border-color: rgb(182,48,25); }

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