#BB2D10

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

Shades of Harley Davidson Orange #BB2D10

Tints of Harley Davidson Orange #BB2D10

Color information

#BB2D10 (or 0xBB2D10) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2D and 10. RGB value is (187,45,16). Sum of RGB (Red+Green+Blue) = 187+45+16=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D10 is #44D2EF. Grayscale: #545454. Windows color (decimal): -4510448 or 1060283. OLE color: 1060283.

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

Color convert

RGB1874516-
CMYK00.760.910.27
HSL10.18º84.24%39.8%-
HSV(B)10.18º91.44%73.33%-
XYZ21.5312.481.76-
YUV84.1589.54201.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 75.40%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=75.40%
G=18.15%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187451600.760.910.2710.1884.2439.8
HexBB2D1004C5B1Ba5428
Octal27355200114133331212450
Binary10111011101101100000100110010110111101110101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2D10; }

 p { color: rgb(187,45,16); }

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

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

 a { background-color: rgb(187,45,16); }

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

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

 span { border-color: rgb(187,45,16); }

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