#BF3311

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

Shades of Harley Davidson Orange #BF3311

Tints of Harley Davidson Orange #BF3311

Color information

#BF3311 (or 0xBF3311) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 33 and 11. RGB value is (191,51,17). Sum of RGB (Red+Green+Blue) = 191+51+17=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3311 is #40CCEE. Grayscale: #595959. Windows color (decimal): -4246767 or 1127359. OLE color: 1127359.

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

Color convert

RGB1915117-
CMYK00.730.910.25
HSL11.72º83.65%40.78%-
HSV(B)11.72º91.1%74.9%-
XYZ22.7713.481.93-
YUV88.9887.38200.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=73.75%
G=19.69%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191511700.730.910.2511.7283.6540.78
HexBF33110495B19c5429
Octal27763210111133311412451
Binary10111111110011100010100100110110111100111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3311; }

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

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

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

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

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

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

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

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