#BF1C0B

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

Shades of Harley Davidson Orange #BF1C0B

Tints of Harley Davidson Orange #BF1C0B

Color information

#BF1C0B (or 0xBF1C0B) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 1C and 0B. RGB value is (191,28,11). Sum of RGB (Red+Green+Blue) = 191+28+11=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1C0B is #40E3F4. Grayscale: #4B4B4B. Windows color (decimal): -4252661 or 728255. OLE color: 728255.

HSL color Cylindrical-coordinate representation of color #BF1C0B: hue angle of 5.67º degrees, saturation: 0.89, 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 #BF1C0B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1912811-
CMYK00.850.940.25
HSL5.67º89.11%39.61%-
HSV(B)5.67º94.24%74.9%-
XYZ21.9611.931.46-
YUV74.892210.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.04%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=83.04%
G=12.17%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191281100.850.940.255.6789.1139.61
HexBF1CB0555E1965928
Octal2773413012513631613150
Binary10111111111001011010101011011110110011101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C0B; }

 p { color: rgb(191,28,11); }

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

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

 a { background-color: rgb(191,28,11); }

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

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

 span { border-color: rgb(191,28,11); }

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