#bb311e

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

Shades of Harley Davidson Orange #BB311E

Tints of Harley Davidson Orange #BB311E

Color information

#BB311E (or 0xBB311E) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 31 and 1E. RGB value is (187,49,30). Sum of RGB (Red+Green+Blue) = 187+49+30=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB311E is #44CEE1. Grayscale: #585858. Windows color (decimal): -4509410 or 1978811. OLE color: 1978811.

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

Color convert

RGB1874930-
CMYK00.740.840.27
HSL7.26º72.35%42.55%-
HSV(B)7.26º83.96%73.33%-
XYZ21.8312.862.56-
YUV88.195.22198.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.30%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=70.30%
G=18.42%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187493000.740.840.277.2672.3542.55
HexBB311E04A541B7482b
Octal2736136011212433711053
Binary1011101111000111110010010101010100110111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb311e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb311e; }

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

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

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

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

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

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

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

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