Shades of Tapestry #BF6980
Tints of Tapestry #BF6980
RGB
CMYK
RGB Variations
Color information
#BF6980 (or 0xBF6980) is known color: Tapestry. HEX triplet: BF, 69 and 80. RGB value is (191,105,128). Sum of RGB (Red+Green+Blue) = 191+105+128=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6980 is #40967F. Grayscale: #858585. Windows color (decimal): -4232832 or 8415679. OLE color: 8415679.
HSL color Cylindrical-coordinate representation of color #BF6980: hue angle of 343.95º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6980 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 128 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.25 |
| HSL | 343.95º | 0.4% | 0.58% | - |
| HSV(B) | 343.95º | 0.45% | 0.75% | - |
| XYZ | 30.43 | 22.74 | 23.21 | - |
| YUV | 133.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 128 | 0 | 0.45 | 0.33 | 0.25 | 343.95 | 0.4 | 0.58 |
| Hex | BF | 69 | 80 | 0 | 2D | 21 | 19 | 158 | 28 | 3A |
| Octal | 277 | 151 | 200 | 0 | 55 | 41 | 31 | 530 | 50 | 72 |
| Binary | 10111111 | 1101001 | 10000000 | 0 | 101101 | 100001 | 11001 | 101011000 | 101000 | 111010 |
Color Harmonies of #BF6980
Complementary color
Monochromatic Colors of #BF6980
Black with #BF6980
Text Example
Text Example
White with #BF6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6980; }
p { color: rgb(191,105,128); }
H1.HeaderClassName
{
color: #BF6980;
}
.AnyTagClassName
{
color: #BF6980;
}
</style>
background-color css
<style>
a { background-color: #BF6980; }
a { background-color: rgb(191,105,128); }
div.DivClassName
{
background-color: #BF6980;
}
.BgClassName
{
background-color: #BF6980;
}
</style>
border-color css
<style>
span { border-color: #BF6980; }
span { border-color: rgb(191,105,128); }
td.TdClassName
{
border-color: #BF6980;
}
.TagClassName
{
border-color: #BF6980;
}
</style>