#BB2B00

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

Shades of Harley Davidson Orange #BB2B00

Tints of Harley Davidson Orange #BB2B00

Color information

#BB2B00 (or 0xBB2B00) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2B and 00. RGB value is (187,43,0). Sum of RGB (Red+Green+Blue) = 187+43+0=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2B00 is #44D4FF. Grayscale: #515151. Windows color (decimal): -4510976 or 11195. OLE color: 11195.

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

Color convert

RGB187430-
CMYK00.7710.27
HSL13.8º100%36.67%-
HSV(B)13.8º100%73.33%-
XYZ21.3612.291.25-
YUV81.1582.21203.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 81.30%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.30%
G=18.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18743000.7710.2713.810036.67
HexBB2B004D641Be6425
Octal2735300115144331614445
Binary1011101110101100100110111001001101111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B00; }

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

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

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

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

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

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

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

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