Shades of Tapestry #BF687A
Tints of Tapestry #BF687A
RGB
CMYK
RGB Variations
Color information
#BF687A (or 0xBF687A) is known color: Tapestry. HEX triplet: BF, 68 and 7A. RGB value is (191,104,122). Sum of RGB (Red+Green+Blue) = 191+104+122=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF687A is #409785. Grayscale: #848484. Windows color (decimal): -4233094 or 8022207. OLE color: 8022207.
HSL color Cylindrical-coordinate representation of color #BF687A: hue angle of 347.59º 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 #BF687A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 122 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.25 |
| HSL | 347.59º | 0.4% | 0.58% | - |
| HSV(B) | 347.59º | 0.46% | 0.75% | - |
| XYZ | 29.95 | 22.38 | 21.15 | - |
| YUV | 132.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 122 | 0 | 0.46 | 0.36 | 0.25 | 347.59 | 0.4 | 0.58 |
| Hex | BF | 68 | 7A | 0 | 2E | 24 | 19 | 15C | 28 | 3A |
| Octal | 277 | 150 | 172 | 0 | 56 | 44 | 31 | 534 | 50 | 72 |
| Binary | 10111111 | 1101000 | 1111010 | 0 | 101110 | 100100 | 11001 | 101011100 | 101000 | 111010 |
Color Harmonies of #BF687A
Complementary color
Monochromatic Colors of #BF687A
Black with #BF687A
Text Example
Text Example
White with #BF687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF687A; }
p { color: rgb(191,104,122); }
H1.HeaderClassName
{
color: #BF687A;
}
.AnyTagClassName
{
color: #BF687A;
}
</style>
background-color css
<style>
a { background-color: #BF687A; }
a { background-color: rgb(191,104,122); }
div.DivClassName
{
background-color: #BF687A;
}
.BgClassName
{
background-color: #BF687A;
}
</style>
border-color css
<style>
span { border-color: #BF687A; }
span { border-color: rgb(191,104,122); }
td.TdClassName
{
border-color: #BF687A;
}
.TagClassName
{
border-color: #BF687A;
}
</style>