Shades of Tapestry #B07587
Tints of Tapestry #B07587
RGB
CMYK
RGB Variations
Color information
#B07587 (or 0xB07587) is known color: Tapestry. HEX triplet: B0, 75 and 87. RGB value is (176,117,135). Sum of RGB (Red+Green+Blue) = 176+117+135=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07587 is #4F8A78. Grayscale: #888888. Windows color (decimal): -5212793 or 8877488. OLE color: 8877488.
HSL color Cylindrical-coordinate representation of color #B07587: hue angle of 341.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07587 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 135 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.31 |
| HSL | 341.69º | 0.27% | 0.57% | - |
| HSV(B) | 341.69º | 0.34% | 0.69% | - |
| XYZ | 28.64 | 23.7 | 25.99 | - |
| YUV | 136.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 135 | 0 | 0.34 | 0.23 | 0.31 | 341.69 | 0.27 | 0.57 |
| Hex | B0 | 75 | 87 | 0 | 22 | 17 | 1F | 156 | 1B | 39 |
| Octal | 260 | 165 | 207 | 0 | 42 | 27 | 37 | 526 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10000111 | 0 | 100010 | 10111 | 11111 | 101010110 | 11011 | 111001 |
Color Harmonies of #B07587
Complementary color
Monochromatic Colors of #B07587
Black with #B07587
Text Example
Text Example
White with #B07587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07587; }
p { color: rgb(176,117,135); }
H1.HeaderClassName
{
color: #B07587;
}
.AnyTagClassName
{
color: #B07587;
}
</style>
background-color css
<style>
a { background-color: #B07587; }
a { background-color: rgb(176,117,135); }
div.DivClassName
{
background-color: #B07587;
}
.BgClassName
{
background-color: #B07587;
}
</style>
border-color css
<style>
span { border-color: #B07587; }
span { border-color: rgb(176,117,135); }
td.TdClassName
{
border-color: #B07587;
}
.TagClassName
{
border-color: #B07587;
}
</style>