#B92A11

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

Shades of Harley Davidson Orange #B92A11

Tints of Harley Davidson Orange #B92A11

Color information

#B92A11 (or 0xB92A11) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2A and 11. RGB value is (185,42,17). Sum of RGB (Red+Green+Blue) = 185+42+17=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92A11 is #46D5EE. Grayscale: #525252. Windows color (decimal): -4642287 or 1125049. OLE color: 1125049.

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

Color convert

RGB1854217-
CMYK00.770.910.27
HSL8.93º83.17%39.61%-
HSV(B)8.93º90.81%72.55%-
XYZ20.9412.011.75-
YUV81.9191.38201.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=75.82%
G=17.21%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185421700.770.910.278.9383.1739.61
HexB92A1104D5B1B95328
Octal27152210115133331112350
Binary10111001101010100010100110110110111101110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A11; }

 p { color: rgb(185,42,17); }

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

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

 a { background-color: rgb(185,42,17); }

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

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

 span { border-color: rgb(185,42,17); }

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