Shades of Tapestry #B0788B
Tints of Tapestry #B0788B
RGB
CMYK
RGB Variations
Color information
#B0788B (or 0xB0788B) is known color: Tapestry. HEX triplet: B0, 78 and 8B. RGB value is (176,120,139). Sum of RGB (Red+Green+Blue) = 176+120+139=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788B is #4F8774. Grayscale: #8A8A8A. Windows color (decimal): -5212021 or 9140400. OLE color: 9140400.
HSL color Cylindrical-coordinate representation of color #B0788B: hue angle of 339.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0788B is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 139 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.31 |
| HSL | 339.64º | 0.26% | 0.58% | - |
| HSV(B) | 339.64º | 0.32% | 0.69% | - |
| XYZ | 29.28 | 24.53 | 27.62 | - |
| YUV | 138.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 139 | 0 | 0.32 | 0.21 | 0.31 | 339.64 | 0.26 | 0.58 |
| Hex | B0 | 78 | 8B | 0 | 20 | 15 | 1F | 154 | 1A | 3A |
| Octal | 260 | 170 | 213 | 0 | 40 | 25 | 37 | 524 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10001011 | 0 | 100000 | 10101 | 11111 | 101010100 | 11010 | 111010 |
Color Harmonies of #B0788B
Complementary color
Monochromatic Colors of #B0788B
Black with #B0788B
Text Example
Text Example
White with #B0788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0788B; }
p { color: rgb(176,120,139); }
H1.HeaderClassName
{
color: #B0788B;
}
.AnyTagClassName
{
color: #B0788B;
}
</style>
background-color css
<style>
a { background-color: #B0788B; }
a { background-color: rgb(176,120,139); }
div.DivClassName
{
background-color: #B0788B;
}
.BgClassName
{
background-color: #B0788B;
}
</style>
border-color css
<style>
span { border-color: #B0788B; }
span { border-color: rgb(176,120,139); }
td.TdClassName
{
border-color: #B0788B;
}
.TagClassName
{
border-color: #B0788B;
}
</style>