Shades of Tapestry #BF6F89
Tints of Tapestry #BF6F89
RGB
CMYK
RGB Variations
Color information
#BF6F89 (or 0xBF6F89) is known color: Tapestry. HEX triplet: BF, 6F and 89. RGB value is (191,111,137). Sum of RGB (Red+Green+Blue) = 191+111+137=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F89 is #409076. Grayscale: #898989. Windows color (decimal): -4231287 or 9007039. OLE color: 9007039.
HSL color Cylindrical-coordinate representation of color #BF6F89: hue angle of 340.5º degrees, saturation: 0.38, 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 #BF6F89 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 137 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.25 |
| HSL | 340.5º | 0.38% | 0.59% | - |
| HSV(B) | 340.5º | 0.42% | 0.75% | - |
| XYZ | 31.69 | 24.25 | 26.68 | - |
| YUV | 137.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 137 | 0 | 0.42 | 0.28 | 0.25 | 340.5 | 0.38 | 0.59 |
| Hex | BF | 6F | 89 | 0 | 2A | 1C | 19 | 154 | 26 | 3B |
| Octal | 277 | 157 | 211 | 0 | 52 | 34 | 31 | 524 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10001001 | 0 | 101010 | 11100 | 11001 | 101010100 | 100110 | 111011 |
Color Harmonies of #BF6F89
Complementary color
Monochromatic Colors of #BF6F89
Black with #BF6F89
Text Example
Text Example
White with #BF6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F89; }
p { color: rgb(191,111,137); }
H1.HeaderClassName
{
color: #BF6F89;
}
.AnyTagClassName
{
color: #BF6F89;
}
</style>
background-color css
<style>
a { background-color: #BF6F89; }
a { background-color: rgb(191,111,137); }
div.DivClassName
{
background-color: #BF6F89;
}
.BgClassName
{
background-color: #BF6F89;
}
</style>
border-color css
<style>
span { border-color: #BF6F89; }
span { border-color: rgb(191,111,137); }
td.TdClassName
{
border-color: #BF6F89;
}
.TagClassName
{
border-color: #BF6F89;
}
</style>