#BC3413

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

Shades of Harley Davidson Orange #BC3413

Tints of Harley Davidson Orange #BC3413

Color information

#BC3413 (or 0xBC3413) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 34 and 13. RGB value is (188,52,19). Sum of RGB (Red+Green+Blue) = 188+52+19=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3413 is #43CBEC. Grayscale: #595959. Windows color (decimal): -4443117 or 1258684. OLE color: 1258684.

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

Color convert

RGB1885219-
CMYK00.720.900.26
HSL11.72º81.64%40.59%-
HSV(B)11.72º89.89%73.73%-
XYZ22.0813.192-
YUV88.988.56198.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.59%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=72.59%
G=20.08%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188521900.720.900.2611.7281.6440.59
HexBC34130485A1Ac5229
Octal27464230110132321412251
Binary10111100110100100110100100010110101101011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3413; }

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

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

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

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

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

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

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

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