#BC340F

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

Shades of Harley Davidson Orange #BC340F

Tints of Harley Davidson Orange #BC340F

Color information

#BC340F (or 0xBC340F) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 34 and 0F. RGB value is (188,52,15). Sum of RGB (Red+Green+Blue) = 188+52+15=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340F is #43CBF0. Grayscale: #585858. Windows color (decimal): -4443121 or 996540. OLE color: 996540.

HSL color Cylindrical-coordinate representation of color #BC340F: hue angle of 12.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC340F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB1885215-
CMYK00.720.920.26
HSL12.83º85.22%39.8%-
HSV(B)12.83º92.02%73.73%-
XYZ22.0513.181.83-
YUV88.4586.56199.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.73%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=73.73%
G=20.39%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188521500.720.920.2612.8385.2239.8
HexBC34F0485C1Ad5528
Octal27464170110134321512550
Binary1011110011010011110100100010111001101011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC340F; }

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

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

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

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

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

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

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

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