#BB2200

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

Shades of Harley Davidson Orange #BB2200

Tints of Harley Davidson Orange #BB2200

Color information

#BB2200 (or 0xBB2200) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 22 and 00. RGB value is (187,34,0). Sum of RGB (Red+Green+Blue) = 187+34+0=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2200 is #44DDFF. Grayscale: #4C4C4C. Windows color (decimal): -4513280 or 8891. OLE color: 8891.

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

Color convert

RGB187340-
CMYK00.8210.27
HSL10.91º100%36.67%-
HSV(B)10.91º100%73.33%-
XYZ21.0711.711.15-
YUV75.8785.19207.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 84.62%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.62%
G=15.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18734000.8210.2710.9110036.67
HexBB220052641Bb6425
Octal2734200122144331314445
Binary1011101110001000101001011001001101110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2200; }

 p { color: rgb(187,34,0); }

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

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

 a { background-color: rgb(187,34,0); }

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

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

 span { border-color: rgb(187,34,0); }

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