Shades of Tapestry #B76688
Tints of Tapestry #B76688
RGB
CMYK
RGB Variations
Color information
#B76688 (or 0xB76688) is known color: Tapestry. HEX triplet: B7, 66 and 88. RGB value is (183,102,136). Sum of RGB (Red+Green+Blue) = 183+102+136=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B76688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76688 is #489977. Grayscale: #828282. Windows color (decimal): -4757880 or 8939191. OLE color: 8939191.
HSL color Cylindrical-coordinate representation of color #B76688: hue angle of 334.81º 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 #B76688 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 136 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.28 |
| HSL | 334.81º | 0.36% | 0.56% | - |
| HSV(B) | 334.81º | 0.44% | 0.72% | - |
| XYZ | 28.72 | 21.35 | 25.9 | - |
| YUV | 130.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 136 | 0 | 0.44 | 0.26 | 0.28 | 334.81 | 0.36 | 0.56 |
| Hex | B7 | 66 | 88 | 0 | 2C | 1A | 1C | 14F | 24 | 38 |
| Octal | 267 | 146 | 210 | 0 | 54 | 32 | 34 | 517 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10001000 | 0 | 101100 | 11010 | 11100 | 101001111 | 100100 | 111000 |
Color Harmonies of #B76688
Complementary color
Monochromatic Colors of #B76688
Black with #B76688
Text Example
Text Example
White with #B76688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76688; }
p { color: rgb(183,102,136); }
H1.HeaderClassName
{
color: #B76688;
}
.AnyTagClassName
{
color: #B76688;
}
</style>
background-color css
<style>
a { background-color: #B76688; }
a { background-color: rgb(183,102,136); }
div.DivClassName
{
background-color: #B76688;
}
.BgClassName
{
background-color: #B76688;
}
</style>
border-color css
<style>
span { border-color: #B76688; }
span { border-color: rgb(183,102,136); }
td.TdClassName
{
border-color: #B76688;
}
.TagClassName
{
border-color: #B76688;
}
</style>