#BF260D

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

Shades of Harley Davidson Orange #BF260D

Tints of Harley Davidson Orange #BF260D

Color information

#BF260D (or 0xBF260D) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 26 and 0D. RGB value is (191,38,13). Sum of RGB (Red+Green+Blue) = 191+38+13=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF260D is #40D9F2. Grayscale: #515151. Windows color (decimal): -4250099 or 861887. OLE color: 861887.

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

Color convert

RGB1913813-
CMYK00.800.930.25
HSL8.43º87.25%40%-
HSV(B)8.43º93.19%74.9%-
XYZ22.2512.491.62-
YUV80.989.69206.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.93%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 13 (5.47% from 255) = 5.37%
R=78.93%
G=15.70%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191381300.800.930.258.4387.2540
HexBF26D0505D1985728
Octal27746150120135311012750
Binary1011111110011011010101000010111011100110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF260D; }

 p { color: rgb(191,38,13); }

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

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

 a { background-color: rgb(191,38,13); }

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

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

 span { border-color: rgb(191,38,13); }

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