Shades of Tapestry #BF6E89
Tints of Tapestry #BF6E89
RGB
CMYK
RGB Variations
Color information
#BF6E89 (or 0xBF6E89) is known color: Tapestry. HEX triplet: BF, 6E and 89. RGB value is (191,110,137). Sum of RGB (Red+Green+Blue) = 191+110+137=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6E89 is #409176. Grayscale: #898989. Windows color (decimal): -4231543 or 9006783. OLE color: 9006783.
HSL color Cylindrical-coordinate representation of color #BF6E89: hue angle of 340º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6E89 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 137 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.25 |
| HSL | 340º | 0.39% | 0.59% | - |
| HSV(B) | 340º | 0.42% | 0.75% | - |
| XYZ | 31.58 | 24.03 | 26.64 | - |
| YUV | 137.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 137 | 0 | 0.42 | 0.28 | 0.25 | 340 | 0.39 | 0.59 |
| Hex | BF | 6E | 89 | 0 | 2A | 1C | 19 | 154 | 27 | 3B |
| Octal | 277 | 156 | 211 | 0 | 52 | 34 | 31 | 524 | 47 | 73 |
| Binary | 10111111 | 1101110 | 10001001 | 0 | 101010 | 11100 | 11001 | 101010100 | 100111 | 111011 |
Color Harmonies of #BF6E89
Complementary color
Monochromatic Colors of #BF6E89
Black with #BF6E89
Text Example
Text Example
White with #BF6E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E89; }
p { color: rgb(191,110,137); }
H1.HeaderClassName
{
color: #BF6E89;
}
.AnyTagClassName
{
color: #BF6E89;
}
</style>
background-color css
<style>
a { background-color: #BF6E89; }
a { background-color: rgb(191,110,137); }
div.DivClassName
{
background-color: #BF6E89;
}
.BgClassName
{
background-color: #BF6E89;
}
</style>
border-color css
<style>
span { border-color: #BF6E89; }
span { border-color: rgb(191,110,137); }
td.TdClassName
{
border-color: #BF6E89;
}
.TagClassName
{
border-color: #BF6E89;
}
</style>