Shades of Tapestry #B8707E
Tints of Tapestry #B8707E
RGB
CMYK
RGB Variations
Color information
#B8707E (or 0xB8707E) is known color: Tapestry. HEX triplet: B8, 70 and 7E. RGB value is (184,112,126). Sum of RGB (Red+Green+Blue) = 184+112+126=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707E is #478F81. Grayscale: #878787. Windows color (decimal): -4689794 or 8286392. OLE color: 8286392.
HSL color Cylindrical-coordinate representation of color #B8707E: hue angle of 348.33º 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 #B8707E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 126 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.28 |
| HSL | 348.33º | 0.34% | 0.58% | - |
| HSV(B) | 348.33º | 0.39% | 0.72% | - |
| XYZ | 29.33 | 23.29 | 22.69 | - |
| YUV | 135.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 126 | 0 | 0.39 | 0.32 | 0.28 | 348.33 | 0.34 | 0.58 |
| Hex | B8 | 70 | 7E | 0 | 27 | 20 | 1C | 15C | 22 | 3A |
| Octal | 270 | 160 | 176 | 0 | 47 | 40 | 34 | 534 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111110 | 0 | 100111 | 100000 | 11100 | 101011100 | 100010 | 111010 |
Color Harmonies of #B8707E
Complementary color
Monochromatic Colors of #B8707E
Black with #B8707E
Text Example
Text Example
White with #B8707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8707E; }
p { color: rgb(184,112,126); }
H1.HeaderClassName
{
color: #B8707E;
}
.AnyTagClassName
{
color: #B8707E;
}
</style>
background-color css
<style>
a { background-color: #B8707E; }
a { background-color: rgb(184,112,126); }
div.DivClassName
{
background-color: #B8707E;
}
.BgClassName
{
background-color: #B8707E;
}
</style>
border-color css
<style>
span { border-color: #B8707E; }
span { border-color: rgb(184,112,126); }
td.TdClassName
{
border-color: #B8707E;
}
.TagClassName
{
border-color: #B8707E;
}
</style>