#B93119

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

Shades of Harley Davidson Orange #B93119

Tints of Harley Davidson Orange #B93119

Color information

#B93119 (or 0xB93119) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 31 and 19. RGB value is (185,49,25). Sum of RGB (Red+Green+Blue) = 185+49+25=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93119 is #46CEE6. Grayscale: #575757. Windows color (decimal): -4640487 or 1651129. OLE color: 1651129.

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

Color convert

RGB1854925-
CMYK00.740.860.27
HSL76.19%41.18%-
HSV(B)86.49%72.55%-
XYZ21.2812.582.23-
YUV86.9393.06197.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=71.43%
G=18.92%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185492500.740.860.27976.1941.18
HexB9311904A561B94c29
Octal27161310112126331111451
Binary10111001110001110010100101010101101101110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93119; }

 p { color: rgb(185,49,25); }

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

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

 a { background-color: rgb(185,49,25); }

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

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

 span { border-color: rgb(185,49,25); }

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