#BF2000

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

Shades of Harley Davidson Orange #BF2000

Tints of Harley Davidson Orange #BF2000

Color information

#BF2000 (or 0xBF2000) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 20 and 00. RGB value is (191,32,0). Sum of RGB (Red+Green+Blue) = 191+32+0=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2000 is #40DFFF. Grayscale: #4C4C4C. Windows color (decimal): -4251648 or 8383. OLE color: 8383.

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

Color convert

RGB191320-
CMYK00.8310.25
HSL10.05º100%37.45%-
HSV(B)10.05º100%74.9%-
XYZ2212.111.18-
YUV75.8985.18210.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 85.65%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.65%
G=14.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19132000.8310.2510.0510037.45
HexBF2000536419a6425
Octal2774000123144311214445
Binary1011111110000000101001111001001100110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2000; }

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

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

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

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

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

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

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

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