Shades of Tapestry #BF7981
Tints of Tapestry #BF7981
RGB
CMYK
RGB Variations
Color information
#BF7981 (or 0xBF7981) is known color: Tapestry. HEX triplet: BF, 79 and 81. RGB value is (191,121,129). Sum of RGB (Red+Green+Blue) = 191+121+129=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7981 is #40867E. Grayscale: #8E8E8E. Windows color (decimal): -4228735 or 8485311. OLE color: 8485311.
HSL color Cylindrical-coordinate representation of color #BF7981: hue angle of 353.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7981 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 129 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.25 |
| HSL | 353.14º | 0.35% | 0.61% | - |
| HSV(B) | 353.14º | 0.37% | 0.75% | - |
| XYZ | 32.29 | 26.34 | 24.15 | - |
| YUV | 142.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 129 | 0 | 0.37 | 0.32 | 0.25 | 353.14 | 0.35 | 0.61 |
| Hex | BF | 79 | 81 | 0 | 25 | 20 | 19 | 161 | 23 | 3D |
| Octal | 277 | 171 | 201 | 0 | 45 | 40 | 31 | 541 | 43 | 75 |
| Binary | 10111111 | 1111001 | 10000001 | 0 | 100101 | 100000 | 11001 | 101100001 | 100011 | 111101 |
Color Harmonies of #BF7981
Complementary color
Monochromatic Colors of #BF7981
Black with #BF7981
Text Example
Text Example
White with #BF7981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7981; }
p { color: rgb(191,121,129); }
H1.HeaderClassName
{
color: #BF7981;
}
.AnyTagClassName
{
color: #BF7981;
}
</style>
background-color css
<style>
a { background-color: #BF7981; }
a { background-color: rgb(191,121,129); }
div.DivClassName
{
background-color: #BF7981;
}
.BgClassName
{
background-color: #BF7981;
}
</style>
border-color css
<style>
span { border-color: #BF7981; }
span { border-color: rgb(191,121,129); }
td.TdClassName
{
border-color: #BF7981;
}
.TagClassName
{
border-color: #BF7981;
}
</style>