#BC341F

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

Shades of Harley Davidson Orange #BC341F

Tints of Harley Davidson Orange #BC341F

Color information

#BC341F (or 0xBC341F) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 34 and 1F. RGB value is (188,52,31). Sum of RGB (Red+Green+Blue) = 188+52+31=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341F is #43CBE0. Grayscale: #5A5A5A. Windows color (decimal): -4443105 or 2045116. OLE color: 2045116.

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

Color convert

RGB1885231-
CMYK00.720.840.26
HSL8.03º71.69%42.94%-
HSV(B)8.03º83.51%73.73%-
XYZ22.2113.252.68-
YUV90.2794.56197.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=69.37%
G=19.19%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188523100.720.840.268.0371.6942.94
HexBC341F048541A8482b
Octal27464370110124321011053
Binary10111100110100111110100100010101001101010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC341F; }

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

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

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

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

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

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

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

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