#BB3112

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

Shades of Harley Davidson Orange #BB3112

Tints of Harley Davidson Orange #BB3112

Color information

#BB3112 (or 0xBB3112) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 31 and 12. RGB value is (187,49,18). Sum of RGB (Red+Green+Blue) = 187+49+18=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3112 is #44CEED. Grayscale: #565656. Windows color (decimal): -4509422 or 1192379. OLE color: 1192379.

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

Color convert

RGB1874918-
CMYK00.740.900.27
HSL11.01º82.44%40.2%-
HSV(B)11.01º90.37%73.33%-
XYZ21.712.811.9-
YUV86.7389.22199.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=73.62%
G=19.29%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187491800.740.900.2711.0182.4440.2
HexBB311204A5A1Bb5228
Octal27361220112132331312250
Binary10111011110001100100100101010110101101110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3112; }

 p { color: rgb(187,49,18); }

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

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

 a { background-color: rgb(187,49,18); }

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

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

 span { border-color: rgb(187,49,18); }

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