#B93019

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

Shades of Harley Davidson Orange #B93019

Tints of Harley Davidson Orange #B93019

Color information

#B93019 (or 0xB93019) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 30 and 19. RGB value is (185,48,25). Sum of RGB (Red+Green+Blue) = 185+48+25=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93019 is #46CFE6. Grayscale: #565656. Windows color (decimal): -4640743 or 1650873. OLE color: 1650873.

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

Color convert

RGB1854825-
CMYK00.740.860.27
HSL8.62º76.19%41.18%-
HSV(B)8.62º86.49%72.55%-
XYZ21.2412.52.21-
YUV86.3493.39198.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=71.71%
G=18.60%
B=9.69%

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
Decimal185482500.740.860.278.6276.1941.18
HexB9301904A561B94c29
Octal27160310112126331111451
Binary10111001110000110010100101010101101101110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93019; }

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

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

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

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

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

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

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

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