Shades of Tapestry #B8708E
Tints of Tapestry #B8708E
RGB
CMYK
RGB Variations
Color information
#B8708E (or 0xB8708E) is known color: Tapestry. HEX triplet: B8, 70 and 8E. RGB value is (184,112,142). Sum of RGB (Red+Green+Blue) = 184+112+142=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8708E is #478F71. Grayscale: #888888. Windows color (decimal): -4689778 or 9334968. OLE color: 9334968.
HSL color Cylindrical-coordinate representation of color #B8708E: hue angle of 335º 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 #B8708E is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 142 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.28 |
| HSL | 335º | 0.34% | 0.58% | - |
| HSV(B) | 335º | 0.39% | 0.72% | - |
| XYZ | 30.44 | 23.73 | 28.57 | - |
| YUV | 136.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 142 | 0 | 0.39 | 0.23 | 0.28 | 335 | 0.34 | 0.58 |
| Hex | B8 | 70 | 8E | 0 | 27 | 17 | 1C | 14F | 22 | 3A |
| Octal | 270 | 160 | 216 | 0 | 47 | 27 | 34 | 517 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10001110 | 0 | 100111 | 10111 | 11100 | 101001111 | 100010 | 111010 |
Color Harmonies of #B8708E
Complementary color
Monochromatic Colors of #B8708E
Black with #B8708E
Text Example
Text Example
White with #B8708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8708E; }
p { color: rgb(184,112,142); }
H1.HeaderClassName
{
color: #B8708E;
}
.AnyTagClassName
{
color: #B8708E;
}
</style>
background-color css
<style>
a { background-color: #B8708E; }
a { background-color: rgb(184,112,142); }
div.DivClassName
{
background-color: #B8708E;
}
.BgClassName
{
background-color: #B8708E;
}
</style>
border-color css
<style>
span { border-color: #B8708E; }
span { border-color: rgb(184,112,142); }
td.TdClassName
{
border-color: #B8708E;
}
.TagClassName
{
border-color: #B8708E;
}
</style>