Shades of Tapestry #B8808D
Tints of Tapestry #B8808D
RGB
CMYK
RGB Variations
Color information
#B8808D (or 0xB8808D) is known color: Tapestry. HEX triplet: B8, 80 and 8D. RGB value is (184,128,141). Sum of RGB (Red+Green+Blue) = 184+128+141=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8808D is #477F72. Grayscale: #929292. Windows color (decimal): -4685683 or 9273528. OLE color: 9273528.
HSL color Cylindrical-coordinate representation of color #B8808D: hue angle of 346.07º 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 #B8808D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 141 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.28 |
| HSL | 346.07º | 0.28% | 0.61% | - |
| HSV(B) | 346.07º | 0.3% | 0.72% | - |
| XYZ | 32.29 | 27.55 | 28.82 | - |
| YUV | 146.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 141 | 0 | 0.30 | 0.23 | 0.28 | 346.07 | 0.28 | 0.61 |
| Hex | B8 | 80 | 8D | 0 | 1E | 17 | 1C | 15A | 1C | 3D |
| Octal | 270 | 200 | 215 | 0 | 36 | 27 | 34 | 532 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10001101 | 0 | 11110 | 10111 | 11100 | 101011010 | 11100 | 111101 |
Color Harmonies of #B8808D
Complementary color
Monochromatic Colors of #B8808D
Black with #B8808D
Text Example
Text Example
White with #B8808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8808D; }
p { color: rgb(184,128,141); }
H1.HeaderClassName
{
color: #B8808D;
}
.AnyTagClassName
{
color: #B8808D;
}
</style>
background-color css
<style>
a { background-color: #B8808D; }
a { background-color: rgb(184,128,141); }
div.DivClassName
{
background-color: #B8808D;
}
.BgClassName
{
background-color: #B8808D;
}
</style>
border-color css
<style>
span { border-color: #B8808D; }
span { border-color: rgb(184,128,141); }
td.TdClassName
{
border-color: #B8808D;
}
.TagClassName
{
border-color: #B8808D;
}
</style>