Shades of Tapestry #BF718D
Tints of Tapestry #BF718D
RGB
CMYK
RGB Variations
Color information
#BF718D (or 0xBF718D) is known color: Tapestry. HEX triplet: BF, 71 and 8D. RGB value is (191,113,141). Sum of RGB (Red+Green+Blue) = 191+113+141=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF718D is #408E72. Grayscale: #8B8B8B. Windows color (decimal): -4230771 or 9269695. OLE color: 9269695.
HSL color Cylindrical-coordinate representation of color #BF718D: hue angle of 338.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF718D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 141 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.25 |
| HSL | 338.46º | 0.38% | 0.6% | - |
| HSV(B) | 338.46º | 0.41% | 0.75% | - |
| XYZ | 32.2 | 24.81 | 28.29 | - |
| YUV | 139.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 141 | 0 | 0.41 | 0.26 | 0.25 | 338.46 | 0.38 | 0.6 |
| Hex | BF | 71 | 8D | 0 | 29 | 1A | 19 | 152 | 26 | 3C |
| Octal | 277 | 161 | 215 | 0 | 51 | 32 | 31 | 522 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10001101 | 0 | 101001 | 11010 | 11001 | 101010010 | 100110 | 111100 |
Color Harmonies of #BF718D
Complementary color
Monochromatic Colors of #BF718D
Black with #BF718D
Text Example
Text Example
White with #BF718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF718D; }
p { color: rgb(191,113,141); }
H1.HeaderClassName
{
color: #BF718D;
}
.AnyTagClassName
{
color: #BF718D;
}
</style>
background-color css
<style>
a { background-color: #BF718D; }
a { background-color: rgb(191,113,141); }
div.DivClassName
{
background-color: #BF718D;
}
.BgClassName
{
background-color: #BF718D;
}
</style>
border-color css
<style>
span { border-color: #BF718D; }
span { border-color: rgb(191,113,141); }
td.TdClassName
{
border-color: #BF718D;
}
.TagClassName
{
border-color: #BF718D;
}
</style>