Shades of Tapestry #B8808B
Tints of Tapestry #B8808B
RGB
CMYK
RGB Variations
Color information
#B8808B (or 0xB8808B) is known color: Tapestry. HEX triplet: B8, 80 and 8B. RGB value is (184,128,139). Sum of RGB (Red+Green+Blue) = 184+128+139=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8808B is #477F74. Grayscale: #929292. Windows color (decimal): -4685685 or 9142456. OLE color: 9142456.
HSL color Cylindrical-coordinate representation of color #B8808B: hue angle of 348.21º 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 #B8808B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 139 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.28 |
| HSL | 348.21º | 0.28% | 0.61% | - |
| HSV(B) | 348.21º | 0.3% | 0.72% | - |
| XYZ | 32.15 | 27.49 | 28.04 | - |
| YUV | 146 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 139 | 0 | 0.30 | 0.24 | 0.28 | 348.21 | 0.28 | 0.61 |
| Hex | B8 | 80 | 8B | 0 | 1E | 18 | 1C | 15C | 1C | 3D |
| Octal | 270 | 200 | 213 | 0 | 36 | 30 | 34 | 534 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10001011 | 0 | 11110 | 11000 | 11100 | 101011100 | 11100 | 111101 |
Color Harmonies of #B8808B
Complementary color
Monochromatic Colors of #B8808B
Black with #B8808B
Text Example
Text Example
White with #B8808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8808B; }
p { color: rgb(184,128,139); }
H1.HeaderClassName
{
color: #B8808B;
}
.AnyTagClassName
{
color: #B8808B;
}
</style>
background-color css
<style>
a { background-color: #B8808B; }
a { background-color: rgb(184,128,139); }
div.DivClassName
{
background-color: #B8808B;
}
.BgClassName
{
background-color: #B8808B;
}
</style>
border-color css
<style>
span { border-color: #B8808B; }
span { border-color: rgb(184,128,139); }
td.TdClassName
{
border-color: #B8808B;
}
.TagClassName
{
border-color: #B8808B;
}
</style>