#BF290C

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

Shades of Harley Davidson Orange #BF290C

Tints of Harley Davidson Orange #BF290C

Color information

#BF290C (or 0xBF290C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 29 and 0C. RGB value is (191,41,12). Sum of RGB (Red+Green+Blue) = 191+41+12=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF290C is #40D6F3. Grayscale: #525252. Windows color (decimal): -4249332 or 797119. OLE color: 797119.

HSL color Cylindrical-coordinate representation of color #BF290C: hue angle of 9.72º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF290C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1914112-
CMYK00.790.940.25
HSL9.72º88.18%39.8%-
HSV(B)9.72º93.72%74.9%-
XYZ22.3512.691.62-
YUV82.5488.2205.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.28%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=78.28%
G=16.80%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191411200.790.940.259.7288.1839.8
HexBF29C04F5E19a5828
Octal27751140117136311213050
Binary1011111110100111000100111110111101100110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF290C; }

 p { color: rgb(191,41,12); }

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

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

 a { background-color: rgb(191,41,12); }

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

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

 span { border-color: rgb(191,41,12); }

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