Shades of Tapestry #BF798F
Tints of Tapestry #BF798F
RGB
CMYK
RGB Variations
Color information
#BF798F (or 0xBF798F) is known color: Tapestry. HEX triplet: BF, 79 and 8F. RGB value is (191,121,143). Sum of RGB (Red+Green+Blue) = 191+121+143=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF798F is #408670. Grayscale: #909090. Windows color (decimal): -4228721 or 9402815. OLE color: 9402815.
HSL color Cylindrical-coordinate representation of color #BF798F: hue angle of 341.14º 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 #BF798F is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 143 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.25 |
| HSL | 341.14º | 0.35% | 0.61% | - |
| HSV(B) | 341.14º | 0.37% | 0.75% | - |
| XYZ | 33.28 | 26.73 | 29.39 | - |
| YUV | 144.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 143 | 0 | 0.37 | 0.25 | 0.25 | 341.14 | 0.35 | 0.61 |
| Hex | BF | 79 | 8F | 0 | 25 | 19 | 19 | 155 | 23 | 3D |
| Octal | 277 | 171 | 217 | 0 | 45 | 31 | 31 | 525 | 43 | 75 |
| Binary | 10111111 | 1111001 | 10001111 | 0 | 100101 | 11001 | 11001 | 101010101 | 100011 | 111101 |
Color Harmonies of #BF798F
Complementary color
Monochromatic Colors of #BF798F
Black with #BF798F
Text Example
Text Example
White with #BF798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF798F; }
p { color: rgb(191,121,143); }
H1.HeaderClassName
{
color: #BF798F;
}
.AnyTagClassName
{
color: #BF798F;
}
</style>
background-color css
<style>
a { background-color: #BF798F; }
a { background-color: rgb(191,121,143); }
div.DivClassName
{
background-color: #BF798F;
}
.BgClassName
{
background-color: #BF798F;
}
</style>
border-color css
<style>
span { border-color: #BF798F; }
span { border-color: rgb(191,121,143); }
td.TdClassName
{
border-color: #BF798F;
}
.TagClassName
{
border-color: #BF798F;
}
</style>