#B53217

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

Shades of Harley Davidson Orange #B53217

Tints of Harley Davidson Orange #B53217

Color information

#B53217 (or 0xB53217) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 32 and 17. RGB value is (181,50,23). Sum of RGB (Red+Green+Blue) = 181+50+23=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B53217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53217 is #4ACDE8. Grayscale: #565656. Windows color (decimal): -4902377 or 1520309. OLE color: 1520309.

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

Color convert

RGB1815023-
CMYK00.720.870.29
HSL10.25º77.45%40%-
HSV(B)10.25º87.29%70.98%-
XYZ20.3512.172.09-
YUV86.0992.4195.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.26%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 23 (9.38% from 255) = 9.06%
R=71.26%
G=19.69%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181502300.720.870.2910.2577.4540
HexB53217048571Da4d28
Octal26562270110127351211550
Binary10110101110010101110100100010101111110110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53217; }

 p { color: rgb(181,50,23); }

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

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

 a { background-color: rgb(181,50,23); }

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

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

 span { border-color: rgb(181,50,23); }

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