#B93518

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

Shades of Harley Davidson Orange #B93518

Tints of Harley Davidson Orange #B93518

Color information

#B93518 (or 0xB93518) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 35 and 18. RGB value is (185,53,24). Sum of RGB (Red+Green+Blue) = 185+53+24=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93518 is #46CAE7. Grayscale: #595959. Windows color (decimal): -4639464 or 1586617. OLE color: 1586617.

HSL color Cylindrical-coordinate representation of color #B93518: hue angle of 10.81º 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 #B93518 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1855324-
CMYK00.710.870.27
HSL10.81º77.03%40.98%-
HSV(B)10.81º87.03%72.55%-
XYZ21.4512.932.23-
YUV89.1691.23196.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.61%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=70.61%
G=20.23%
B=9.16%

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
Decimal185532400.710.870.2710.8177.0340.98
HexB93518047571Bb4d29
Octal27165300107127331311551
Binary10111001110101110000100011110101111101110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93518; }

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

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

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

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

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

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

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

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