#BF321A

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

Shades of Harley Davidson Orange #BF321A

Tints of Harley Davidson Orange #BF321A

Color information

#BF321A (or 0xBF321A) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 32 and 1A. RGB value is (191,50,26). Sum of RGB (Red+Green+Blue) = 191+50+26=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF321A is #40CDE5. Grayscale: #595959. Windows color (decimal): -4247014 or 1716927. OLE color: 1716927.

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

Color convert

RGB1915026-
CMYK00.740.860.25
HSL8.73º76.04%42.55%-
HSV(B)8.73º86.39%74.9%-
XYZ22.8113.432.37-
YUV89.4292.21200.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=71.54%
G=18.73%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191502600.740.860.258.7376.0442.55
HexBF321A04A561994c2b
Octal27762320112126311111453
Binary10111111110010110100100101010101101100110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF321A; }

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

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

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

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

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

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

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

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