#BF3616

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

Shades of Harley Davidson Orange #BF3616

Tints of Harley Davidson Orange #BF3616

Color information

#BF3616 (or 0xBF3616) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 36 and 16. RGB value is (191,54,22). Sum of RGB (Red+Green+Blue) = 191+54+22=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3616 is #40C9E9. Grayscale: #5B5B5B. Windows color (decimal): -4245994 or 1455807. OLE color: 1455807.

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

Color convert

RGB1915422-
CMYK00.720.880.25
HSL11.36º79.34%41.76%-
HSV(B)11.36º88.48%74.9%-
XYZ22.9513.772.21-
YUV91.3188.89199.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=71.54%
G=20.22%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191542200.720.880.2511.3679.3441.76
HexBF36160485819b4f2a
Octal27766260110130311311752
Binary10111111110110101100100100010110001100110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3616; }

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

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

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

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

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

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

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

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