#B92F14

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

Shades of Harley Davidson Orange #B92F14

Tints of Harley Davidson Orange #B92F14

Color information

#B92F14 (or 0xB92F14) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2F and 14. RGB value is (185,47,20). Sum of RGB (Red+Green+Blue) = 185+47+20=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F14 is #46D0EB. Grayscale: #555555. Windows color (decimal): -4641004 or 1322937. OLE color: 1322937.

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

Color convert

RGB1854720-
CMYK00.750.890.27
HSL9.82º80.49%40.2%-
HSV(B)9.82º89.19%72.55%-
XYZ21.1512.41.94-
YUV85.1891.22199.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.41%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=73.41%
G=18.65%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185472000.750.890.279.8280.4940.2
HexB92F1404B591Ba5028
Octal27157240113131331212050
Binary10111001101111101000100101110110011101110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F14; }

 p { color: rgb(185,47,20); }

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

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

 a { background-color: rgb(185,47,20); }

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

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

 span { border-color: rgb(185,47,20); }

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