#BC3119

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

Shades of Harley Davidson Orange #BC3119

Tints of Harley Davidson Orange #BC3119

Color information

#BC3119 (or 0xBC3119) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 31 and 19. RGB value is (188,49,25). Sum of RGB (Red+Green+Blue) = 188+49+25=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3119 is #43CEE6. Grayscale: #585858. Windows color (decimal): -4443879 or 1651132. OLE color: 1651132.

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

Color convert

RGB1884925-
CMYK00.740.870.26
HSL8.83º76.53%41.76%-
HSV(B)8.83º86.7%73.73%-
XYZ22.0112.962.26-
YUV87.8292.55199.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 71.76%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=71.76%
G=18.70%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188492500.740.870.268.8376.5341.76
HexBC311904A571A94d2a
Octal27461310112127321111552
Binary10111100110001110010100101010101111101010011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3119; }

 p { color: rgb(188,49,25); }

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

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

 a { background-color: rgb(188,49,25); }

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

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

 span { border-color: rgb(188,49,25); }

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