#B91E00

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

Shades of Harley Davidson Orange #B91E00

Tints of Harley Davidson Orange #B91E00

Color information

#B91E00 (or 0xB91E00) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 1E and 00. RGB value is (185,30,0). Sum of RGB (Red+Green+Blue) = 185+30+0=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91E00 is #46E1FF. Grayscale: #494949. Windows color (decimal): -4645376 or 7865. OLE color: 7865.

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

Color convert

RGB185300-
CMYK00.8410.27
HSL9.73º100%36.27%-
HSV(B)9.73º100%72.55%-
XYZ20.4711.241.09-
YUV72.9286.85207.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 86.05%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.05%
G=13.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18530000.8410.279.7310036.27
HexB91E0054641Ba6424
Octal2713600124144331214444
Binary101110011111000101010011001001101110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E00; }

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

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

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

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

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

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

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

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