#BB3311

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

Shades of Harley Davidson Orange #BB3311

Tints of Harley Davidson Orange #BB3311

Color information

#BB3311 (or 0xBB3311) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 33 and 11. RGB value is (187,51,17). Sum of RGB (Red+Green+Blue) = 187+51+17=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3311 is #44CCEE. Grayscale: #585858. Windows color (decimal): -4508911 or 1127355. OLE color: 1127355.

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

Color convert

RGB1875117-
CMYK00.730.910.27
HSL12º83.33%40%-
HSV(B)12º90.91%73.33%-
XYZ21.7812.971.89-
YUV87.7988.06198.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.33%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187511700.730.910.271283.3340
HexBB33110495B1Bc5328
Octal27363210111133331412350
Binary10111011110011100010100100110110111101111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3311; }

 p { color: rgb(187,51,17); }

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

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

 a { background-color: rgb(187,51,17); }

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

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

 span { border-color: rgb(187,51,17); }

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