Shades of Tapestry #B77388
Tints of Tapestry #B77388
RGB
CMYK
RGB Variations
Color information
#B77388 (or 0xB77388) is known color: Tapestry. HEX triplet: B7, 73 and 88. RGB value is (183,115,136). Sum of RGB (Red+Green+Blue) = 183+115+136=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77388 is #488C77. Grayscale: #898989. Windows color (decimal): -4754552 or 8942519. OLE color: 8942519.
HSL color Cylindrical-coordinate representation of color #B77388: hue angle of 341.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77388 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 136 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.28 |
| HSL | 341.47º | 0.32% | 0.58% | - |
| HSV(B) | 341.47º | 0.37% | 0.72% | - |
| XYZ | 30.1 | 24.11 | 26.36 | - |
| YUV | 137.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 136 | 0 | 0.37 | 0.26 | 0.28 | 341.47 | 0.32 | 0.58 |
| Hex | B7 | 73 | 88 | 0 | 25 | 1A | 1C | 155 | 20 | 3A |
| Octal | 267 | 163 | 210 | 0 | 45 | 32 | 34 | 525 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10001000 | 0 | 100101 | 11010 | 11100 | 101010101 | 100000 | 111010 |
Color Harmonies of #B77388
Complementary color
Monochromatic Colors of #B77388
Black with #B77388
Text Example
Text Example
White with #B77388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77388; }
p { color: rgb(183,115,136); }
H1.HeaderClassName
{
color: #B77388;
}
.AnyTagClassName
{
color: #B77388;
}
</style>
background-color css
<style>
a { background-color: #B77388; }
a { background-color: rgb(183,115,136); }
div.DivClassName
{
background-color: #B77388;
}
.BgClassName
{
background-color: #B77388;
}
</style>
border-color css
<style>
span { border-color: #B77388; }
span { border-color: rgb(183,115,136); }
td.TdClassName
{
border-color: #B77388;
}
.TagClassName
{
border-color: #B77388;
}
</style>