Shades of Tapestry #B87982
Tints of Tapestry #B87982
RGB
CMYK
RGB Variations
Color information
#B87982 (or 0xB87982) is known color: Tapestry. HEX triplet: B8, 79 and 82. RGB value is (184,121,130). Sum of RGB (Red+Green+Blue) = 184+121+130=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87982 is #47867D. Grayscale: #8C8C8C. Windows color (decimal): -4687486 or 8550840. OLE color: 8550840.
HSL color Cylindrical-coordinate representation of color #B87982: hue angle of 351.43º 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 #B87982 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 130 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.28 |
| HSL | 351.43º | 0.31% | 0.6% | - |
| HSV(B) | 351.43º | 0.34% | 0.72% | - |
| XYZ | 30.63 | 25.48 | 24.42 | - |
| YUV | 140.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 130 | 0 | 0.34 | 0.29 | 0.28 | 351.43 | 0.31 | 0.6 |
| Hex | B8 | 79 | 82 | 0 | 22 | 1D | 1C | 15F | 1F | 3C |
| Octal | 270 | 171 | 202 | 0 | 42 | 35 | 34 | 537 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10000010 | 0 | 100010 | 11101 | 11100 | 101011111 | 11111 | 111100 |
Color Harmonies of #B87982
Complementary color
Monochromatic Colors of #B87982
Black with #B87982
Text Example
Text Example
White with #B87982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87982; }
p { color: rgb(184,121,130); }
H1.HeaderClassName
{
color: #B87982;
}
.AnyTagClassName
{
color: #B87982;
}
</style>
background-color css
<style>
a { background-color: #B87982; }
a { background-color: rgb(184,121,130); }
div.DivClassName
{
background-color: #B87982;
}
.BgClassName
{
background-color: #B87982;
}
</style>
border-color css
<style>
span { border-color: #B87982; }
span { border-color: rgb(184,121,130); }
td.TdClassName
{
border-color: #B87982;
}
.TagClassName
{
border-color: #B87982;
}
</style>