#BF3C1E

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

Shades of Harley Davidson Orange #BF3C1E

Tints of Harley Davidson Orange #BF3C1E

Color information

#BF3C1E (or 0xBF3C1E) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3C and 1E. RGB value is (191,60,30). Sum of RGB (Red+Green+Blue) = 191+60+30=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C1E is #40C3E1. Grayscale: #5F5F5F. Windows color (decimal): -4244450 or 1981631. OLE color: 1981631.

HSL color Cylindrical-coordinate representation of color #BF3C1E: hue angle of 11.18º 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 #BF3C1E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1916030-
CMYK00.690.840.25
HSL11.18º72.85%43.33%-
HSV(B)11.18º84.29%74.9%-
XYZ23.3414.42.78-
YUV95.7590.9195.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.97%
GREEN value IS 60 (23.83% from 255) = 21.35%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=67.97%
G=21.35%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191603000.690.840.2511.1872.8543.33
HexBF3C1E0455419b492b
Octal27774360105124311311153
Binary10111111111100111100100010110101001100110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C1E; }

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

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

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

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

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

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

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

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