#BC3312

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

Shades of Harley Davidson Orange #BC3312

Tints of Harley Davidson Orange #BC3312

Color information

#BC3312 (or 0xBC3312) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 33 and 12. RGB value is (188,51,18). Sum of RGB (Red+Green+Blue) = 188+51+18=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3312 is #43CCED. Grayscale: #585858. Windows color (decimal): -4443374 or 1192892. OLE color: 1192892.

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

Color convert

RGB1885118-
CMYK00.730.900.26
HSL11.65º82.52%40.39%-
HSV(B)11.65º90.43%73.73%-
XYZ22.0313.11.94-
YUV88.288.39199.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.15%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=73.15%
G=19.84%
B=7.00%

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
Decimal188511800.730.900.2611.6582.5240.39
HexBC33120495A1Ac5328
Octal27463220111132321412350
Binary10111100110011100100100100110110101101011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3312; }

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

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

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

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

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

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

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

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