#BC3313

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

Shades of Harley Davidson Orange #BC3313

Tints of Harley Davidson Orange #BC3313

Color information

#BC3313 (or 0xBC3313) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 33 and 13. RGB value is (188,51,19). Sum of RGB (Red+Green+Blue) = 188+51+19=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3313 is #43CCEC. Grayscale: #585858. Windows color (decimal): -4443373 or 1258428. OLE color: 1258428.

HSL color Cylindrical-coordinate representation of color #BC3313: hue angle of 11.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3313 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1885119-
CMYK00.730.900.26
HSL11.36º81.64%40.59%-
HSV(B)11.36º89.89%73.73%-
XYZ22.0413.111.98-
YUV88.3288.89199.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.87%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=72.87%
G=19.77%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188511900.730.900.2611.3681.6440.59
HexBC33130495A1Ab5229
Octal27463230111132321312251
Binary10111100110011100110100100110110101101010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3313; }

 p { color: rgb(188,51,19); }

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

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

 a { background-color: rgb(188,51,19); }

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

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

 span { border-color: rgb(188,51,19); }

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