#B92E16

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

Shades of Harley Davidson Orange #B92E16

Tints of Harley Davidson Orange #B92E16

Color information

#B92E16 (or 0xB92E16) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2E and 16. RGB value is (185,46,22). Sum of RGB (Red+Green+Blue) = 185+46+22=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92E16 is #46D1E9. Grayscale: #555555. Windows color (decimal): -4641258 or 1453753. OLE color: 1453753.

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

Color convert

RGB1854622-
CMYK00.750.880.27
HSL8.83º78.74%40.59%-
HSV(B)8.83º88.11%72.55%-
XYZ21.1312.332.02-
YUV84.8292.55199.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=73.12%
G=18.18%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185462200.750.880.278.8378.7440.59
HexB92E1604B581B94f29
Octal27156260113130331111751
Binary10111001101110101100100101110110001101110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E16; }

 p { color: rgb(185,46,22); }

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

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

 a { background-color: rgb(185,46,22); }

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

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

 span { border-color: rgb(185,46,22); }

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