#BF2A00

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

Shades of Harley Davidson Orange #BF2A00

Tints of Harley Davidson Orange #BF2A00

Color information

#BF2A00 (or 0xBF2A00) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2A and 00. RGB value is (191,42,0). Sum of RGB (Red+Green+Blue) = 191+42+0=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A00 is #40D5FF. Grayscale: #525252. Windows color (decimal): -4249088 or 10943. OLE color: 10943.

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

Color convert

RGB191420-
CMYK00.7810.25
HSL13.19º100%37.45%-
HSV(B)13.19º100%74.9%-
XYZ22.3112.731.28-
YUV81.7681.86205.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.97%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.97%
G=18.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19142000.7810.2513.1910037.45
HexBF2A004E6419d6425
Octal2775200116144311514445
Binary1011111110101000100111011001001100111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A00; }

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

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

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

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

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

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

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

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