Shades of Tapestry #B2858F
Tints of Tapestry #B2858F
RGB
CMYK
RGB Variations
Color information
#B2858F (or 0xB2858F) is known color: Tapestry. HEX triplet: B2, 85 and 8F. RGB value is (178,133,143). Sum of RGB (Red+Green+Blue) = 178+133+143=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2858F is #4D7A70. Grayscale: #939393. Windows color (decimal): -5077617 or 9405874. OLE color: 9405874.
HSL color Cylindrical-coordinate representation of color #B2858F: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2858F is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 143 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.30 |
| HSL | 346.67º | 0.23% | 0.61% | - |
| HSV(B) | 346.67º | 0.25% | 0.7% | - |
| XYZ | 31.71 | 28.22 | 29.76 | - |
| YUV | 147.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 143 | 0 | 0.25 | 0.20 | 0.30 | 346.67 | 0.23 | 0.61 |
| Hex | B2 | 85 | 8F | 0 | 19 | 14 | 1E | 15B | 17 | 3D |
| Octal | 262 | 205 | 217 | 0 | 31 | 24 | 36 | 533 | 27 | 75 |
| Binary | 10110010 | 10000101 | 10001111 | 0 | 11001 | 10100 | 11110 | 101011011 | 10111 | 111101 |
Color Harmonies of #B2858F
Complementary color
Monochromatic Colors of #B2858F
Black with #B2858F
Text Example
Text Example
White with #B2858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2858F; }
p { color: rgb(178,133,143); }
H1.HeaderClassName
{
color: #B2858F;
}
.AnyTagClassName
{
color: #B2858F;
}
</style>
background-color css
<style>
a { background-color: #B2858F; }
a { background-color: rgb(178,133,143); }
div.DivClassName
{
background-color: #B2858F;
}
.BgClassName
{
background-color: #B2858F;
}
</style>
border-color css
<style>
span { border-color: #B2858F; }
span { border-color: rgb(178,133,143); }
td.TdClassName
{
border-color: #B2858F;
}
.TagClassName
{
border-color: #B2858F;
}
</style>