Shades of Tapestry #B8708D
Tints of Tapestry #B8708D
RGB
CMYK
RGB Variations
Color information
#B8708D (or 0xB8708D) is known color: Tapestry. HEX triplet: B8, 70 and 8D. RGB value is (184,112,141). Sum of RGB (Red+Green+Blue) = 184+112+141=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8708D is #478F72. Grayscale: #888888. Windows color (decimal): -4689779 or 9269432. OLE color: 9269432.
HSL color Cylindrical-coordinate representation of color #B8708D: hue angle of 335.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8708D is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 141 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.28 |
| HSL | 335.83º | 0.34% | 0.58% | - |
| HSV(B) | 335.83º | 0.39% | 0.72% | - |
| XYZ | 30.37 | 23.7 | 28.17 | - |
| YUV | 136.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 141 | 0 | 0.39 | 0.23 | 0.28 | 335.83 | 0.34 | 0.58 |
| Hex | B8 | 70 | 8D | 0 | 27 | 17 | 1C | 150 | 22 | 3A |
| Octal | 270 | 160 | 215 | 0 | 47 | 27 | 34 | 520 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10001101 | 0 | 100111 | 10111 | 11100 | 101010000 | 100010 | 111010 |
Color Harmonies of #B8708D
Complementary color
Monochromatic Colors of #B8708D
Black with #B8708D
Text Example
Text Example
White with #B8708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8708D; }
p { color: rgb(184,112,141); }
H1.HeaderClassName
{
color: #B8708D;
}
.AnyTagClassName
{
color: #B8708D;
}
</style>
background-color css
<style>
a { background-color: #B8708D; }
a { background-color: rgb(184,112,141); }
div.DivClassName
{
background-color: #B8708D;
}
.BgClassName
{
background-color: #B8708D;
}
</style>
border-color css
<style>
span { border-color: #B8708D; }
span { border-color: rgb(184,112,141); }
td.TdClassName
{
border-color: #B8708D;
}
.TagClassName
{
border-color: #B8708D;
}
</style>