Shades of Tapestry #BF7087
Tints of Tapestry #BF7087
RGB
CMYK
RGB Variations
Color information
#BF7087 (or 0xBF7087) is known color: Tapestry. HEX triplet: BF, 70 and 87. RGB value is (191,112,135). Sum of RGB (Red+Green+Blue) = 191+112+135=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7087 is #408F78. Grayscale: #8A8A8A. Windows color (decimal): -4231033 or 8876223. OLE color: 8876223.
HSL color Cylindrical-coordinate representation of color #BF7087: hue angle of 342.53º 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 #BF7087 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 135 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.25 |
| HSL | 342.53º | 0.38% | 0.59% | - |
| HSV(B) | 342.53º | 0.41% | 0.75% | - |
| XYZ | 31.65 | 24.41 | 25.97 | - |
| YUV | 138.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 135 | 0 | 0.41 | 0.29 | 0.25 | 342.53 | 0.38 | 0.59 |
| Hex | BF | 70 | 87 | 0 | 29 | 1D | 19 | 157 | 26 | 3B |
| Octal | 277 | 160 | 207 | 0 | 51 | 35 | 31 | 527 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10000111 | 0 | 101001 | 11101 | 11001 | 101010111 | 100110 | 111011 |
Color Harmonies of #BF7087
Complementary color
Monochromatic Colors of #BF7087
Black with #BF7087
Text Example
Text Example
White with #BF7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7087; }
p { color: rgb(191,112,135); }
H1.HeaderClassName
{
color: #BF7087;
}
.AnyTagClassName
{
color: #BF7087;
}
</style>
background-color css
<style>
a { background-color: #BF7087; }
a { background-color: rgb(191,112,135); }
div.DivClassName
{
background-color: #BF7087;
}
.BgClassName
{
background-color: #BF7087;
}
</style>
border-color css
<style>
span { border-color: #BF7087; }
span { border-color: rgb(191,112,135); }
td.TdClassName
{
border-color: #BF7087;
}
.TagClassName
{
border-color: #BF7087;
}
</style>