#B92E14

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

Shades of Harley Davidson Orange #B92E14

Tints of Harley Davidson Orange #B92E14

Color information

#B92E14 (or 0xB92E14) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2E and 14. RGB value is (185,46,20). Sum of RGB (Red+Green+Blue) = 185+46+20=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92E14 is #46D1EB. Grayscale: #545454. Windows color (decimal): -4641260 or 1322681. OLE color: 1322681.

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

Color convert

RGB1854620-
CMYK00.750.890.27
HSL9.45º80.49%40.2%-
HSV(B)9.45º89.19%72.55%-
XYZ21.1112.321.93-
YUV84.691.55199.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.71%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=73.71%
G=18.33%
B=7.97%

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
Decimal185462000.750.890.279.4580.4940.2
HexB92E1404B591B95028
Octal27156240113131331112050
Binary10111001101110101000100101110110011101110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E14; }

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

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

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

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

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

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

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

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