#B53116

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

Shades of Harley Davidson Orange #B53116

Tints of Harley Davidson Orange #B53116

Color information

#B53116 (or 0xB53116) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 31 and 16. RGB value is (181,49,22). Sum of RGB (Red+Green+Blue) = 181+49+22=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B53116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53116 is #4ACEE9. Grayscale: #555555. Windows color (decimal): -4902634 or 1454517. OLE color: 1454517.

HSL color Cylindrical-coordinate representation of color #B53116: hue angle of 10.19º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B53116 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1814922-
CMYK00.730.880.29
HSL10.19º78.33%39.8%-
HSV(B)10.19º87.85%70.98%-
XYZ20.312.082.02-
YUV85.3992.23196.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.83%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=71.83%
G=19.44%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181492200.730.880.2910.1978.3339.8
HexB53116049581Da4e28
Octal26561260111130351211650
Binary10110101110001101100100100110110001110110101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53116; }

 p { color: rgb(181,49,22); }

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

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

 a { background-color: rgb(181,49,22); }

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

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

 span { border-color: rgb(181,49,22); }

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