Shades of Tapestry #B8707A
Tints of Tapestry #B8707A
RGB
CMYK
RGB Variations
Color information
#B8707A (or 0xB8707A) is known color: Tapestry. HEX triplet: B8, 70 and 7A. RGB value is (184,112,122). Sum of RGB (Red+Green+Blue) = 184+112+122=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707A is #478F85. Grayscale: #868686. Windows color (decimal): -4689798 or 8024248. OLE color: 8024248.
HSL color Cylindrical-coordinate representation of color #B8707A: hue angle of 351.67º 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 #B8707A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 122 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.28 |
| HSL | 351.67º | 0.34% | 0.58% | - |
| HSV(B) | 351.67º | 0.39% | 0.72% | - |
| XYZ | 29.07 | 23.18 | 21.35 | - |
| YUV | 134.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 122 | 0 | 0.39 | 0.34 | 0.28 | 351.67 | 0.34 | 0.58 |
| Hex | B8 | 70 | 7A | 0 | 27 | 22 | 1C | 160 | 22 | 3A |
| Octal | 270 | 160 | 172 | 0 | 47 | 42 | 34 | 540 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111010 | 0 | 100111 | 100010 | 11100 | 101100000 | 100010 | 111010 |
Color Harmonies of #B8707A
Complementary color
Monochromatic Colors of #B8707A
Black with #B8707A
Text Example
Text Example
White with #B8707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8707A; }
p { color: rgb(184,112,122); }
H1.HeaderClassName
{
color: #B8707A;
}
.AnyTagClassName
{
color: #B8707A;
}
</style>
background-color css
<style>
a { background-color: #B8707A; }
a { background-color: rgb(184,112,122); }
div.DivClassName
{
background-color: #B8707A;
}
.BgClassName
{
background-color: #B8707A;
}
</style>
border-color css
<style>
span { border-color: #B8707A; }
span { border-color: rgb(184,112,122); }
td.TdClassName
{
border-color: #B8707A;
}
.TagClassName
{
border-color: #B8707A;
}
</style>