Shades of Tapestry #B87B88
Tints of Tapestry #B87B88
RGB
CMYK
RGB Variations
Color information
#B87B88 (or 0xB87B88) is known color: Tapestry. HEX triplet: B8, 7B and 88. RGB value is (184,123,136). Sum of RGB (Red+Green+Blue) = 184+123+136=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B88 is #478477. Grayscale: #8E8E8E. Windows color (decimal): -4686968 or 8944568. OLE color: 8944568.
HSL color Cylindrical-coordinate representation of color #B87B88: hue angle of 347.21º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87B88 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 136 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.28 |
| HSL | 347.21º | 0.3% | 0.6% | - |
| HSV(B) | 347.21º | 0.33% | 0.72% | - |
| XYZ | 31.29 | 26.13 | 26.69 | - |
| YUV | 142.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 136 | 0 | 0.33 | 0.26 | 0.28 | 347.21 | 0.3 | 0.6 |
| Hex | B8 | 7B | 88 | 0 | 21 | 1A | 1C | 15B | 1E | 3C |
| Octal | 270 | 173 | 210 | 0 | 41 | 32 | 34 | 533 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10001000 | 0 | 100001 | 11010 | 11100 | 101011011 | 11110 | 111100 |
Color Harmonies of #B87B88
Complementary color
Monochromatic Colors of #B87B88
Black with #B87B88
Text Example
Text Example
White with #B87B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B88; }
p { color: rgb(184,123,136); }
H1.HeaderClassName
{
color: #B87B88;
}
.AnyTagClassName
{
color: #B87B88;
}
</style>
background-color css
<style>
a { background-color: #B87B88; }
a { background-color: rgb(184,123,136); }
div.DivClassName
{
background-color: #B87B88;
}
.BgClassName
{
background-color: #B87B88;
}
</style>
border-color css
<style>
span { border-color: #B87B88; }
span { border-color: rgb(184,123,136); }
td.TdClassName
{
border-color: #B87B88;
}
.TagClassName
{
border-color: #B87B88;
}
</style>