Shades of Tapestry #B3858F
Tints of Tapestry #B3858F
RGB
CMYK
RGB Variations
Color information
#B3858F (or 0xB3858F) is known color: Tapestry. HEX triplet: B3, 85 and 8F. RGB value is (179,133,143). Sum of RGB (Red+Green+Blue) = 179+133+143=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3858F is #4C7A70. Grayscale: #939393. Windows color (decimal): -5012081 or 9405875. OLE color: 9405875.
HSL color Cylindrical-coordinate representation of color #B3858F: hue angle of 346.96º 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 #B3858F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 143 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.30 |
| HSL | 346.96º | 0.23% | 0.61% | - |
| HSV(B) | 346.96º | 0.26% | 0.7% | - |
| XYZ | 31.94 | 28.34 | 29.77 | - |
| YUV | 147.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 143 | 0 | 0.26 | 0.20 | 0.30 | 346.96 | 0.23 | 0.61 |
| Hex | B3 | 85 | 8F | 0 | 1A | 14 | 1E | 15B | 17 | 3D |
| Octal | 263 | 205 | 217 | 0 | 32 | 24 | 36 | 533 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10001111 | 0 | 11010 | 10100 | 11110 | 101011011 | 10111 | 111101 |
Color Harmonies of #B3858F
Complementary color
Monochromatic Colors of #B3858F
Black with #B3858F
Text Example
Text Example
White with #B3858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3858F; }
p { color: rgb(179,133,143); }
H1.HeaderClassName
{
color: #B3858F;
}
.AnyTagClassName
{
color: #B3858F;
}
</style>
background-color css
<style>
a { background-color: #B3858F; }
a { background-color: rgb(179,133,143); }
div.DivClassName
{
background-color: #B3858F;
}
.BgClassName
{
background-color: #B3858F;
}
</style>
border-color css
<style>
span { border-color: #B3858F; }
span { border-color: rgb(179,133,143); }
td.TdClassName
{
border-color: #B3858F;
}
.TagClassName
{
border-color: #B3858F;
}
</style>