#BB2C10

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

Shades of Harley Davidson Orange #BB2C10

Tints of Harley Davidson Orange #BB2C10

Color information

#BB2C10 (or 0xBB2C10) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2C and 10. RGB value is (187,44,16). Sum of RGB (Red+Green+Blue) = 187+44+16=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C10 is #44D3EF. Grayscale: #535353. Windows color (decimal): -4510704 or 1060027. OLE color: 1060027.

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

Color convert

RGB1874416-
CMYK00.760.910.27
HSL9.82º84.24%39.8%-
HSV(B)9.82º91.44%73.33%-
XYZ21.4912.41.75-
YUV83.5689.88201.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 75.71%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=75.71%
G=17.81%
B=6.48%

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
Decimal187441600.760.910.279.8284.2439.8
HexBB2C1004C5B1Ba5428
Octal27354200114133331212450
Binary10111011101100100000100110010110111101110101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2C10; }

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

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

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

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

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

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

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

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