#BB2610

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

Shades of Harley Davidson Orange #BB2610

Tints of Harley Davidson Orange #BB2610

Color information

#BB2610 (or 0xBB2610) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 26 and 10. RGB value is (187,38,16). Sum of RGB (Red+Green+Blue) = 187+38+16=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2610 is #44D9EF. Grayscale: #505050. Windows color (decimal): -4512240 or 1058491. OLE color: 1058491.

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

Color convert

RGB1873816-
CMYK00.800.910.27
HSL7.72º84.24%39.8%-
HSV(B)7.72º91.44%73.33%-
XYZ21.2811.991.68-
YUV80.0491.86204.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.59%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 16 (6.64% from 255) = 6.64%
R=77.59%
G=15.77%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187381600.800.910.277.7284.2439.8
HexBB26100505B1B85428
Octal27346200120133331012450
Binary10111011100110100000101000010110111101110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2610; }

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

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

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

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

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

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

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

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