Shades of Tapestry #BF788E
Tints of Tapestry #BF788E
RGB
CMYK
RGB Variations
Color information
#BF788E (or 0xBF788E) is known color: Tapestry. HEX triplet: BF, 78 and 8E. RGB value is (191,120,142). Sum of RGB (Red+Green+Blue) = 191+120+142=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF788E is #408771. Grayscale: #8F8F8F. Windows color (decimal): -4228978 or 9337023. OLE color: 9337023.
HSL color Cylindrical-coordinate representation of color #BF788E: hue angle of 341.41º 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 #BF788E is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 142 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.25 |
| HSL | 341.41º | 0.36% | 0.61% | - |
| HSV(B) | 341.41º | 0.37% | 0.75% | - |
| XYZ | 33.08 | 26.46 | 28.96 | - |
| YUV | 143.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 142 | 0 | 0.37 | 0.26 | 0.25 | 341.41 | 0.36 | 0.61 |
| Hex | BF | 78 | 8E | 0 | 25 | 1A | 19 | 155 | 24 | 3D |
| Octal | 277 | 170 | 216 | 0 | 45 | 32 | 31 | 525 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10001110 | 0 | 100101 | 11010 | 11001 | 101010101 | 100100 | 111101 |
Color Harmonies of #BF788E
Complementary color
Monochromatic Colors of #BF788E
Black with #BF788E
Text Example
Text Example
White with #BF788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF788E; }
p { color: rgb(191,120,142); }
H1.HeaderClassName
{
color: #BF788E;
}
.AnyTagClassName
{
color: #BF788E;
}
</style>
background-color css
<style>
a { background-color: #BF788E; }
a { background-color: rgb(191,120,142); }
div.DivClassName
{
background-color: #BF788E;
}
.BgClassName
{
background-color: #BF788E;
}
</style>
border-color css
<style>
span { border-color: #BF788E; }
span { border-color: rgb(191,120,142); }
td.TdClassName
{
border-color: #BF788E;
}
.TagClassName
{
border-color: #BF788E;
}
</style>