Shades of Tapestry #B8718D
Tints of Tapestry #B8718D
RGB
CMYK
RGB Variations
Color information
#B8718D (or 0xB8718D) is known color: Tapestry. HEX triplet: B8, 71 and 8D. RGB value is (184,113,141). Sum of RGB (Red+Green+Blue) = 184+113+141=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8718D is #478E72. Grayscale: #898989. Windows color (decimal): -4689523 or 9269688. OLE color: 9269688.
HSL color Cylindrical-coordinate representation of color #B8718D: hue angle of 336.34º degrees, saturation: 0.33, 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 #B8718D is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 141 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.28 |
| HSL | 336.34º | 0.33% | 0.58% | - |
| HSV(B) | 336.34º | 0.39% | 0.72% | - |
| XYZ | 30.48 | 23.92 | 28.21 | - |
| YUV | 137.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 141 | 0 | 0.39 | 0.23 | 0.28 | 336.34 | 0.33 | 0.58 |
| Hex | B8 | 71 | 8D | 0 | 27 | 17 | 1C | 150 | 21 | 3A |
| Octal | 270 | 161 | 215 | 0 | 47 | 27 | 34 | 520 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10001101 | 0 | 100111 | 10111 | 11100 | 101010000 | 100001 | 111010 |
Color Harmonies of #B8718D
Complementary color
Monochromatic Colors of #B8718D
Black with #B8718D
Text Example
Text Example
White with #B8718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8718D; }
p { color: rgb(184,113,141); }
H1.HeaderClassName
{
color: #B8718D;
}
.AnyTagClassName
{
color: #B8718D;
}
</style>
background-color css
<style>
a { background-color: #B8718D; }
a { background-color: rgb(184,113,141); }
div.DivClassName
{
background-color: #B8718D;
}
.BgClassName
{
background-color: #B8718D;
}
</style>
border-color css
<style>
span { border-color: #B8718D; }
span { border-color: rgb(184,113,141); }
td.TdClassName
{
border-color: #B8718D;
}
.TagClassName
{
border-color: #B8718D;
}
</style>