#B91F00

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

Shades of Harley Davidson Orange #B91F00

Tints of Harley Davidson Orange #B91F00

Color information

#B91F00 (or 0xB91F00) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 1F and 00. RGB value is (185,31,0). Sum of RGB (Red+Green+Blue) = 185+31+0=216 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.65% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91F00 is #46E0FF. Grayscale: #494949. Windows color (decimal): -4645120 or 8121. OLE color: 8121.

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

Color convert

RGB185310-
CMYK00.8310.27
HSL10.05º100%36.27%-
HSV(B)10.05º100%72.55%-
XYZ20.511.291.1-
YUV73.5186.52207.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 85.65%
GREEN value IS 31 (12.5% from 255) = 14.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.65%
G=14.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18531000.8310.2710.0510036.27
HexB91F0053641Ba6424
Octal2713700123144331214444
Binary101110011111100101001111001001101110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91F00; }

 p { color: rgb(185,31,0); }

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

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

 a { background-color: rgb(185,31,0); }

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

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

 span { border-color: rgb(185,31,0); }

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