Shades of Tapestry #B46D8D
Tints of Tapestry #B46D8D
RGB
CMYK
RGB Variations
Color information
#B46D8D (or 0xB46D8D) is known color: Tapestry. HEX triplet: B4, 6D and 8D. RGB value is (180,109,141). Sum of RGB (Red+Green+Blue) = 180+109+141=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8D is #4B9272. Grayscale: #858585. Windows color (decimal): -4952691 or 9268660. OLE color: 9268660.
HSL color Cylindrical-coordinate representation of color #B46D8D: hue angle of 332.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46D8D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 141 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.29 |
| HSL | 332.96º | 0.32% | 0.57% | - |
| HSV(B) | 332.96º | 0.39% | 0.71% | - |
| XYZ | 29.1 | 22.56 | 28.02 | - |
| YUV | 133.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 141 | 0 | 0.39 | 0.22 | 0.29 | 332.96 | 0.32 | 0.57 |
| Hex | B4 | 6D | 8D | 0 | 27 | 16 | 1D | 14D | 20 | 39 |
| Octal | 264 | 155 | 215 | 0 | 47 | 26 | 35 | 515 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10001101 | 0 | 100111 | 10110 | 11101 | 101001101 | 100000 | 111001 |
Color Harmonies of #B46D8D
Complementary color
Monochromatic Colors of #B46D8D
Black with #B46D8D
Text Example
Text Example
White with #B46D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D8D; }
p { color: rgb(180,109,141); }
H1.HeaderClassName
{
color: #B46D8D;
}
.AnyTagClassName
{
color: #B46D8D;
}
</style>
background-color css
<style>
a { background-color: #B46D8D; }
a { background-color: rgb(180,109,141); }
div.DivClassName
{
background-color: #B46D8D;
}
.BgClassName
{
background-color: #B46D8D;
}
</style>
border-color css
<style>
span { border-color: #B46D8D; }
span { border-color: rgb(180,109,141); }
td.TdClassName
{
border-color: #B46D8D;
}
.TagClassName
{
border-color: #B46D8D;
}
</style>