#BF311E

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

Shades of Harley Davidson Orange #BF311E

Tints of Harley Davidson Orange #BF311E

Color information

#BF311E (or 0xBF311E) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 31 and 1E. RGB value is (191,49,30). Sum of RGB (Red+Green+Blue) = 191+49+30=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF311E is #40CEE1. Grayscale: #595959. Windows color (decimal): -4247266 or 1978815. OLE color: 1978815.

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

Color convert

RGB1914930-
CMYK00.740.840.25
HSL7.08º72.85%43.33%-
HSV(B)7.08º84.29%74.9%-
XYZ22.8213.372.61-
YUV89.2994.54200.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.74%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=70.74%
G=18.15%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191493000.740.840.257.0872.8543.33
HexBF311E04A54197492b
Octal2776136011212431711153
Binary1011111111000111110010010101010100110011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF311E; }

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

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

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

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

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

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

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

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