Shades of Tapestry #B76B92
Tints of Tapestry #B76B92
RGB
CMYK
RGB Variations
Color information
#B76B92 (or 0xB76B92) is known color: Tapestry. HEX triplet: B7, 6B and 92. RGB value is (183,107,146). Sum of RGB (Red+Green+Blue) = 183+107+146=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B92 is #48946D. Grayscale: #868686. Windows color (decimal): -4756590 or 9595831. OLE color: 9595831.
HSL color Cylindrical-coordinate representation of color #B76B92: hue angle of 329.21º 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 #B76B92 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 146 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.28 |
| HSL | 329.21º | 0.35% | 0.57% | - |
| HSV(B) | 329.21º | 0.42% | 0.72% | - |
| XYZ | 29.97 | 22.66 | 29.99 | - |
| YUV | 134.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 146 | 0 | 0.42 | 0.20 | 0.28 | 329.21 | 0.35 | 0.57 |
| Hex | B7 | 6B | 92 | 0 | 2A | 14 | 1C | 149 | 23 | 39 |
| Octal | 267 | 153 | 222 | 0 | 52 | 24 | 34 | 511 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10010010 | 0 | 101010 | 10100 | 11100 | 101001001 | 100011 | 111001 |
Color Harmonies of #B76B92
Complementary color
Monochromatic Colors of #B76B92
Black with #B76B92
Text Example
Text Example
White with #B76B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B92; }
p { color: rgb(183,107,146); }
H1.HeaderClassName
{
color: #B76B92;
}
.AnyTagClassName
{
color: #B76B92;
}
</style>
background-color css
<style>
a { background-color: #B76B92; }
a { background-color: rgb(183,107,146); }
div.DivClassName
{
background-color: #B76B92;
}
.BgClassName
{
background-color: #B76B92;
}
</style>
border-color css
<style>
span { border-color: #B76B92; }
span { border-color: rgb(183,107,146); }
td.TdClassName
{
border-color: #B76B92;
}
.TagClassName
{
border-color: #B76B92;
}
</style>