#bf2e0b

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

Shades of Harley Davidson Orange #BF2E0B

Tints of Harley Davidson Orange #BF2E0B

Color information

#BF2E0B (or 0xBF2E0B) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2E and 0B. RGB value is (191,46,11). Sum of RGB (Red+Green+Blue) = 191+46+11=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2E0B is #40D1F4. Grayscale: #555555. Windows color (decimal): -4248053 or 732863. OLE color: 732863.

HSL color Cylindrical-coordinate representation of color #BF2E0B: hue angle of 11.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 #BF2E0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1914611-
CMYK00.760.940.25
HSL11.67º89.11%39.61%-
HSV(B)11.67º94.24%74.9%-
XYZ22.5213.051.65-
YUV85.3686.04203.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=77.02%
G=18.55%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191461100.760.940.2511.6789.1139.61
HexBF2EB04C5E19c5928
Octal27756130114136311413150
Binary1011111110111010110100110010111101100111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2e0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2e0b; }

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

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

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

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

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

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

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

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