#BF3106

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

Shades of Harley Davidson Orange #BF3106

Tints of Harley Davidson Orange #BF3106

Color information

#BF3106 (or 0xBF3106) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 31 and 06. RGB value is (191,49,6). Sum of RGB (Red+Green+Blue) = 191+49+6=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3106 is #40CEF9. Grayscale: #565656. Windows color (decimal): -4247290 or 405951. OLE color: 405951.

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

Color convert

RGB191496-
CMYK00.740.970.25
HSL13.95º93.91%38.63%-
HSV(B)13.95º96.86%74.9%-
XYZ22.6213.291.54-
YUV86.5682.54202.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=77.64%
G=19.92%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19149600.740.970.2513.9593.9138.63
HexBF31604A6119e5e27
Octal2776160112141311613647
Binary101111111100011100100101011000011100111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3106; }

 p { color: rgb(191,49,6); }

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

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

 a { background-color: rgb(191,49,6); }

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

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

 span { border-color: rgb(191,49,6); }

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