Shades of Tapestry #BF7884
Tints of Tapestry #BF7884
RGB
CMYK
RGB Variations
Color information
#BF7884 (or 0xBF7884) is known color: Tapestry. HEX triplet: BF, 78 and 84. RGB value is (191,120,132). Sum of RGB (Red+Green+Blue) = 191+120+132=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7884 is #40877B. Grayscale: #8E8E8E. Windows color (decimal): -4228988 or 8681663. OLE color: 8681663.
HSL color Cylindrical-coordinate representation of color #BF7884: hue angle of 349.86º degrees, saturation: 0.36, 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 #BF7884 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 132 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.25 |
| HSL | 349.86º | 0.36% | 0.61% | - |
| HSV(B) | 349.86º | 0.37% | 0.75% | - |
| XYZ | 32.37 | 26.18 | 25.18 | - |
| YUV | 142.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 132 | 0 | 0.37 | 0.31 | 0.25 | 349.86 | 0.36 | 0.61 |
| Hex | BF | 78 | 84 | 0 | 25 | 1F | 19 | 15E | 24 | 3D |
| Octal | 277 | 170 | 204 | 0 | 45 | 37 | 31 | 536 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10000100 | 0 | 100101 | 11111 | 11001 | 101011110 | 100100 | 111101 |
Color Harmonies of #BF7884
Complementary color
Monochromatic Colors of #BF7884
Black with #BF7884
Text Example
Text Example
White with #BF7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7884; }
p { color: rgb(191,120,132); }
H1.HeaderClassName
{
color: #BF7884;
}
.AnyTagClassName
{
color: #BF7884;
}
</style>
background-color css
<style>
a { background-color: #BF7884; }
a { background-color: rgb(191,120,132); }
div.DivClassName
{
background-color: #BF7884;
}
.BgClassName
{
background-color: #BF7884;
}
</style>
border-color css
<style>
span { border-color: #BF7884; }
span { border-color: rgb(191,120,132); }
td.TdClassName
{
border-color: #BF7884;
}
.TagClassName
{
border-color: #BF7884;
}
</style>