#BC2E17

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

Shades of Harley Davidson Orange #BC2E17

Tints of Harley Davidson Orange #BC2E17

Color information

#BC2E17 (or 0xBC2E17) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2E and 17. RGB value is (188,46,23). Sum of RGB (Red+Green+Blue) = 188+46+23=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E17 is #43D1E8. Grayscale: #565656. Windows color (decimal): -4444649 or 1519292. OLE color: 1519292.

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

Color convert

RGB1884623-
CMYK00.760.880.26
HSL8.36º78.2%41.37%-
HSV(B)8.36º87.77%73.73%-
XYZ21.8712.712.11-
YUV85.8492.54200.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.15%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=73.15%
G=17.90%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188462300.760.880.268.3678.241.37
HexBC2E1704C581A84e29
Octal27456270114130321011651
Binary10111100101110101110100110010110001101010001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E17; }

 p { color: rgb(188,46,23); }

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

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

 a { background-color: rgb(188,46,23); }

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

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

 span { border-color: rgb(188,46,23); }

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