Shades of Tapestry #BF768B
Tints of Tapestry #BF768B
RGB
CMYK
RGB Variations
Color information
#BF768B (or 0xBF768B) is known color: Tapestry. HEX triplet: BF, 76 and 8B. RGB value is (191,118,139). Sum of RGB (Red+Green+Blue) = 191+118+139=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768B is #408974. Grayscale: #8E8E8E. Windows color (decimal): -4229493 or 9139903. OLE color: 9139903.
HSL color Cylindrical-coordinate representation of color #BF768B: hue angle of 342.74º 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 #BF768B is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 139 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.25 |
| HSL | 342.74º | 0.36% | 0.61% | - |
| HSV(B) | 342.74º | 0.38% | 0.75% | - |
| XYZ | 32.62 | 25.9 | 27.71 | - |
| YUV | 142.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 139 | 0 | 0.38 | 0.27 | 0.25 | 342.74 | 0.36 | 0.61 |
| Hex | BF | 76 | 8B | 0 | 26 | 1B | 19 | 157 | 24 | 3D |
| Octal | 277 | 166 | 213 | 0 | 46 | 33 | 31 | 527 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10001011 | 0 | 100110 | 11011 | 11001 | 101010111 | 100100 | 111101 |
Color Harmonies of #BF768B
Complementary color
Monochromatic Colors of #BF768B
Black with #BF768B
Text Example
Text Example
White with #BF768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF768B; }
p { color: rgb(191,118,139); }
H1.HeaderClassName
{
color: #BF768B;
}
.AnyTagClassName
{
color: #BF768B;
}
</style>
background-color css
<style>
a { background-color: #BF768B; }
a { background-color: rgb(191,118,139); }
div.DivClassName
{
background-color: #BF768B;
}
.BgClassName
{
background-color: #BF768B;
}
</style>
border-color css
<style>
span { border-color: #BF768B; }
span { border-color: rgb(191,118,139); }
td.TdClassName
{
border-color: #BF768B;
}
.TagClassName
{
border-color: #BF768B;
}
</style>