Shades of Tapestry #B46F8D
Tints of Tapestry #B46F8D
RGB
CMYK
RGB Variations
Color information
#B46F8D (or 0xB46F8D) is known color: Tapestry. HEX triplet: B4, 6F and 8D. RGB value is (180,111,141). Sum of RGB (Red+Green+Blue) = 180+111+141=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F8D is #4B9072. Grayscale: #878787. Windows color (decimal): -4952179 or 9269172. OLE color: 9269172.
HSL color Cylindrical-coordinate representation of color #B46F8D: hue angle of 333.91º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46F8D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 141 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.29 |
| HSL | 333.91º | 0.32% | 0.57% | - |
| HSV(B) | 333.91º | 0.38% | 0.71% | - |
| XYZ | 29.31 | 23 | 28.09 | - |
| YUV | 135.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 141 | 0 | 0.38 | 0.22 | 0.29 | 333.91 | 0.32 | 0.57 |
| Hex | B4 | 6F | 8D | 0 | 26 | 16 | 1D | 14E | 20 | 39 |
| Octal | 264 | 157 | 215 | 0 | 46 | 26 | 35 | 516 | 40 | 71 |
| Binary | 10110100 | 1101111 | 10001101 | 0 | 100110 | 10110 | 11101 | 101001110 | 100000 | 111001 |
Color Harmonies of #B46F8D
Complementary color
Monochromatic Colors of #B46F8D
Black with #B46F8D
Text Example
Text Example
White with #B46F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F8D; }
p { color: rgb(180,111,141); }
H1.HeaderClassName
{
color: #B46F8D;
}
.AnyTagClassName
{
color: #B46F8D;
}
</style>
background-color css
<style>
a { background-color: #B46F8D; }
a { background-color: rgb(180,111,141); }
div.DivClassName
{
background-color: #B46F8D;
}
.BgClassName
{
background-color: #B46F8D;
}
</style>
border-color css
<style>
span { border-color: #B46F8D; }
span { border-color: rgb(180,111,141); }
td.TdClassName
{
border-color: #B46F8D;
}
.TagClassName
{
border-color: #B46F8D;
}
</style>