#bf321c

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

Shades of Harley Davidson Orange #BF321C

Tints of Harley Davidson Orange #BF321C

Color information

#BF321C (or 0xBF321C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 32 and 1C. RGB value is (191,50,28). Sum of RGB (Red+Green+Blue) = 191+50+28=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF321C is #40CDE3. Grayscale: #595959. Windows color (decimal): -4247012 or 1847999. OLE color: 1847999.

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

Color convert

RGB1915028-
CMYK00.740.850.25
HSL8.1º74.43%42.94%-
HSV(B)8.1º85.34%74.9%-
XYZ22.8413.442.49-
YUV89.6593.21200.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 28 (11.33% from 255) = 10.41%
R=71.00%
G=18.59%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191502800.740.850.258.174.4342.94
HexBF321C04A551984a2b
Octal27762340112125311011253
Binary10111111110010111000100101010101011100110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf321c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf321c; }

 p { color: rgb(191,50,28); }

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

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

 a { background-color: rgb(191,50,28); }

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

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

 span { border-color: rgb(191,50,28); }

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