Shades of Tapestry #BF7080
Tints of Tapestry #BF7080
RGB
CMYK
RGB Variations
Color information
#BF7080 (or 0xBF7080) is known color: Tapestry. HEX triplet: BF, 70 and 80. RGB value is (191,112,128). Sum of RGB (Red+Green+Blue) = 191+112+128=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7080 is #408F7F. Grayscale: #898989. Windows color (decimal): -4231040 or 8417471. OLE color: 8417471.
HSL color Cylindrical-coordinate representation of color #BF7080: hue angle of 347.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7080 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 128 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.25 |
| HSL | 347.85º | 0.38% | 0.59% | - |
| HSV(B) | 347.85º | 0.41% | 0.75% | - |
| XYZ | 31.18 | 24.22 | 23.45 | - |
| YUV | 137.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 128 | 0 | 0.41 | 0.33 | 0.25 | 347.85 | 0.38 | 0.59 |
| Hex | BF | 70 | 80 | 0 | 29 | 21 | 19 | 15C | 26 | 3B |
| Octal | 277 | 160 | 200 | 0 | 51 | 41 | 31 | 534 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10000000 | 0 | 101001 | 100001 | 11001 | 101011100 | 100110 | 111011 |
Color Harmonies of #BF7080
Complementary color
Monochromatic Colors of #BF7080
Black with #BF7080
Text Example
Text Example
White with #BF7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7080; }
p { color: rgb(191,112,128); }
H1.HeaderClassName
{
color: #BF7080;
}
.AnyTagClassName
{
color: #BF7080;
}
</style>
background-color css
<style>
a { background-color: #BF7080; }
a { background-color: rgb(191,112,128); }
div.DivClassName
{
background-color: #BF7080;
}
.BgClassName
{
background-color: #BF7080;
}
</style>
border-color css
<style>
span { border-color: #BF7080; }
span { border-color: rgb(191,112,128); }
td.TdClassName
{
border-color: #BF7080;
}
.TagClassName
{
border-color: #BF7080;
}
</style>