#BF290F

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

Shades of Harley Davidson Orange #BF290F

Tints of Harley Davidson Orange #BF290F

Color information

#BF290F (or 0xBF290F) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 29 and 0F. RGB value is (191,41,15). Sum of RGB (Red+Green+Blue) = 191+41+15=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF290F is #40D6F0. Grayscale: #535353. Windows color (decimal): -4249329 or 993727. OLE color: 993727.

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

Color convert

RGB1914115-
CMYK00.790.920.25
HSL8.86º85.44%40.39%-
HSV(B)8.86º92.15%74.9%-
XYZ22.3712.71.72-
YUV82.8989.7205.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.33%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=77.33%
G=16.60%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191411500.790.920.258.8685.4440.39
HexBF29F04F5C1995528
Octal27751170117134311112550
Binary1011111110100111110100111110111001100110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF290F; }

 p { color: rgb(191,41,15); }

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

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

 a { background-color: rgb(191,41,15); }

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

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

 span { border-color: rgb(191,41,15); }

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