Shades of Tapestry #B0708F
Tints of Tapestry #B0708F
RGB
CMYK
RGB Variations
Color information
#B0708F (or 0xB0708F) is known color: Tapestry. HEX triplet: B0, 70 and 8F. RGB value is (176,112,143). Sum of RGB (Red+Green+Blue) = 176+112+143=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0708F is #4F8F70. Grayscale: #868686. Windows color (decimal): -5214065 or 9400496. OLE color: 9400496.
HSL color Cylindrical-coordinate representation of color #B0708F: hue angle of 330.94º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0708F is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 143 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.31 |
| HSL | 330.94º | 0.29% | 0.56% | - |
| HSV(B) | 330.94º | 0.36% | 0.69% | - |
| XYZ | 28.66 | 22.8 | 28.88 | - |
| YUV | 134.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 143 | 0 | 0.36 | 0.19 | 0.31 | 330.94 | 0.29 | 0.56 |
| Hex | B0 | 70 | 8F | 0 | 24 | 13 | 1F | 14B | 1D | 38 |
| Octal | 260 | 160 | 217 | 0 | 44 | 23 | 37 | 513 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10001111 | 0 | 100100 | 10011 | 11111 | 101001011 | 11101 | 111000 |
Color Harmonies of #B0708F
Complementary color
Monochromatic Colors of #B0708F
Black with #B0708F
Text Example
Text Example
White with #B0708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0708F; }
p { color: rgb(176,112,143); }
H1.HeaderClassName
{
color: #B0708F;
}
.AnyTagClassName
{
color: #B0708F;
}
</style>
background-color css
<style>
a { background-color: #B0708F; }
a { background-color: rgb(176,112,143); }
div.DivClassName
{
background-color: #B0708F;
}
.BgClassName
{
background-color: #B0708F;
}
</style>
border-color css
<style>
span { border-color: #B0708F; }
span { border-color: rgb(176,112,143); }
td.TdClassName
{
border-color: #B0708F;
}
.TagClassName
{
border-color: #B0708F;
}
</style>