Shades of Tapestry #B2848F
Tints of Tapestry #B2848F
RGB
CMYK
RGB Variations
Color information
#B2848F (or 0xB2848F) is known color: Tapestry. HEX triplet: B2, 84 and 8F. RGB value is (178,132,143). Sum of RGB (Red+Green+Blue) = 178+132+143=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2848F is #4D7B70. Grayscale: #939393. Windows color (decimal): -5077873 or 9405618. OLE color: 9405618.
HSL color Cylindrical-coordinate representation of color #B2848F: hue angle of 345.65º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2848F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 143 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.30 |
| HSL | 345.65º | 0.23% | 0.61% | - |
| HSV(B) | 345.65º | 0.26% | 0.7% | - |
| XYZ | 31.57 | 27.95 | 29.72 | - |
| YUV | 147.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 143 | 0 | 0.26 | 0.20 | 0.30 | 345.65 | 0.23 | 0.61 |
| Hex | B2 | 84 | 8F | 0 | 1A | 14 | 1E | 15A | 17 | 3D |
| Octal | 262 | 204 | 217 | 0 | 32 | 24 | 36 | 532 | 27 | 75 |
| Binary | 10110010 | 10000100 | 10001111 | 0 | 11010 | 10100 | 11110 | 101011010 | 10111 | 111101 |
Color Harmonies of #B2848F
Complementary color
Monochromatic Colors of #B2848F
Black with #B2848F
Text Example
Text Example
White with #B2848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2848F; }
p { color: rgb(178,132,143); }
H1.HeaderClassName
{
color: #B2848F;
}
.AnyTagClassName
{
color: #B2848F;
}
</style>
background-color css
<style>
a { background-color: #B2848F; }
a { background-color: rgb(178,132,143); }
div.DivClassName
{
background-color: #B2848F;
}
.BgClassName
{
background-color: #B2848F;
}
</style>
border-color css
<style>
span { border-color: #B2848F; }
span { border-color: rgb(178,132,143); }
td.TdClassName
{
border-color: #B2848F;
}
.TagClassName
{
border-color: #B2848F;
}
</style>