#BF2004

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

Shades of Harley Davidson Orange #BF2004

Tints of Harley Davidson Orange #BF2004

Color information

#BF2004 (or 0xBF2004) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 20 and 04. RGB value is (191,32,4). Sum of RGB (Red+Green+Blue) = 191+32+4=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2004 is #40DFFB. Grayscale: #4C4C4C. Windows color (decimal): -4251644 or 270527. OLE color: 270527.

HSL color Cylindrical-coordinate representation of color #BF2004: hue angle of 8.98º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF2004 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB191324-
CMYK00.830.980.25
HSL8.98º95.9%38.24%-
HSV(B)8.98º97.91%74.9%-
XYZ22.0212.121.29-
YUV76.3587.18209.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 84.14%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 4 (1.95% from 255) = 1.76%
R=84.14%
G=14.10%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19132400.830.980.258.9895.938.24
HexBF204053621996026
Octal2774040123142311114046
Binary101111111000001000101001111000101100110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2004; }

 p { color: rgb(191,32,4); }

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

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

 a { background-color: rgb(191,32,4); }

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

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

 span { border-color: rgb(191,32,4); }

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