Shades of Tapestry #B8707C
Tints of Tapestry #B8707C
RGB
CMYK
RGB Variations
Color information
#B8707C (or 0xB8707C) is known color: Tapestry. HEX triplet: B8, 70 and 7C. RGB value is (184,112,124). Sum of RGB (Red+Green+Blue) = 184+112+124=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707C is #478F83. Grayscale: #868686. Windows color (decimal): -4689796 or 8155320. OLE color: 8155320.
HSL color Cylindrical-coordinate representation of color #B8707C: hue angle of 350º 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 #B8707C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 124 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.28 |
| HSL | 350º | 0.34% | 0.58% | - |
| HSV(B) | 350º | 0.39% | 0.72% | - |
| XYZ | 29.2 | 23.23 | 22.01 | - |
| YUV | 134.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 124 | 0 | 0.39 | 0.33 | 0.28 | 350 | 0.34 | 0.58 |
| Hex | B8 | 70 | 7C | 0 | 27 | 21 | 1C | 15E | 22 | 3A |
| Octal | 270 | 160 | 174 | 0 | 47 | 41 | 34 | 536 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111100 | 0 | 100111 | 100001 | 11100 | 101011110 | 100010 | 111010 |
Color Harmonies of #B8707C
Complementary color
Monochromatic Colors of #B8707C
Black with #B8707C
Text Example
Text Example
White with #B8707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8707C; }
p { color: rgb(184,112,124); }
H1.HeaderClassName
{
color: #B8707C;
}
.AnyTagClassName
{
color: #B8707C;
}
</style>
background-color css
<style>
a { background-color: #B8707C; }
a { background-color: rgb(184,112,124); }
div.DivClassName
{
background-color: #B8707C;
}
.BgClassName
{
background-color: #B8707C;
}
</style>
border-color css
<style>
span { border-color: #B8707C; }
span { border-color: rgb(184,112,124); }
td.TdClassName
{
border-color: #B8707C;
}
.TagClassName
{
border-color: #B8707C;
}
</style>