Shades of Tapestry #B76C92
Tints of Tapestry #B76C92
RGB
CMYK
RGB Variations
Color information
#B76C92 (or 0xB76C92) is known color: Tapestry. HEX triplet: B7, 6C and 92. RGB value is (183,108,146). Sum of RGB (Red+Green+Blue) = 183+108+146=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C92 is #48936D. Grayscale: #868686. Windows color (decimal): -4756334 or 9596087. OLE color: 9596087.
HSL color Cylindrical-coordinate representation of color #B76C92: hue angle of 329.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76C92 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 146 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.28 |
| HSL | 329.6º | 0.34% | 0.57% | - |
| HSV(B) | 329.6º | 0.41% | 0.72% | - |
| XYZ | 30.08 | 22.87 | 30.02 | - |
| YUV | 134.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 146 | 0 | 0.41 | 0.20 | 0.28 | 329.6 | 0.34 | 0.57 |
| Hex | B7 | 6C | 92 | 0 | 29 | 14 | 1C | 14A | 22 | 39 |
| Octal | 267 | 154 | 222 | 0 | 51 | 24 | 34 | 512 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10010010 | 0 | 101001 | 10100 | 11100 | 101001010 | 100010 | 111001 |
Color Harmonies of #B76C92
Complementary color
Monochromatic Colors of #B76C92
Black with #B76C92
Text Example
Text Example
White with #B76C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C92; }
p { color: rgb(183,108,146); }
H1.HeaderClassName
{
color: #B76C92;
}
.AnyTagClassName
{
color: #B76C92;
}
</style>
background-color css
<style>
a { background-color: #B76C92; }
a { background-color: rgb(183,108,146); }
div.DivClassName
{
background-color: #B76C92;
}
.BgClassName
{
background-color: #B76C92;
}
</style>
border-color css
<style>
span { border-color: #B76C92; }
span { border-color: rgb(183,108,146); }
td.TdClassName
{
border-color: #B76C92;
}
.TagClassName
{
border-color: #B76C92;
}
</style>