#BC350F

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

Shades of Harley Davidson Orange #BC350F

Tints of Harley Davidson Orange #BC350F

Color information

#BC350F (or 0xBC350F) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 35 and 0F. RGB value is (188,53,15). Sum of RGB (Red+Green+Blue) = 188+53+15=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350F is #43CAF0. Grayscale: #595959. Windows color (decimal): -4442865 or 996796. OLE color: 996796.

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

Color convert

RGB1885315-
CMYK00.720.920.26
HSL13.18º85.22%39.8%-
HSV(B)13.18º92.02%73.73%-
XYZ22.113.271.85-
YUV89.0386.23198.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.44%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=73.44%
G=20.70%
B=5.86%

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
Decimal188531500.720.920.2613.1885.2239.8
HexBC35F0485C1Ad5528
Octal27465170110134321512550
Binary1011110011010111110100100010111001101011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC350F; }

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

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

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

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

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

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

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

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