Shades of Tapestry #BF788D
Tints of Tapestry #BF788D
RGB
CMYK
RGB Variations
Color information
#BF788D (or 0xBF788D) is known color: Tapestry. HEX triplet: BF, 78 and 8D. RGB value is (191,120,141). Sum of RGB (Red+Green+Blue) = 191+120+141=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF788D is #408772. Grayscale: #8F8F8F. Windows color (decimal): -4228979 or 9271487. OLE color: 9271487.
HSL color Cylindrical-coordinate representation of color #BF788D: hue angle of 342.25º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF788D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 141 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.25 |
| HSL | 342.25º | 0.36% | 0.61% | - |
| HSV(B) | 342.25º | 0.37% | 0.75% | - |
| XYZ | 33.01 | 26.43 | 28.56 | - |
| YUV | 143.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 141 | 0 | 0.37 | 0.26 | 0.25 | 342.25 | 0.36 | 0.61 |
| Hex | BF | 78 | 8D | 0 | 25 | 1A | 19 | 156 | 24 | 3D |
| Octal | 277 | 170 | 215 | 0 | 45 | 32 | 31 | 526 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10001101 | 0 | 100101 | 11010 | 11001 | 101010110 | 100100 | 111101 |
Color Harmonies of #BF788D
Complementary color
Monochromatic Colors of #BF788D
Black with #BF788D
Text Example
Text Example
White with #BF788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF788D; }
p { color: rgb(191,120,141); }
H1.HeaderClassName
{
color: #BF788D;
}
.AnyTagClassName
{
color: #BF788D;
}
</style>
background-color css
<style>
a { background-color: #BF788D; }
a { background-color: rgb(191,120,141); }
div.DivClassName
{
background-color: #BF788D;
}
.BgClassName
{
background-color: #BF788D;
}
</style>
border-color css
<style>
span { border-color: #BF788D; }
span { border-color: rgb(191,120,141); }
td.TdClassName
{
border-color: #BF788D;
}
.TagClassName
{
border-color: #BF788D;
}
</style>