Shades of Tapestry #B87A83
Tints of Tapestry #B87A83
RGB
CMYK
RGB Variations
Color information
#B87A83 (or 0xB87A83) is known color: Tapestry. HEX triplet: B8, 7A and 83. RGB value is (184,122,131). Sum of RGB (Red+Green+Blue) = 184+122+131=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A83 is #47857C. Grayscale: #8D8D8D. Windows color (decimal): -4687229 or 8616632. OLE color: 8616632.
HSL color Cylindrical-coordinate representation of color #B87A83: hue angle of 351.29º degrees, saturation: 0.3, 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 #B87A83 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 131 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.28 |
| HSL | 351.29º | 0.3% | 0.6% | - |
| HSV(B) | 351.29º | 0.34% | 0.72% | - |
| XYZ | 30.82 | 25.75 | 24.82 | - |
| YUV | 141.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 131 | 0 | 0.34 | 0.29 | 0.28 | 351.29 | 0.3 | 0.6 |
| Hex | B8 | 7A | 83 | 0 | 22 | 1D | 1C | 15F | 1E | 3C |
| Octal | 270 | 172 | 203 | 0 | 42 | 35 | 34 | 537 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10000011 | 0 | 100010 | 11101 | 11100 | 101011111 | 11110 | 111100 |
Color Harmonies of #B87A83
Complementary color
Monochromatic Colors of #B87A83
Black with #B87A83
Text Example
Text Example
White with #B87A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A83; }
p { color: rgb(184,122,131); }
H1.HeaderClassName
{
color: #B87A83;
}
.AnyTagClassName
{
color: #B87A83;
}
</style>
background-color css
<style>
a { background-color: #B87A83; }
a { background-color: rgb(184,122,131); }
div.DivClassName
{
background-color: #B87A83;
}
.BgClassName
{
background-color: #B87A83;
}
</style>
border-color css
<style>
span { border-color: #B87A83; }
span { border-color: rgb(184,122,131); }
td.TdClassName
{
border-color: #B87A83;
}
.TagClassName
{
border-color: #B87A83;
}
</style>