#BF2811

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

Shades of Harley Davidson Orange #BF2811

Tints of Harley Davidson Orange #BF2811

Color information

#BF2811 (or 0xBF2811) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 28 and 11. RGB value is (191,40,17). Sum of RGB (Red+Green+Blue) = 191+40+17=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2811 is #40D7EE. Grayscale: #525252. Windows color (decimal): -4249583 or 1124543. OLE color: 1124543.

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

Color convert

RGB1914017-
CMYK00.790.910.25
HSL7.93º83.65%40.78%-
HSV(B)7.93º91.1%74.9%-
XYZ22.3512.631.79-
YUV82.5391.03205.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=77.02%
G=16.13%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191401700.790.910.257.9383.6540.78
HexBF281104F5B1985429
Octal27750210117133311012451
Binary10111111101000100010100111110110111100110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2811; }

 p { color: rgb(191,40,17); }

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

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

 a { background-color: rgb(191,40,17); }

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

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

 span { border-color: rgb(191,40,17); }

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