#BF2700

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

Shades of Harley Davidson Orange #BF2700

Tints of Harley Davidson Orange #BF2700

Color information

#BF2700 (or 0xBF2700) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 27 and 00. RGB value is (191,39,0). Sum of RGB (Red+Green+Blue) = 191+39+0=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2700 is #40D8FF. Grayscale: #505050. Windows color (decimal): -4249856 or 10175. OLE color: 10175.

HSL color Cylindrical-coordinate representation of color #BF2700: hue angle of 12.25º 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 #BF2700 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191390-
CMYK00.8010.25
HSL12.25º100%37.45%-
HSV(B)12.25º100%74.9%-
XYZ22.2112.531.25-
YUV8082.86207.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.04%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.04%
G=16.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19139000.8010.2512.2510037.45
HexBF2700506419c6425
Octal2774700120144311414445
Binary1011111110011100101000011001001100111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2700; }

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

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

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

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

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

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

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

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