#BC3019

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

Shades of Harley Davidson Orange #BC3019

Tints of Harley Davidson Orange #BC3019

Color information

#BC3019 (or 0xBC3019) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 30 and 19. RGB value is (188,48,25). Sum of RGB (Red+Green+Blue) = 188+48+25=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3019 is #43CFE6. Grayscale: #575757. Windows color (decimal): -4444135 or 1650876. OLE color: 1650876.

HSL color Cylindrical-coordinate representation of color #BC3019: hue angle of 8.47º 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 #BC3019 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1884825-
CMYK00.740.870.26
HSL8.47º76.53%41.76%-
HSV(B)8.47º86.7%73.73%-
XYZ21.9712.882.25-
YUV87.2492.88199.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.03%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=72.03%
G=18.39%
B=9.58%

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
Decimal188482500.740.870.268.4776.5341.76
HexBC301904A571A84d2a
Octal27460310112127321011552
Binary10111100110000110010100101010101111101010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3019; }

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

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

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

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

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

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

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

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