Shades of Tapestry #B0778B
Tints of Tapestry #B0778B
RGB
CMYK
RGB Variations
Color information
#B0778B (or 0xB0778B) is known color: Tapestry. HEX triplet: B0, 77 and 8B. RGB value is (176,119,139). Sum of RGB (Red+Green+Blue) = 176+119+139=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0778B is #4F8874. Grayscale: #8A8A8A. Windows color (decimal): -5212277 or 9140144. OLE color: 9140144.
HSL color Cylindrical-coordinate representation of color #B0778B: hue angle of 338.95º degrees, saturation: 0.27, 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 #B0778B is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 139 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.31 |
| HSL | 338.95º | 0.27% | 0.58% | - |
| HSV(B) | 338.95º | 0.32% | 0.69% | - |
| XYZ | 29.16 | 24.29 | 27.58 | - |
| YUV | 138.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 139 | 0 | 0.32 | 0.21 | 0.31 | 338.95 | 0.27 | 0.58 |
| Hex | B0 | 77 | 8B | 0 | 20 | 15 | 1F | 153 | 1B | 3A |
| Octal | 260 | 167 | 213 | 0 | 40 | 25 | 37 | 523 | 33 | 72 |
| Binary | 10110000 | 1110111 | 10001011 | 0 | 100000 | 10101 | 11111 | 101010011 | 11011 | 111010 |
Color Harmonies of #B0778B
Complementary color
Monochromatic Colors of #B0778B
Black with #B0778B
Text Example
Text Example
White with #B0778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0778B; }
p { color: rgb(176,119,139); }
H1.HeaderClassName
{
color: #B0778B;
}
.AnyTagClassName
{
color: #B0778B;
}
</style>
background-color css
<style>
a { background-color: #B0778B; }
a { background-color: rgb(176,119,139); }
div.DivClassName
{
background-color: #B0778B;
}
.BgClassName
{
background-color: #B0778B;
}
</style>
border-color css
<style>
span { border-color: #B0778B; }
span { border-color: rgb(176,119,139); }
td.TdClassName
{
border-color: #B0778B;
}
.TagClassName
{
border-color: #B0778B;
}
</style>