Shades of Tapestry #B87C83
Tints of Tapestry #B87C83
RGB
CMYK
RGB Variations
Color information
#B87C83 (or 0xB87C83) is known color: Tapestry. HEX triplet: B8, 7C and 83. RGB value is (184,124,131). Sum of RGB (Red+Green+Blue) = 184+124+131=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C83 is #47837C. Grayscale: #8E8E8E. Windows color (decimal): -4686717 or 8617144. OLE color: 8617144.
HSL color Cylindrical-coordinate representation of color #B87C83: hue angle of 353º 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 #B87C83 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 131 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.28 |
| HSL | 353º | 0.3% | 0.6% | - |
| HSV(B) | 353º | 0.33% | 0.72% | - |
| XYZ | 31.07 | 26.24 | 24.9 | - |
| YUV | 142.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 131 | 0 | 0.33 | 0.29 | 0.28 | 353 | 0.3 | 0.6 |
| Hex | B8 | 7C | 83 | 0 | 21 | 1D | 1C | 161 | 1E | 3C |
| Octal | 270 | 174 | 203 | 0 | 41 | 35 | 34 | 541 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10000011 | 0 | 100001 | 11101 | 11100 | 101100001 | 11110 | 111100 |
Color Harmonies of #B87C83
Complementary color
Monochromatic Colors of #B87C83
Black with #B87C83
Text Example
Text Example
White with #B87C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C83; }
p { color: rgb(184,124,131); }
H1.HeaderClassName
{
color: #B87C83;
}
.AnyTagClassName
{
color: #B87C83;
}
</style>
background-color css
<style>
a { background-color: #B87C83; }
a { background-color: rgb(184,124,131); }
div.DivClassName
{
background-color: #B87C83;
}
.BgClassName
{
background-color: #B87C83;
}
</style>
border-color css
<style>
span { border-color: #B87C83; }
span { border-color: rgb(184,124,131); }
td.TdClassName
{
border-color: #B87C83;
}
.TagClassName
{
border-color: #B87C83;
}
</style>