Shades of Tapestry #B0708B
Tints of Tapestry #B0708B
RGB
CMYK
RGB Variations
Color information
#B0708B (or 0xB0708B) is known color: Tapestry. HEX triplet: B0, 70 and 8B. RGB value is (176,112,139). Sum of RGB (Red+Green+Blue) = 176+112+139=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0708B is #4F8F74. Grayscale: #868686. Windows color (decimal): -5214069 or 9138352. OLE color: 9138352.
HSL color Cylindrical-coordinate representation of color #B0708B: hue angle of 334.69º 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 #B0708B is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 139 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.31 |
| HSL | 334.69º | 0.29% | 0.56% | - |
| HSV(B) | 334.69º | 0.36% | 0.69% | - |
| XYZ | 28.36 | 22.68 | 27.31 | - |
| YUV | 134.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 139 | 0 | 0.36 | 0.21 | 0.31 | 334.69 | 0.29 | 0.56 |
| Hex | B0 | 70 | 8B | 0 | 24 | 15 | 1F | 14F | 1D | 38 |
| Octal | 260 | 160 | 213 | 0 | 44 | 25 | 37 | 517 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10001011 | 0 | 100100 | 10101 | 11111 | 101001111 | 11101 | 111000 |
Color Harmonies of #B0708B
Complementary color
Monochromatic Colors of #B0708B
Black with #B0708B
Text Example
Text Example
White with #B0708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0708B; }
p { color: rgb(176,112,139); }
H1.HeaderClassName
{
color: #B0708B;
}
.AnyTagClassName
{
color: #B0708B;
}
</style>
background-color css
<style>
a { background-color: #B0708B; }
a { background-color: rgb(176,112,139); }
div.DivClassName
{
background-color: #B0708B;
}
.BgClassName
{
background-color: #B0708B;
}
</style>
border-color css
<style>
span { border-color: #B0708B; }
span { border-color: rgb(176,112,139); }
td.TdClassName
{
border-color: #B0708B;
}
.TagClassName
{
border-color: #B0708B;
}
</style>