Shades of Tapestry #B07187
Tints of Tapestry #B07187
RGB
CMYK
RGB Variations
Color information
#B07187 (or 0xB07187) is known color: Tapestry. HEX triplet: B0, 71 and 87. RGB value is (176,113,135). Sum of RGB (Red+Green+Blue) = 176+113+135=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07187 is #4F8E78. Grayscale: #868686. Windows color (decimal): -5213817 or 8876464. OLE color: 8876464.
HSL color Cylindrical-coordinate representation of color #B07187: hue angle of 339.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07187 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 135 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.31 |
| HSL | 339.05º | 0.29% | 0.57% | - |
| HSV(B) | 339.05º | 0.36% | 0.69% | - |
| XYZ | 28.18 | 22.79 | 25.84 | - |
| YUV | 134.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 135 | 0 | 0.36 | 0.23 | 0.31 | 339.05 | 0.29 | 0.57 |
| Hex | B0 | 71 | 87 | 0 | 24 | 17 | 1F | 153 | 1D | 39 |
| Octal | 260 | 161 | 207 | 0 | 44 | 27 | 37 | 523 | 35 | 71 |
| Binary | 10110000 | 1110001 | 10000111 | 0 | 100100 | 10111 | 11111 | 101010011 | 11101 | 111001 |
Color Harmonies of #B07187
Complementary color
Monochromatic Colors of #B07187
Black with #B07187
Text Example
Text Example
White with #B07187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07187; }
p { color: rgb(176,113,135); }
H1.HeaderClassName
{
color: #B07187;
}
.AnyTagClassName
{
color: #B07187;
}
</style>
background-color css
<style>
a { background-color: #B07187; }
a { background-color: rgb(176,113,135); }
div.DivClassName
{
background-color: #B07187;
}
.BgClassName
{
background-color: #B07187;
}
</style>
border-color css
<style>
span { border-color: #B07187; }
span { border-color: rgb(176,113,135); }
td.TdClassName
{
border-color: #B07187;
}
.TagClassName
{
border-color: #B07187;
}
</style>