#BF2F00

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

Shades of Harley Davidson Orange #BF2F00

Tints of Harley Davidson Orange #BF2F00

Color information

#BF2F00 (or 0xBF2F00) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2F and 00. RGB value is (191,47,0). Sum of RGB (Red+Green+Blue) = 191+47+0=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2F00 is #40D0FF. Grayscale: #555555. Windows color (decimal): -4247808 or 12223. OLE color: 12223.

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

Color convert

RGB191470-
CMYK00.7510.25
HSL14.76º100%37.45%-
HSV(B)14.76º100%74.9%-
XYZ22.513.111.34-
YUV84.780.21203.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.25%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.25%
G=19.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19147000.7510.2514.7610037.45
HexBF2F004B6419f6425
Octal2775700113144311714445
Binary1011111110111100100101111001001100111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2F00; }

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

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

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

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

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

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

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

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