Shades of Tapestry #B87B81
Tints of Tapestry #B87B81
RGB
CMYK
RGB Variations
Color information
#B87B81 (or 0xB87B81) is known color: Tapestry. HEX triplet: B8, 7B and 81. RGB value is (184,123,129). Sum of RGB (Red+Green+Blue) = 184+123+129=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B81 is #47847E. Grayscale: #8D8D8D. Windows color (decimal): -4686975 or 8485816. OLE color: 8485816.
HSL color Cylindrical-coordinate representation of color #B87B81: hue angle of 354.1º 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 #B87B81 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 129 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.28 |
| HSL | 354.1º | 0.3% | 0.6% | - |
| HSV(B) | 354.1º | 0.33% | 0.72% | - |
| XYZ | 30.81 | 25.94 | 24.15 | - |
| YUV | 141.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 129 | 0 | 0.33 | 0.30 | 0.28 | 354.1 | 0.3 | 0.6 |
| Hex | B8 | 7B | 81 | 0 | 21 | 1E | 1C | 162 | 1E | 3C |
| Octal | 270 | 173 | 201 | 0 | 41 | 36 | 34 | 542 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10000001 | 0 | 100001 | 11110 | 11100 | 101100010 | 11110 | 111100 |
Color Harmonies of #B87B81
Complementary color
Monochromatic Colors of #B87B81
Black with #B87B81
Text Example
Text Example
White with #B87B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B81; }
p { color: rgb(184,123,129); }
H1.HeaderClassName
{
color: #B87B81;
}
.AnyTagClassName
{
color: #B87B81;
}
</style>
background-color css
<style>
a { background-color: #B87B81; }
a { background-color: rgb(184,123,129); }
div.DivClassName
{
background-color: #B87B81;
}
.BgClassName
{
background-color: #B87B81;
}
</style>
border-color css
<style>
span { border-color: #B87B81; }
span { border-color: rgb(184,123,129); }
td.TdClassName
{
border-color: #B87B81;
}
.TagClassName
{
border-color: #B87B81;
}
</style>