Shades of Tapestry #B8788B
Tints of Tapestry #B8788B
RGB
CMYK
RGB Variations
Color information
#B8788B (or 0xB8788B) is known color: Tapestry. HEX triplet: B8, 78 and 8B. RGB value is (184,120,139). Sum of RGB (Red+Green+Blue) = 184+120+139=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8788B is #478774. Grayscale: #8D8D8D. Windows color (decimal): -4687733 or 9140408. OLE color: 9140408.
HSL color Cylindrical-coordinate representation of color #B8788B: hue angle of 342.19º 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 #B8788B is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 139 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.28 |
| HSL | 342.19º | 0.31% | 0.6% | - |
| HSV(B) | 342.19º | 0.35% | 0.72% | - |
| XYZ | 31.14 | 25.49 | 27.7 | - |
| YUV | 141.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 139 | 0 | 0.35 | 0.24 | 0.28 | 342.19 | 0.31 | 0.6 |
| Hex | B8 | 78 | 8B | 0 | 23 | 18 | 1C | 156 | 1F | 3C |
| Octal | 270 | 170 | 213 | 0 | 43 | 30 | 34 | 526 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10001011 | 0 | 100011 | 11000 | 11100 | 101010110 | 11111 | 111100 |
Color Harmonies of #B8788B
Complementary color
Monochromatic Colors of #B8788B
Black with #B8788B
Text Example
Text Example
White with #B8788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8788B; }
p { color: rgb(184,120,139); }
H1.HeaderClassName
{
color: #B8788B;
}
.AnyTagClassName
{
color: #B8788B;
}
</style>
background-color css
<style>
a { background-color: #B8788B; }
a { background-color: rgb(184,120,139); }
div.DivClassName
{
background-color: #B8788B;
}
.BgClassName
{
background-color: #B8788B;
}
</style>
border-color css
<style>
span { border-color: #B8788B; }
span { border-color: rgb(184,120,139); }
td.TdClassName
{
border-color: #B8788B;
}
.TagClassName
{
border-color: #B8788B;
}
</style>