Shades of Tapestry #B07B87
Tints of Tapestry #B07B87
RGB
CMYK
RGB Variations
Color information
#B07B87 (or 0xB07B87) is known color: Tapestry. HEX triplet: B0, 7B and 87. RGB value is (176,123,135). Sum of RGB (Red+Green+Blue) = 176+123+135=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B87 is #4F8478. Grayscale: #8C8C8C. Windows color (decimal): -5211257 or 8879024. OLE color: 8879024.
HSL color Cylindrical-coordinate representation of color #B07B87: hue angle of 346.42º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B87 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 135 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.31 |
| HSL | 346.42º | 0.25% | 0.59% | - |
| HSV(B) | 346.42º | 0.3% | 0.69% | - |
| XYZ | 29.36 | 25.15 | 26.23 | - |
| YUV | 140.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 135 | 0 | 0.30 | 0.23 | 0.31 | 346.42 | 0.25 | 0.59 |
| Hex | B0 | 7B | 87 | 0 | 1E | 17 | 1F | 15A | 19 | 3B |
| Octal | 260 | 173 | 207 | 0 | 36 | 27 | 37 | 532 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10000111 | 0 | 11110 | 10111 | 11111 | 101011010 | 11001 | 111011 |
Color Harmonies of #B07B87
Complementary color
Monochromatic Colors of #B07B87
Black with #B07B87
Text Example
Text Example
White with #B07B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B87; }
p { color: rgb(176,123,135); }
H1.HeaderClassName
{
color: #B07B87;
}
.AnyTagClassName
{
color: #B07B87;
}
</style>
background-color css
<style>
a { background-color: #B07B87; }
a { background-color: rgb(176,123,135); }
div.DivClassName
{
background-color: #B07B87;
}
.BgClassName
{
background-color: #B07B87;
}
</style>
border-color css
<style>
span { border-color: #B07B87; }
span { border-color: rgb(176,123,135); }
td.TdClassName
{
border-color: #B07B87;
}
.TagClassName
{
border-color: #B07B87;
}
</style>