Shades of Tapestry #B76687
Tints of Tapestry #B76687
RGB
CMYK
RGB Variations
Color information
#B76687 (or 0xB76687) is known color: Tapestry. HEX triplet: B7, 66 and 87. RGB value is (183,102,135). Sum of RGB (Red+Green+Blue) = 183+102+135=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B76687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76687 is #489978. Grayscale: #818181. Windows color (decimal): -4757881 or 8873655. OLE color: 8873655.
HSL color Cylindrical-coordinate representation of color #B76687: hue angle of 335.56º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76687 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 135 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.28 |
| HSL | 335.56º | 0.36% | 0.56% | - |
| HSV(B) | 335.56º | 0.44% | 0.72% | - |
| XYZ | 28.65 | 21.32 | 25.53 | - |
| YUV | 129.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 135 | 0 | 0.44 | 0.26 | 0.28 | 335.56 | 0.36 | 0.56 |
| Hex | B7 | 66 | 87 | 0 | 2C | 1A | 1C | 150 | 24 | 38 |
| Octal | 267 | 146 | 207 | 0 | 54 | 32 | 34 | 520 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10000111 | 0 | 101100 | 11010 | 11100 | 101010000 | 100100 | 111000 |
Color Harmonies of #B76687
Complementary color
Monochromatic Colors of #B76687
Black with #B76687
Text Example
Text Example
White with #B76687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76687; }
p { color: rgb(183,102,135); }
H1.HeaderClassName
{
color: #B76687;
}
.AnyTagClassName
{
color: #B76687;
}
</style>
background-color css
<style>
a { background-color: #B76687; }
a { background-color: rgb(183,102,135); }
div.DivClassName
{
background-color: #B76687;
}
.BgClassName
{
background-color: #B76687;
}
</style>
border-color css
<style>
span { border-color: #B76687; }
span { border-color: rgb(183,102,135); }
td.TdClassName
{
border-color: #B76687;
}
.TagClassName
{
border-color: #B76687;
}
</style>