Shades of Tapestry #BF768D
Tints of Tapestry #BF768D
RGB
CMYK
RGB Variations
Color information
#BF768D (or 0xBF768D) is known color: Tapestry. HEX triplet: BF, 76 and 8D. RGB value is (191,118,141). Sum of RGB (Red+Green+Blue) = 191+118+141=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768D is #408972. Grayscale: #8E8E8E. Windows color (decimal): -4229491 or 9270975. OLE color: 9270975.
HSL color Cylindrical-coordinate representation of color #BF768D: hue angle of 341.1º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF768D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 141 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.25 |
| HSL | 341.1º | 0.36% | 0.61% | - |
| HSV(B) | 341.1º | 0.38% | 0.75% | - |
| XYZ | 32.77 | 25.96 | 28.48 | - |
| YUV | 142.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 141 | 0 | 0.38 | 0.26 | 0.25 | 341.1 | 0.36 | 0.61 |
| Hex | BF | 76 | 8D | 0 | 26 | 1A | 19 | 155 | 24 | 3D |
| Octal | 277 | 166 | 215 | 0 | 46 | 32 | 31 | 525 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10001101 | 0 | 100110 | 11010 | 11001 | 101010101 | 100100 | 111101 |
Color Harmonies of #BF768D
Complementary color
Monochromatic Colors of #BF768D
Black with #BF768D
Text Example
Text Example
White with #BF768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF768D; }
p { color: rgb(191,118,141); }
H1.HeaderClassName
{
color: #BF768D;
}
.AnyTagClassName
{
color: #BF768D;
}
</style>
background-color css
<style>
a { background-color: #BF768D; }
a { background-color: rgb(191,118,141); }
div.DivClassName
{
background-color: #BF768D;
}
.BgClassName
{
background-color: #BF768D;
}
</style>
border-color css
<style>
span { border-color: #BF768D; }
span { border-color: rgb(191,118,141); }
td.TdClassName
{
border-color: #BF768D;
}
.TagClassName
{
border-color: #BF768D;
}
</style>