Shades of Tapestry #B8818D
Tints of Tapestry #B8818D
RGB
CMYK
RGB Variations
Color information
#B8818D (or 0xB8818D) is known color: Tapestry. HEX triplet: B8, 81 and 8D. RGB value is (184,129,141). Sum of RGB (Red+Green+Blue) = 184+129+141=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8818D is #477E72. Grayscale: #929292. Windows color (decimal): -4685427 or 9273784. OLE color: 9273784.
HSL color Cylindrical-coordinate representation of color #B8818D: hue angle of 346.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8818D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 141 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.28 |
| HSL | 346.91º | 0.28% | 0.61% | - |
| HSV(B) | 346.91º | 0.3% | 0.72% | - |
| XYZ | 32.43 | 27.81 | 28.86 | - |
| YUV | 146.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 141 | 0 | 0.30 | 0.23 | 0.28 | 346.91 | 0.28 | 0.61 |
| Hex | B8 | 81 | 8D | 0 | 1E | 17 | 1C | 15B | 1C | 3D |
| Octal | 270 | 201 | 215 | 0 | 36 | 27 | 34 | 533 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10001101 | 0 | 11110 | 10111 | 11100 | 101011011 | 11100 | 111101 |
Color Harmonies of #B8818D
Complementary color
Monochromatic Colors of #B8818D
Black with #B8818D
Text Example
Text Example
White with #B8818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8818D; }
p { color: rgb(184,129,141); }
H1.HeaderClassName
{
color: #B8818D;
}
.AnyTagClassName
{
color: #B8818D;
}
</style>
background-color css
<style>
a { background-color: #B8818D; }
a { background-color: rgb(184,129,141); }
div.DivClassName
{
background-color: #B8818D;
}
.BgClassName
{
background-color: #B8818D;
}
</style>
border-color css
<style>
span { border-color: #B8818D; }
span { border-color: rgb(184,129,141); }
td.TdClassName
{
border-color: #B8818D;
}
.TagClassName
{
border-color: #B8818D;
}
</style>