Shades of Tapestry #B0708C
Tints of Tapestry #B0708C
RGB
CMYK
RGB Variations
Color information
#B0708C (or 0xB0708C) is known color: Tapestry. HEX triplet: B0, 70 and 8C. RGB value is (176,112,140). Sum of RGB (Red+Green+Blue) = 176+112+140=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0708C is #4F8F73. Grayscale: #868686. Windows color (decimal): -5214068 or 9203888. OLE color: 9203888.
HSL color Cylindrical-coordinate representation of color #B0708C: hue angle of 333.75º 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 #B0708C is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 140 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.31 |
| HSL | 333.75º | 0.29% | 0.56% | - |
| HSV(B) | 333.75º | 0.36% | 0.69% | - |
| XYZ | 28.43 | 22.71 | 27.7 | - |
| YUV | 134.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 140 | 0 | 0.36 | 0.20 | 0.31 | 333.75 | 0.29 | 0.56 |
| Hex | B0 | 70 | 8C | 0 | 24 | 14 | 1F | 14E | 1D | 38 |
| Octal | 260 | 160 | 214 | 0 | 44 | 24 | 37 | 516 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10001100 | 0 | 100100 | 10100 | 11111 | 101001110 | 11101 | 111000 |
Color Harmonies of #B0708C
Complementary color
Monochromatic Colors of #B0708C
Black with #B0708C
Text Example
Text Example
White with #B0708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0708C; }
p { color: rgb(176,112,140); }
H1.HeaderClassName
{
color: #B0708C;
}
.AnyTagClassName
{
color: #B0708C;
}
</style>
background-color css
<style>
a { background-color: #B0708C; }
a { background-color: rgb(176,112,140); }
div.DivClassName
{
background-color: #B0708C;
}
.BgClassName
{
background-color: #B0708C;
}
</style>
border-color css
<style>
span { border-color: #B0708C; }
span { border-color: rgb(176,112,140); }
td.TdClassName
{
border-color: #B0708C;
}
.TagClassName
{
border-color: #B0708C;
}
</style>