Shades of Tapestry #B87995
Tints of Tapestry #B87995
RGB
CMYK
RGB Variations
Color information
#B87995 (or 0xB87995) is known color: Tapestry. HEX triplet: B8, 79 and 95. RGB value is (184,121,149). Sum of RGB (Red+Green+Blue) = 184+121+149=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B87995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87995 is #47866A. Grayscale: #8E8E8E. Windows color (decimal): -4687467 or 9796024. OLE color: 9796024.
HSL color Cylindrical-coordinate representation of color #B87995: hue angle of 333.33º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87995 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 149 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.28 |
| HSL | 333.33º | 0.31% | 0.6% | - |
| HSV(B) | 333.33º | 0.34% | 0.72% | - |
| XYZ | 32.03 | 26.04 | 31.77 | - |
| YUV | 143.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 149 | 0 | 0.34 | 0.19 | 0.28 | 333.33 | 0.31 | 0.6 |
| Hex | B8 | 79 | 95 | 0 | 22 | 13 | 1C | 14D | 1F | 3C |
| Octal | 270 | 171 | 225 | 0 | 42 | 23 | 34 | 515 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10010101 | 0 | 100010 | 10011 | 11100 | 101001101 | 11111 | 111100 |
Color Harmonies of #B87995
Complementary color
Monochromatic Colors of #B87995
Black with #B87995
Text Example
Text Example
White with #B87995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87995; }
p { color: rgb(184,121,149); }
H1.HeaderClassName
{
color: #B87995;
}
.AnyTagClassName
{
color: #B87995;
}
</style>
background-color css
<style>
a { background-color: #B87995; }
a { background-color: rgb(184,121,149); }
div.DivClassName
{
background-color: #B87995;
}
.BgClassName
{
background-color: #B87995;
}
</style>
border-color css
<style>
span { border-color: #B87995; }
span { border-color: rgb(184,121,149); }
td.TdClassName
{
border-color: #B87995;
}
.TagClassName
{
border-color: #B87995;
}
</style>