#B93618

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

Shades of Harley Davidson Orange #B93618

Tints of Harley Davidson Orange #B93618

Color information

#B93618 (or 0xB93618) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 36 and 18. RGB value is (185,54,24). Sum of RGB (Red+Green+Blue) = 185+54+24=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93618 is #46C9E7. Grayscale: #5A5A5A. Windows color (decimal): -4639208 or 1586873. OLE color: 1586873.

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

Color convert

RGB1855424-
CMYK00.710.870.27
HSL11.18º77.03%40.98%-
HSV(B)11.18º87.03%72.55%-
XYZ21.4913.022.24-
YUV89.7590.9195.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.34%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=70.34%
G=20.53%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185542400.710.870.2711.1877.0340.98
HexB93618047571Bb4d29
Octal27166300107127331311551
Binary10111001110110110000100011110101111101110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93618; }

 p { color: rgb(185,54,24); }

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

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

 a { background-color: rgb(185,54,24); }

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

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

 span { border-color: rgb(185,54,24); }

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