Shades of Tapestry #BF7986
Tints of Tapestry #BF7986
RGB
CMYK
RGB Variations
Color information
#BF7986 (or 0xBF7986) is known color: Tapestry. HEX triplet: BF, 79 and 86. RGB value is (191,121,134). Sum of RGB (Red+Green+Blue) = 191+121+134=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7986 is #408679. Grayscale: #8F8F8F. Windows color (decimal): -4228730 or 8812991. OLE color: 8812991.
HSL color Cylindrical-coordinate representation of color #BF7986: hue angle of 348.86º 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 #BF7986 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 134 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.25 |
| HSL | 348.86º | 0.35% | 0.61% | - |
| HSV(B) | 348.86º | 0.37% | 0.75% | - |
| XYZ | 32.63 | 26.47 | 25.94 | - |
| YUV | 143.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 134 | 0 | 0.37 | 0.30 | 0.25 | 348.86 | 0.35 | 0.61 |
| Hex | BF | 79 | 86 | 0 | 25 | 1E | 19 | 15D | 23 | 3D |
| Octal | 277 | 171 | 206 | 0 | 45 | 36 | 31 | 535 | 43 | 75 |
| Binary | 10111111 | 1111001 | 10000110 | 0 | 100101 | 11110 | 11001 | 101011101 | 100011 | 111101 |
Color Harmonies of #BF7986
Complementary color
Monochromatic Colors of #BF7986
Black with #BF7986
Text Example
Text Example
White with #BF7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7986; }
p { color: rgb(191,121,134); }
H1.HeaderClassName
{
color: #BF7986;
}
.AnyTagClassName
{
color: #BF7986;
}
</style>
background-color css
<style>
a { background-color: #BF7986; }
a { background-color: rgb(191,121,134); }
div.DivClassName
{
background-color: #BF7986;
}
.BgClassName
{
background-color: #BF7986;
}
</style>
border-color css
<style>
span { border-color: #BF7986; }
span { border-color: rgb(191,121,134); }
td.TdClassName
{
border-color: #BF7986;
}
.TagClassName
{
border-color: #BF7986;
}
</style>