Shades of Tapestry #B76B87
Tints of Tapestry #B76B87
RGB
CMYK
RGB Variations
Color information
#B76B87 (or 0xB76B87) is known color: Tapestry. HEX triplet: B7, 6B and 87. RGB value is (183,107,135). Sum of RGB (Red+Green+Blue) = 183+107+135=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B87 is #489478. Grayscale: #848484. Windows color (decimal): -4756601 or 8874935. OLE color: 8874935.
HSL color Cylindrical-coordinate representation of color #B76B87: hue angle of 337.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76B87 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 135 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.28 |
| HSL | 337.89º | 0.35% | 0.57% | - |
| HSV(B) | 337.89º | 0.42% | 0.72% | - |
| XYZ | 29.16 | 22.33 | 25.7 | - |
| YUV | 132.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 135 | 0 | 0.42 | 0.26 | 0.28 | 337.89 | 0.35 | 0.57 |
| Hex | B7 | 6B | 87 | 0 | 2A | 1A | 1C | 152 | 23 | 39 |
| Octal | 267 | 153 | 207 | 0 | 52 | 32 | 34 | 522 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10000111 | 0 | 101010 | 11010 | 11100 | 101010010 | 100011 | 111001 |
Color Harmonies of #B76B87
Complementary color
Monochromatic Colors of #B76B87
Black with #B76B87
Text Example
Text Example
White with #B76B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B87; }
p { color: rgb(183,107,135); }
H1.HeaderClassName
{
color: #B76B87;
}
.AnyTagClassName
{
color: #B76B87;
}
</style>
background-color css
<style>
a { background-color: #B76B87; }
a { background-color: rgb(183,107,135); }
div.DivClassName
{
background-color: #B76B87;
}
.BgClassName
{
background-color: #B76B87;
}
</style>
border-color css
<style>
span { border-color: #B76B87; }
span { border-color: rgb(183,107,135); }
td.TdClassName
{
border-color: #B76B87;
}
.TagClassName
{
border-color: #B76B87;
}
</style>