Shades of Tapestry #B87992
Tints of Tapestry #B87992
RGB
CMYK
RGB Variations
Color information
#B87992 (or 0xB87992) is known color: Tapestry. HEX triplet: B8, 79 and 92. RGB value is (184,121,146). Sum of RGB (Red+Green+Blue) = 184+121+146=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B87992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87992 is #47866D. Grayscale: #8E8E8E. Windows color (decimal): -4687470 or 9599416. OLE color: 9599416.
HSL color Cylindrical-coordinate representation of color #B87992: hue angle of 336.19º 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 #B87992 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 146 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.28 |
| HSL | 336.19º | 0.31% | 0.6% | - |
| HSV(B) | 336.19º | 0.34% | 0.72% | - |
| XYZ | 31.79 | 25.94 | 30.53 | - |
| YUV | 142.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 146 | 0 | 0.34 | 0.21 | 0.28 | 336.19 | 0.31 | 0.6 |
| Hex | B8 | 79 | 92 | 0 | 22 | 15 | 1C | 150 | 1F | 3C |
| Octal | 270 | 171 | 222 | 0 | 42 | 25 | 34 | 520 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10010010 | 0 | 100010 | 10101 | 11100 | 101010000 | 11111 | 111100 |
Color Harmonies of #B87992
Complementary color
Monochromatic Colors of #B87992
Black with #B87992
Text Example
Text Example
White with #B87992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87992; }
p { color: rgb(184,121,146); }
H1.HeaderClassName
{
color: #B87992;
}
.AnyTagClassName
{
color: #B87992;
}
</style>
background-color css
<style>
a { background-color: #B87992; }
a { background-color: rgb(184,121,146); }
div.DivClassName
{
background-color: #B87992;
}
.BgClassName
{
background-color: #B87992;
}
</style>
border-color css
<style>
span { border-color: #B87992; }
span { border-color: rgb(184,121,146); }
td.TdClassName
{
border-color: #B87992;
}
.TagClassName
{
border-color: #B87992;
}
</style>