Shades of Tapestry #BF687C
Tints of Tapestry #BF687C
RGB
CMYK
RGB Variations
Color information
#BF687C (or 0xBF687C) is known color: Tapestry. HEX triplet: BF, 68 and 7C. RGB value is (191,104,124). Sum of RGB (Red+Green+Blue) = 191+104+124=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF687C is #409783. Grayscale: #848484. Windows color (decimal): -4233092 or 8153279. OLE color: 8153279.
HSL color Cylindrical-coordinate representation of color #BF687C: hue angle of 346.21º 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 #BF687C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 124 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.25 |
| HSL | 346.21º | 0.4% | 0.58% | - |
| HSV(B) | 346.21º | 0.46% | 0.75% | - |
| XYZ | 30.07 | 22.43 | 21.81 | - |
| YUV | 132.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 124 | 0 | 0.46 | 0.35 | 0.25 | 346.21 | 0.4 | 0.58 |
| Hex | BF | 68 | 7C | 0 | 2E | 23 | 19 | 15A | 28 | 3A |
| Octal | 277 | 150 | 174 | 0 | 56 | 43 | 31 | 532 | 50 | 72 |
| Binary | 10111111 | 1101000 | 1111100 | 0 | 101110 | 100011 | 11001 | 101011010 | 101000 | 111010 |
Color Harmonies of #BF687C
Complementary color
Monochromatic Colors of #BF687C
Black with #BF687C
Text Example
Text Example
White with #BF687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF687C; }
p { color: rgb(191,104,124); }
H1.HeaderClassName
{
color: #BF687C;
}
.AnyTagClassName
{
color: #BF687C;
}
</style>
background-color css
<style>
a { background-color: #BF687C; }
a { background-color: rgb(191,104,124); }
div.DivClassName
{
background-color: #BF687C;
}
.BgClassName
{
background-color: #BF687C;
}
</style>
border-color css
<style>
span { border-color: #BF687C; }
span { border-color: rgb(191,104,124); }
td.TdClassName
{
border-color: #BF687C;
}
.TagClassName
{
border-color: #BF687C;
}
</style>