#BF2D17

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

Shades of Harley Davidson Orange #BF2D17

Tints of Harley Davidson Orange #BF2D17

Color information

#BF2D17 (or 0xBF2D17) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2D and 17. RGB value is (191,45,23). Sum of RGB (Red+Green+Blue) = 191+45+23=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D17 is #40D2E8. Grayscale: #565656. Windows color (decimal): -4248297 or 1519039. OLE color: 1519039.

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

Color convert

RGB1914523-
CMYK00.760.880.25
HSL7.86º78.5%41.96%-
HSV(B)7.86º87.96%74.9%-
XYZ22.5813.022.13-
YUV86.1592.37202.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 23 (9.38% from 255) = 8.88%
R=73.75%
G=17.37%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191452300.760.880.257.8678.541.96
HexBF2D1704C581984f2a
Octal27755270114130311011752
Binary10111111101101101110100110010110001100110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2D17; }

 p { color: rgb(191,45,23); }

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

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

 a { background-color: rgb(191,45,23); }

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

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

 span { border-color: rgb(191,45,23); }

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