#BF3716

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

Shades of Harley Davidson Orange #BF3716

Tints of Harley Davidson Orange #BF3716

Color information

#BF3716 (or 0xBF3716) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 37 and 16. RGB value is (191,55,22). Sum of RGB (Red+Green+Blue) = 191+55+22=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3716 is #40C8E9. Grayscale: #5C5C5C. Windows color (decimal): -4245738 or 1456063. OLE color: 1456063.

HSL color Cylindrical-coordinate representation of color #BF3716: hue angle of 11.72º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF3716 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1915522-
CMYK00.710.880.25
HSL11.72º79.34%41.76%-
HSV(B)11.72º88.48%74.9%-
XYZ2313.872.22-
YUV91.988.56198.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.27%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=71.27%
G=20.52%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191552200.710.880.2511.7279.3441.76
HexBF37160475819c4f2a
Octal27767260107130311411752
Binary10111111110111101100100011110110001100111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3716; }

 p { color: rgb(191,55,22); }

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

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

 a { background-color: rgb(191,55,22); }

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

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

 span { border-color: rgb(191,55,22); }

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