Shades of Tapestry #B8818F
Tints of Tapestry #B8818F
RGB
CMYK
RGB Variations
Color information
#B8818F (or 0xB8818F) is known color: Tapestry. HEX triplet: B8, 81 and 8F. RGB value is (184,129,143). Sum of RGB (Red+Green+Blue) = 184+129+143=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8818F is #477E70. Grayscale: #939393. Windows color (decimal): -4685425 or 9404856. OLE color: 9404856.
HSL color Cylindrical-coordinate representation of color #B8818F: hue angle of 344.73º 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 #B8818F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 143 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.28 |
| HSL | 344.73º | 0.28% | 0.61% | - |
| HSV(B) | 344.73º | 0.3% | 0.72% | - |
| XYZ | 32.58 | 27.87 | 29.65 | - |
| YUV | 147.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 143 | 0 | 0.30 | 0.22 | 0.28 | 344.73 | 0.28 | 0.61 |
| Hex | B8 | 81 | 8F | 0 | 1E | 16 | 1C | 159 | 1C | 3D |
| Octal | 270 | 201 | 217 | 0 | 36 | 26 | 34 | 531 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10001111 | 0 | 11110 | 10110 | 11100 | 101011001 | 11100 | 111101 |
Color Harmonies of #B8818F
Complementary color
Monochromatic Colors of #B8818F
Black with #B8818F
Text Example
Text Example
White with #B8818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8818F; }
p { color: rgb(184,129,143); }
H1.HeaderClassName
{
color: #B8818F;
}
.AnyTagClassName
{
color: #B8818F;
}
</style>
background-color css
<style>
a { background-color: #B8818F; }
a { background-color: rgb(184,129,143); }
div.DivClassName
{
background-color: #B8818F;
}
.BgClassName
{
background-color: #B8818F;
}
</style>
border-color css
<style>
span { border-color: #B8818F; }
span { border-color: rgb(184,129,143); }
td.TdClassName
{
border-color: #B8818F;
}
.TagClassName
{
border-color: #B8818F;
}
</style>