Shades of Tapestry #BF718B
Tints of Tapestry #BF718B
RGB
CMYK
RGB Variations
Color information
#BF718B (or 0xBF718B) is known color: Tapestry. HEX triplet: BF, 71 and 8B. RGB value is (191,113,139). Sum of RGB (Red+Green+Blue) = 191+113+139=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF718B is #408E74. Grayscale: #8B8B8B. Windows color (decimal): -4230773 or 9138623. OLE color: 9138623.
HSL color Cylindrical-coordinate representation of color #BF718B: hue angle of 340º 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 #BF718B is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 139 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.25 |
| HSL | 340º | 0.38% | 0.6% | - |
| HSV(B) | 340º | 0.41% | 0.75% | - |
| XYZ | 32.05 | 24.75 | 27.51 | - |
| YUV | 139.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 139 | 0 | 0.41 | 0.27 | 0.25 | 340 | 0.38 | 0.6 |
| Hex | BF | 71 | 8B | 0 | 29 | 1B | 19 | 154 | 26 | 3C |
| Octal | 277 | 161 | 213 | 0 | 51 | 33 | 31 | 524 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10001011 | 0 | 101001 | 11011 | 11001 | 101010100 | 100110 | 111100 |
Color Harmonies of #BF718B
Complementary color
Monochromatic Colors of #BF718B
Black with #BF718B
Text Example
Text Example
White with #BF718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF718B; }
p { color: rgb(191,113,139); }
H1.HeaderClassName
{
color: #BF718B;
}
.AnyTagClassName
{
color: #BF718B;
}
</style>
background-color css
<style>
a { background-color: #BF718B; }
a { background-color: rgb(191,113,139); }
div.DivClassName
{
background-color: #BF718B;
}
.BgClassName
{
background-color: #BF718B;
}
</style>
border-color css
<style>
span { border-color: #BF718B; }
span { border-color: rgb(191,113,139); }
td.TdClassName
{
border-color: #BF718B;
}
.TagClassName
{
border-color: #BF718B;
}
</style>