Shades of Tapestry #BF768E
Tints of Tapestry #BF768E
RGB
CMYK
RGB Variations
Color information
#BF768E (or 0xBF768E) is known color: Tapestry. HEX triplet: BF, 76 and 8E. RGB value is (191,118,142). Sum of RGB (Red+Green+Blue) = 191+118+142=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768E is #408971. Grayscale: #8E8E8E. Windows color (decimal): -4229490 or 9336511. OLE color: 9336511.
HSL color Cylindrical-coordinate representation of color #BF768E: hue angle of 340.27º 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 #BF768E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 142 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.25 |
| HSL | 340.27º | 0.36% | 0.61% | - |
| HSV(B) | 340.27º | 0.38% | 0.75% | - |
| XYZ | 32.85 | 25.99 | 28.88 | - |
| YUV | 142.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 142 | 0 | 0.38 | 0.26 | 0.25 | 340.27 | 0.36 | 0.61 |
| Hex | BF | 76 | 8E | 0 | 26 | 1A | 19 | 154 | 24 | 3D |
| Octal | 277 | 166 | 216 | 0 | 46 | 32 | 31 | 524 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10001110 | 0 | 100110 | 11010 | 11001 | 101010100 | 100100 | 111101 |
Color Harmonies of #BF768E
Complementary color
Monochromatic Colors of #BF768E
Black with #BF768E
Text Example
Text Example
White with #BF768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF768E; }
p { color: rgb(191,118,142); }
H1.HeaderClassName
{
color: #BF768E;
}
.AnyTagClassName
{
color: #BF768E;
}
</style>
background-color css
<style>
a { background-color: #BF768E; }
a { background-color: rgb(191,118,142); }
div.DivClassName
{
background-color: #BF768E;
}
.BgClassName
{
background-color: #BF768E;
}
</style>
border-color css
<style>
span { border-color: #BF768E; }
span { border-color: rgb(191,118,142); }
td.TdClassName
{
border-color: #BF768E;
}
.TagClassName
{
border-color: #BF768E;
}
</style>