#BC2A11

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

Shades of Harley Davidson Orange #BC2A11

Tints of Harley Davidson Orange #BC2A11

Color information

#BC2A11 (or 0xBC2A11) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2A and 11. RGB value is (188,42,17). Sum of RGB (Red+Green+Blue) = 188+42+17=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A11 is #43D5EE. Grayscale: #535353. Windows color (decimal): -4445679 or 1125052. OLE color: 1125052.

HSL color Cylindrical-coordinate representation of color #BC2A11: hue angle of 8.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC2A11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1884217-
CMYK00.780.910.26
HSL8.77º83.41%40.2%-
HSV(B)8.77º90.96%73.73%-
XYZ21.6712.391.78-
YUV82.890.87203.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=76.11%
G=17.00%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188421700.780.910.268.7783.4140.2
HexBC2A1104E5B1A95328
Octal27452210116133321112350
Binary10111100101010100010100111010110111101010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2A11; }

 p { color: rgb(188,42,17); }

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

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

 a { background-color: rgb(188,42,17); }

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

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

 span { border-color: rgb(188,42,17); }

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