#BF2002

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

Shades of Harley Davidson Orange #BF2002

Tints of Harley Davidson Orange #BF2002

Color information

#BF2002 (or 0xBF2002) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 20 and 02. RGB value is (191,32,2). Sum of RGB (Red+Green+Blue) = 191+32+2=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2002 is #40DFFD. Grayscale: #4C4C4C. Windows color (decimal): -4251646 or 139455. OLE color: 139455.

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

Color convert

RGB191322-
CMYK00.830.990.25
HSL9.52º97.93%37.84%-
HSV(B)9.52º98.95%74.9%-
XYZ22.0112.111.24-
YUV76.1286.18209.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 84.89%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=84.89%
G=14.22%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19132200.830.990.259.5297.9337.84
HexBF2020536319a6226
Octal2774020123143311214246
Binary10111111100000100101001111000111100110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2002; }

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

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

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

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

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

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

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

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