#BF3A16

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

Shades of Harley Davidson Orange #BF3A16

Tints of Harley Davidson Orange #BF3A16

Color information

#BF3A16 (or 0xBF3A16) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3A and 16. RGB value is (191,58,22). Sum of RGB (Red+Green+Blue) = 191+58+22=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A16 is #40C5E9. Grayscale: #5D5D5D. Windows color (decimal): -4244970 or 1456831. OLE color: 1456831.

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

Color convert

RGB1915822-
CMYK00.700.880.25
HSL12.78º79.34%41.76%-
HSV(B)12.78º88.48%74.9%-
XYZ23.1414.162.27-
YUV93.6687.56197.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.48%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=70.48%
G=21.40%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191582200.700.880.2512.7879.3441.76
HexBF3A160465819d4f2a
Octal27772260106130311511752
Binary10111111111010101100100011010110001100111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A16; }

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

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

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

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

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

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

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

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