#bf260b

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

Shades of Harley Davidson Orange #BF260B

Tints of Harley Davidson Orange #BF260B

Color information

#BF260B (or 0xBF260B) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 26 and 0B. RGB value is (191,38,11). Sum of RGB (Red+Green+Blue) = 191+38+11=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF260B is #40D9F4. Grayscale: #505050. Windows color (decimal): -4250101 or 730815. OLE color: 730815.

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

Color convert

RGB1913811-
CMYK00.800.940.25
HSL89.11%39.61%-
HSV(B)94.24%74.9%-
XYZ22.2412.491.55-
YUV80.6788.69206.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.58%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 11 (4.69% from 255) = 4.58%
R=79.58%
G=15.83%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191381100.800.940.25989.1139.61
HexBF26B0505E1995928
Octal27746130120136311113150
Binary1011111110011010110101000010111101100110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf260b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf260b; }

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

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

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

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

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

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

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

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