Shades of Tapestry #B87B84
Tints of Tapestry #B87B84
RGB
CMYK
RGB Variations
Color information
#B87B84 (or 0xB87B84) is known color: Tapestry. HEX triplet: B8, 7B and 84. RGB value is (184,123,132). Sum of RGB (Red+Green+Blue) = 184+123+132=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B84 is #47847B. Grayscale: #8E8E8E. Windows color (decimal): -4686972 or 8682424. OLE color: 8682424.
HSL color Cylindrical-coordinate representation of color #B87B84: hue angle of 351.15º 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 #B87B84 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 132 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.28 |
| HSL | 351.15º | 0.3% | 0.6% | - |
| HSV(B) | 351.15º | 0.33% | 0.72% | - |
| XYZ | 31.01 | 26.02 | 25.22 | - |
| YUV | 142.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 132 | 0 | 0.33 | 0.28 | 0.28 | 351.15 | 0.3 | 0.6 |
| Hex | B8 | 7B | 84 | 0 | 21 | 1C | 1C | 15F | 1E | 3C |
| Octal | 270 | 173 | 204 | 0 | 41 | 34 | 34 | 537 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10000100 | 0 | 100001 | 11100 | 11100 | 101011111 | 11110 | 111100 |
Color Harmonies of #B87B84
Complementary color
Monochromatic Colors of #B87B84
Black with #B87B84
Text Example
Text Example
White with #B87B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B84; }
p { color: rgb(184,123,132); }
H1.HeaderClassName
{
color: #B87B84;
}
.AnyTagClassName
{
color: #B87B84;
}
</style>
background-color css
<style>
a { background-color: #B87B84; }
a { background-color: rgb(184,123,132); }
div.DivClassName
{
background-color: #B87B84;
}
.BgClassName
{
background-color: #B87B84;
}
</style>
border-color css
<style>
span { border-color: #B87B84; }
span { border-color: rgb(184,123,132); }
td.TdClassName
{
border-color: #B87B84;
}
.TagClassName
{
border-color: #B87B84;
}
</style>