#B91D06

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

Shades of Harley Davidson Orange #B91D06

Tints of Harley Davidson Orange #B91D06

Color information

#B91D06 (or 0xB91D06) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 1D and 06. RGB value is (185,29,6). Sum of RGB (Red+Green+Blue) = 185+29+6=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D06 is #46E2F9. Grayscale: #494949. Windows color (decimal): -4645626 or 400825. OLE color: 400825.

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

Color convert

RGB185296-
CMYK00.840.970.27
HSL7.71º93.72%37.45%-
HSV(B)7.71º96.76%72.55%-
XYZ20.4811.211.26-
YUV73.0290.18207.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.09%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=84.09%
G=13.18%
B=2.73%

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
Decimal18529600.840.970.277.7193.7237.45
HexB91D6054611B85e25
Octal2713560124141331013645
Binary10111001111011100101010011000011101110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D06; }

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

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

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

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

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

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

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

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