Shades of Tapestry #B07888
Tints of Tapestry #B07888
RGB
CMYK
RGB Variations
Color information
#B07888 (or 0xB07888) is known color: Tapestry. HEX triplet: B0, 78 and 88. RGB value is (176,120,136). Sum of RGB (Red+Green+Blue) = 176+120+136=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B07888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07888 is #4F8777. Grayscale: #8A8A8A. Windows color (decimal): -5212024 or 8943792. OLE color: 8943792.
HSL color Cylindrical-coordinate representation of color #B07888: hue angle of 342.86º 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 #B07888 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 136 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.31 |
| HSL | 342.86º | 0.26% | 0.58% | - |
| HSV(B) | 342.86º | 0.32% | 0.69% | - |
| XYZ | 29.06 | 24.44 | 26.48 | - |
| YUV | 138.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 136 | 0 | 0.32 | 0.23 | 0.31 | 342.86 | 0.26 | 0.58 |
| Hex | B0 | 78 | 88 | 0 | 20 | 17 | 1F | 157 | 1A | 3A |
| Octal | 260 | 170 | 210 | 0 | 40 | 27 | 37 | 527 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10001000 | 0 | 100000 | 10111 | 11111 | 101010111 | 11010 | 111010 |
Color Harmonies of #B07888
Complementary color
Monochromatic Colors of #B07888
Black with #B07888
Text Example
Text Example
White with #B07888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07888; }
p { color: rgb(176,120,136); }
H1.HeaderClassName
{
color: #B07888;
}
.AnyTagClassName
{
color: #B07888;
}
</style>
background-color css
<style>
a { background-color: #B07888; }
a { background-color: rgb(176,120,136); }
div.DivClassName
{
background-color: #B07888;
}
.BgClassName
{
background-color: #B07888;
}
</style>
border-color css
<style>
span { border-color: #B07888; }
span { border-color: rgb(176,120,136); }
td.TdClassName
{
border-color: #B07888;
}
.TagClassName
{
border-color: #B07888;
}
</style>