Shades of Tapestry #BF7789
Tints of Tapestry #BF7789
RGB
CMYK
RGB Variations
Color information
#BF7789 (or 0xBF7789) is known color: Tapestry. HEX triplet: BF, 77 and 89. RGB value is (191,119,137). Sum of RGB (Red+Green+Blue) = 191+119+137=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7789 is #408876. Grayscale: #8E8E8E. Windows color (decimal): -4229239 or 9009087. OLE color: 9009087.
HSL color Cylindrical-coordinate representation of color #BF7789: hue angle of 345º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7789 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 137 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.25 |
| HSL | 345º | 0.36% | 0.61% | - |
| HSV(B) | 345º | 0.38% | 0.75% | - |
| XYZ | 32.6 | 26.08 | 26.98 | - |
| YUV | 142.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 137 | 0 | 0.38 | 0.28 | 0.25 | 345 | 0.36 | 0.61 |
| Hex | BF | 77 | 89 | 0 | 26 | 1C | 19 | 159 | 24 | 3D |
| Octal | 277 | 167 | 211 | 0 | 46 | 34 | 31 | 531 | 44 | 75 |
| Binary | 10111111 | 1110111 | 10001001 | 0 | 100110 | 11100 | 11001 | 101011001 | 100100 | 111101 |
Color Harmonies of #BF7789
Complementary color
Monochromatic Colors of #BF7789
Black with #BF7789
Text Example
Text Example
White with #BF7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7789; }
p { color: rgb(191,119,137); }
H1.HeaderClassName
{
color: #BF7789;
}
.AnyTagClassName
{
color: #BF7789;
}
</style>
background-color css
<style>
a { background-color: #BF7789; }
a { background-color: rgb(191,119,137); }
div.DivClassName
{
background-color: #BF7789;
}
.BgClassName
{
background-color: #BF7789;
}
</style>
border-color css
<style>
span { border-color: #BF7789; }
span { border-color: rgb(191,119,137); }
td.TdClassName
{
border-color: #BF7789;
}
.TagClassName
{
border-color: #BF7789;
}
</style>