#B91D05

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

Shades of Harley Davidson Orange #B91D05

Tints of Harley Davidson Orange #B91D05

Color information

#B91D05 (or 0xB91D05) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 1D and 05. RGB value is (185,29,5). Sum of RGB (Red+Green+Blue) = 185+29+5=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D05 is #46E2FA. Grayscale: #494949. Windows color (decimal): -4645627 or 335289. OLE color: 335289.

HSL color Cylindrical-coordinate representation of color #B91D05: hue angle of 8º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B91D05 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB185295-
CMYK00.840.970.27
HSL94.74%37.25%-
HSV(B)97.3%72.55%-
XYZ20.4711.21.23-
YUV72.9189.68207.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.47%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 5 (2.34% from 255) = 2.28%
R=84.47%
G=13.24%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18529500.840.970.27894.7437.25
HexB91D5054611B85f25
Octal2713550124141331013745
Binary10111001111011010101010011000011101110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D05; }

 p { color: rgb(185,29,5); }

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

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

 a { background-color: rgb(185,29,5); }

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

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

 span { border-color: rgb(185,29,5); }

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