Shades of Tapestry #B76888
Tints of Tapestry #B76888
RGB
CMYK
RGB Variations
Color information
#B76888 (or 0xB76888) is known color: Tapestry. HEX triplet: B7, 68 and 88. RGB value is (183,104,136). Sum of RGB (Red+Green+Blue) = 183+104+136=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B76888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76888 is #489777. Grayscale: #838383. Windows color (decimal): -4757368 or 8939703. OLE color: 8939703.
HSL color Cylindrical-coordinate representation of color #B76888: hue angle of 335.7º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76888 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 136 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.28 |
| HSL | 335.7º | 0.35% | 0.56% | - |
| HSV(B) | 335.7º | 0.43% | 0.72% | - |
| XYZ | 28.92 | 21.75 | 25.97 | - |
| YUV | 131.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 136 | 0 | 0.43 | 0.26 | 0.28 | 335.7 | 0.35 | 0.56 |
| Hex | B7 | 68 | 88 | 0 | 2B | 1A | 1C | 150 | 23 | 38 |
| Octal | 267 | 150 | 210 | 0 | 53 | 32 | 34 | 520 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10001000 | 0 | 101011 | 11010 | 11100 | 101010000 | 100011 | 111000 |
Color Harmonies of #B76888
Complementary color
Monochromatic Colors of #B76888
Black with #B76888
Text Example
Text Example
White with #B76888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76888; }
p { color: rgb(183,104,136); }
H1.HeaderClassName
{
color: #B76888;
}
.AnyTagClassName
{
color: #B76888;
}
</style>
background-color css
<style>
a { background-color: #B76888; }
a { background-color: rgb(183,104,136); }
div.DivClassName
{
background-color: #B76888;
}
.BgClassName
{
background-color: #B76888;
}
</style>
border-color css
<style>
span { border-color: #B76888; }
span { border-color: rgb(183,104,136); }
td.TdClassName
{
border-color: #B76888;
}
.TagClassName
{
border-color: #B76888;
}
</style>