Shades of Tapestry #B3878B
Tints of Tapestry #B3878B
RGB
CMYK
RGB Variations
Color information
#B3878B (or 0xB3878B) is known color: Tapestry. HEX triplet: B3, 87 and 8B. RGB value is (179,135,139). Sum of RGB (Red+Green+Blue) = 179+135+139=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3878B is #4C7874. Grayscale: #949494. Windows color (decimal): -5011573 or 9144243. OLE color: 9144243.
HSL color Cylindrical-coordinate representation of color #B3878B: hue angle of 354.55º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3878B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 139 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.30 |
| HSL | 354.55º | 0.22% | 0.62% | - |
| HSV(B) | 354.55º | 0.25% | 0.7% | - |
| XYZ | 31.91 | 28.78 | 28.3 | - |
| YUV | 148.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 139 | 0 | 0.25 | 0.22 | 0.30 | 354.55 | 0.22 | 0.62 |
| Hex | B3 | 87 | 8B | 0 | 19 | 16 | 1E | 163 | 16 | 3E |
| Octal | 263 | 207 | 213 | 0 | 31 | 26 | 36 | 543 | 26 | 76 |
| Binary | 10110011 | 10000111 | 10001011 | 0 | 11001 | 10110 | 11110 | 101100011 | 10110 | 111110 |
Color Harmonies of #B3878B
Complementary color
Monochromatic Colors of #B3878B
Black with #B3878B
Text Example
Text Example
White with #B3878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3878B; }
p { color: rgb(179,135,139); }
H1.HeaderClassName
{
color: #B3878B;
}
.AnyTagClassName
{
color: #B3878B;
}
</style>
background-color css
<style>
a { background-color: #B3878B; }
a { background-color: rgb(179,135,139); }
div.DivClassName
{
background-color: #B3878B;
}
.BgClassName
{
background-color: #B3878B;
}
</style>
border-color css
<style>
span { border-color: #B3878B; }
span { border-color: rgb(179,135,139); }
td.TdClassName
{
border-color: #B3878B;
}
.TagClassName
{
border-color: #B3878B;
}
</style>