Shades of Tapestry #BF767C
Tints of Tapestry #BF767C
RGB
CMYK
RGB Variations
Color information
#BF767C (or 0xBF767C) is known color: Tapestry. HEX triplet: BF, 76 and 7C. RGB value is (191,118,124). Sum of RGB (Red+Green+Blue) = 191+118+124=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF767C is #408983. Grayscale: #8C8C8C. Windows color (decimal): -4229508 or 8156863. OLE color: 8156863.
HSL color Cylindrical-coordinate representation of color #BF767C: hue angle of 355.07º 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 #BF767C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 124 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.25 |
| HSL | 355.07º | 0.36% | 0.61% | - |
| HSV(B) | 355.07º | 0.38% | 0.75% | - |
| XYZ | 31.6 | 25.49 | 22.32 | - |
| YUV | 140.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 124 | 0 | 0.38 | 0.35 | 0.25 | 355.07 | 0.36 | 0.61 |
| Hex | BF | 76 | 7C | 0 | 26 | 23 | 19 | 163 | 24 | 3D |
| Octal | 277 | 166 | 174 | 0 | 46 | 43 | 31 | 543 | 44 | 75 |
| Binary | 10111111 | 1110110 | 1111100 | 0 | 100110 | 100011 | 11001 | 101100011 | 100100 | 111101 |
Color Harmonies of #BF767C
Complementary color
Monochromatic Colors of #BF767C
Black with #BF767C
Text Example
Text Example
White with #BF767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF767C; }
p { color: rgb(191,118,124); }
H1.HeaderClassName
{
color: #BF767C;
}
.AnyTagClassName
{
color: #BF767C;
}
</style>
background-color css
<style>
a { background-color: #BF767C; }
a { background-color: rgb(191,118,124); }
div.DivClassName
{
background-color: #BF767C;
}
.BgClassName
{
background-color: #BF767C;
}
</style>
border-color css
<style>
span { border-color: #BF767C; }
span { border-color: rgb(191,118,124); }
td.TdClassName
{
border-color: #BF767C;
}
.TagClassName
{
border-color: #BF767C;
}
</style>