Shades of Tapestry #B87682
Tints of Tapestry #B87682
RGB
CMYK
RGB Variations
Color information
#B87682 (or 0xB87682) is known color: Tapestry. HEX triplet: B8, 76 and 82. RGB value is (184,118,130). Sum of RGB (Red+Green+Blue) = 184+118+130=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87682 is #47897D. Grayscale: #8B8B8B. Windows color (decimal): -4688254 or 8550072. OLE color: 8550072.
HSL color Cylindrical-coordinate representation of color #B87682: hue angle of 349.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87682 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 130 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.28 |
| HSL | 349.09º | 0.32% | 0.59% | - |
| HSV(B) | 349.09º | 0.36% | 0.72% | - |
| XYZ | 30.27 | 24.76 | 24.3 | - |
| YUV | 139.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 130 | 0 | 0.36 | 0.29 | 0.28 | 349.09 | 0.32 | 0.59 |
| Hex | B8 | 76 | 82 | 0 | 24 | 1D | 1C | 15D | 20 | 3B |
| Octal | 270 | 166 | 202 | 0 | 44 | 35 | 34 | 535 | 40 | 73 |
| Binary | 10111000 | 1110110 | 10000010 | 0 | 100100 | 11101 | 11100 | 101011101 | 100000 | 111011 |
Color Harmonies of #B87682
Complementary color
Monochromatic Colors of #B87682
Black with #B87682
Text Example
Text Example
White with #B87682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87682; }
p { color: rgb(184,118,130); }
H1.HeaderClassName
{
color: #B87682;
}
.AnyTagClassName
{
color: #B87682;
}
</style>
background-color css
<style>
a { background-color: #B87682; }
a { background-color: rgb(184,118,130); }
div.DivClassName
{
background-color: #B87682;
}
.BgClassName
{
background-color: #B87682;
}
</style>
border-color css
<style>
span { border-color: #B87682; }
span { border-color: rgb(184,118,130); }
td.TdClassName
{
border-color: #B87682;
}
.TagClassName
{
border-color: #B87682;
}
</style>