Shades of Tapestry #B8788D
Tints of Tapestry #B8788D
RGB
CMYK
RGB Variations
Color information
#B8788D (or 0xB8788D) is known color: Tapestry. HEX triplet: B8, 78 and 8D. RGB value is (184,120,141). Sum of RGB (Red+Green+Blue) = 184+120+141=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8788D is #478772. Grayscale: #8D8D8D. Windows color (decimal): -4687731 or 9271480. OLE color: 9271480.
HSL color Cylindrical-coordinate representation of color #B8788D: hue angle of 340.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8788D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 141 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.28 |
| HSL | 340.31º | 0.31% | 0.6% | - |
| HSV(B) | 340.31º | 0.35% | 0.72% | - |
| XYZ | 31.29 | 25.55 | 28.48 | - |
| YUV | 141.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 141 | 0 | 0.35 | 0.23 | 0.28 | 340.31 | 0.31 | 0.6 |
| Hex | B8 | 78 | 8D | 0 | 23 | 17 | 1C | 154 | 1F | 3C |
| Octal | 270 | 170 | 215 | 0 | 43 | 27 | 34 | 524 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10001101 | 0 | 100011 | 10111 | 11100 | 101010100 | 11111 | 111100 |
Color Harmonies of #B8788D
Complementary color
Monochromatic Colors of #B8788D
Black with #B8788D
Text Example
Text Example
White with #B8788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8788D; }
p { color: rgb(184,120,141); }
H1.HeaderClassName
{
color: #B8788D;
}
.AnyTagClassName
{
color: #B8788D;
}
</style>
background-color css
<style>
a { background-color: #B8788D; }
a { background-color: rgb(184,120,141); }
div.DivClassName
{
background-color: #B8788D;
}
.BgClassName
{
background-color: #B8788D;
}
</style>
border-color css
<style>
span { border-color: #B8788D; }
span { border-color: rgb(184,120,141); }
td.TdClassName
{
border-color: #B8788D;
}
.TagClassName
{
border-color: #B8788D;
}
</style>