Shades of Tapestry #B76681
Tints of Tapestry #B76681
RGB
CMYK
RGB Variations
Color information
#B76681 (or 0xB76681) is known color: Tapestry. HEX triplet: B7, 66 and 81. RGB value is (183,102,129). Sum of RGB (Red+Green+Blue) = 183+102+129=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B76681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76681 is #48997E. Grayscale: #818181. Windows color (decimal): -4757887 or 8480439. OLE color: 8480439.
HSL color Cylindrical-coordinate representation of color #B76681: hue angle of 340º 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 #B76681 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 129 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.28 |
| HSL | 340º | 0.36% | 0.56% | - |
| HSV(B) | 340º | 0.44% | 0.72% | - |
| XYZ | 28.24 | 21.16 | 23.36 | - |
| YUV | 129.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 129 | 0 | 0.44 | 0.30 | 0.28 | 340 | 0.36 | 0.56 |
| Hex | B7 | 66 | 81 | 0 | 2C | 1E | 1C | 154 | 24 | 38 |
| Octal | 267 | 146 | 201 | 0 | 54 | 36 | 34 | 524 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10000001 | 0 | 101100 | 11110 | 11100 | 101010100 | 100100 | 111000 |
Color Harmonies of #B76681
Complementary color
Monochromatic Colors of #B76681
Black with #B76681
Text Example
Text Example
White with #B76681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76681; }
p { color: rgb(183,102,129); }
H1.HeaderClassName
{
color: #B76681;
}
.AnyTagClassName
{
color: #B76681;
}
</style>
background-color css
<style>
a { background-color: #B76681; }
a { background-color: rgb(183,102,129); }
div.DivClassName
{
background-color: #B76681;
}
.BgClassName
{
background-color: #B76681;
}
</style>
border-color css
<style>
span { border-color: #B76681; }
span { border-color: rgb(183,102,129); }
td.TdClassName
{
border-color: #B76681;
}
.TagClassName
{
border-color: #B76681;
}
</style>