#BC2E1A

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

Shades of Harley Davidson Orange #BC2E1A

Tints of Harley Davidson Orange #BC2E1A

Color information

#BC2E1A (or 0xBC2E1A) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2E and 1A. RGB value is (188,46,26). Sum of RGB (Red+Green+Blue) = 188+46+26=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E1A is #43D1E5. Grayscale: #565656. Windows color (decimal): -4444646 or 1715900. OLE color: 1715900.

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

Color convert

RGB1884626-
CMYK00.760.860.26
HSL7.41º75.7%41.96%-
HSV(B)7.41º86.17%73.73%-
XYZ21.912.722.28-
YUV86.1894.04200.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.31%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 26 (10.55% from 255) = 10%
R=72.31%
G=17.69%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188462600.760.860.267.4175.741.96
HexBC2E1A04C561A74c2a
Octal2745632011412632711452
Binary1011110010111011010010011001010110110101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E1A; }

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

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

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

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

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

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

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

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