Shades of Tapestry #BF687F
Tints of Tapestry #BF687F
RGB
CMYK
RGB Variations
Color information
#BF687F (or 0xBF687F) is known color: Tapestry. HEX triplet: BF, 68 and 7F. RGB value is (191,104,127). Sum of RGB (Red+Green+Blue) = 191+104+127=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF687F is #409780. Grayscale: #848484. Windows color (decimal): -4233089 or 8349887. OLE color: 8349887.
HSL color Cylindrical-coordinate representation of color #BF687F: hue angle of 344.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF687F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 127 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.25 |
| HSL | 344.14º | 0.4% | 0.58% | - |
| HSV(B) | 344.14º | 0.46% | 0.75% | - |
| XYZ | 30.27 | 22.51 | 22.83 | - |
| YUV | 132.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 127 | 0 | 0.46 | 0.34 | 0.25 | 344.14 | 0.4 | 0.58 |
| Hex | BF | 68 | 7F | 0 | 2E | 22 | 19 | 158 | 28 | 3A |
| Octal | 277 | 150 | 177 | 0 | 56 | 42 | 31 | 530 | 50 | 72 |
| Binary | 10111111 | 1101000 | 1111111 | 0 | 101110 | 100010 | 11001 | 101011000 | 101000 | 111010 |
Color Harmonies of #BF687F
Complementary color
Monochromatic Colors of #BF687F
Black with #BF687F
Text Example
Text Example
White with #BF687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF687F; }
p { color: rgb(191,104,127); }
H1.HeaderClassName
{
color: #BF687F;
}
.AnyTagClassName
{
color: #BF687F;
}
</style>
background-color css
<style>
a { background-color: #BF687F; }
a { background-color: rgb(191,104,127); }
div.DivClassName
{
background-color: #BF687F;
}
.BgClassName
{
background-color: #BF687F;
}
</style>
border-color css
<style>
span { border-color: #BF687F; }
span { border-color: rgb(191,104,127); }
td.TdClassName
{
border-color: #BF687F;
}
.TagClassName
{
border-color: #BF687F;
}
</style>