Shades of Tapestry #B46D8E
Tints of Tapestry #B46D8E
RGB
CMYK
RGB Variations
Color information
#B46D8E (or 0xB46D8E) is known color: Tapestry. HEX triplet: B4, 6D and 8E. RGB value is (180,109,142). Sum of RGB (Red+Green+Blue) = 180+109+142=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8E is #4B9271. Grayscale: #858585. Windows color (decimal): -4952690 or 9334196. OLE color: 9334196.
HSL color Cylindrical-coordinate representation of color #B46D8E: hue angle of 332.11º 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 #B46D8E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 142 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.29 |
| HSL | 332.11º | 0.32% | 0.57% | - |
| HSV(B) | 332.11º | 0.39% | 0.71% | - |
| XYZ | 29.17 | 22.59 | 28.41 | - |
| YUV | 133.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 142 | 0 | 0.39 | 0.21 | 0.29 | 332.11 | 0.32 | 0.57 |
| Hex | B4 | 6D | 8E | 0 | 27 | 15 | 1D | 14C | 20 | 39 |
| Octal | 264 | 155 | 216 | 0 | 47 | 25 | 35 | 514 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10001110 | 0 | 100111 | 10101 | 11101 | 101001100 | 100000 | 111001 |
Color Harmonies of #B46D8E
Complementary color
Monochromatic Colors of #B46D8E
Black with #B46D8E
Text Example
Text Example
White with #B46D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D8E; }
p { color: rgb(180,109,142); }
H1.HeaderClassName
{
color: #B46D8E;
}
.AnyTagClassName
{
color: #B46D8E;
}
</style>
background-color css
<style>
a { background-color: #B46D8E; }
a { background-color: rgb(180,109,142); }
div.DivClassName
{
background-color: #B46D8E;
}
.BgClassName
{
background-color: #B46D8E;
}
</style>
border-color css
<style>
span { border-color: #B46D8E; }
span { border-color: rgb(180,109,142); }
td.TdClassName
{
border-color: #B46D8E;
}
.TagClassName
{
border-color: #B46D8E;
}
</style>