#BF310C

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

Shades of Harley Davidson Orange #BF310C

Tints of Harley Davidson Orange #BF310C

Color information

#BF310C (or 0xBF310C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 31 and 0C. RGB value is (191,49,12). Sum of RGB (Red+Green+Blue) = 191+49+12=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF310C is #40CEF3. Grayscale: #575757. Windows color (decimal): -4247284 or 799167. OLE color: 799167.

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

Color convert

RGB1914912-
CMYK00.740.940.25
HSL12.4º88.18%39.8%-
HSV(B)12.4º93.72%74.9%-
XYZ22.6513.31.72-
YUV87.2485.54202.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.79%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=75.79%
G=19.44%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191491200.740.940.2512.488.1839.8
HexBF31C04A5E19c5828
Octal27761140112136311413050
Binary1011111111000111000100101010111101100111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF310C; }

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

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

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

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

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

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

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

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