#BB2A00

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

Shades of Harley Davidson Orange #BB2A00

Tints of Harley Davidson Orange #BB2A00

Color information

#BB2A00 (or 0xBB2A00) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2A and 00. RGB value is (187,42,0). Sum of RGB (Red+Green+Blue) = 187+42+0=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A00 is #44D5FF. Grayscale: #505050. Windows color (decimal): -4511232 or 10939. OLE color: 10939.

HSL color Cylindrical-coordinate representation of color #BB2A00: hue angle of 13.48º 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 #BB2A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB187420-
CMYK00.7810.27
HSL13.48º100%36.67%-
HSV(B)13.48º100%73.33%-
XYZ21.3212.221.24-
YUV80.5782.54203.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 81.66%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.66%
G=18.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18742000.7810.2713.4810036.67
HexBB2A004E641Bd6425
Octal2735200116144331514445
Binary1011101110101000100111011001001101111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A00; }

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

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

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

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

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

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

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

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