Shades of Tapestry #B76E81
Tints of Tapestry #B76E81
RGB
CMYK
RGB Variations
Color information
#B76E81 (or 0xB76E81) is known color: Tapestry. HEX triplet: B7, 6E and 81. RGB value is (183,110,129). Sum of RGB (Red+Green+Blue) = 183+110+129=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E81 is #48917E. Grayscale: #858585. Windows color (decimal): -4755839 or 8482487. OLE color: 8482487.
HSL color Cylindrical-coordinate representation of color #B76E81: hue angle of 344.38º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E81 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 129 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.28 |
| HSL | 344.38º | 0.34% | 0.57% | - |
| HSV(B) | 344.38º | 0.4% | 0.72% | - |
| XYZ | 29.07 | 22.8 | 23.64 | - |
| YUV | 133.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 129 | 0 | 0.40 | 0.30 | 0.28 | 344.38 | 0.34 | 0.57 |
| Hex | B7 | 6E | 81 | 0 | 28 | 1E | 1C | 158 | 22 | 39 |
| Octal | 267 | 156 | 201 | 0 | 50 | 36 | 34 | 530 | 42 | 71 |
| Binary | 10110111 | 1101110 | 10000001 | 0 | 101000 | 11110 | 11100 | 101011000 | 100010 | 111001 |
Color Harmonies of #B76E81
Complementary color
Monochromatic Colors of #B76E81
Black with #B76E81
Text Example
Text Example
White with #B76E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E81; }
p { color: rgb(183,110,129); }
H1.HeaderClassName
{
color: #B76E81;
}
.AnyTagClassName
{
color: #B76E81;
}
</style>
background-color css
<style>
a { background-color: #B76E81; }
a { background-color: rgb(183,110,129); }
div.DivClassName
{
background-color: #B76E81;
}
.BgClassName
{
background-color: #B76E81;
}
</style>
border-color css
<style>
span { border-color: #B76E81; }
span { border-color: rgb(183,110,129); }
td.TdClassName
{
border-color: #B76E81;
}
.TagClassName
{
border-color: #B76E81;
}
</style>