Shades of Tapestry #B46E81
Tints of Tapestry #B46E81
RGB
CMYK
RGB Variations
Color information
#B46E81 (or 0xB46E81) is known color: Tapestry. HEX triplet: B4, 6E and 81. RGB value is (180,110,129). Sum of RGB (Red+Green+Blue) = 180+110+129=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E81 is #4B917E. Grayscale: #858585. Windows color (decimal): -4952447 or 8482484. OLE color: 8482484.
HSL color Cylindrical-coordinate representation of color #B46E81: hue angle of 343.71º 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 #B46E81 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 129 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.29 |
| HSL | 343.71º | 0.32% | 0.57% | - |
| HSV(B) | 343.71º | 0.39% | 0.71% | - |
| XYZ | 28.36 | 22.44 | 23.61 | - |
| YUV | 133.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 129 | 0 | 0.39 | 0.28 | 0.29 | 343.71 | 0.32 | 0.57 |
| Hex | B4 | 6E | 81 | 0 | 27 | 1C | 1D | 158 | 20 | 39 |
| Octal | 264 | 156 | 201 | 0 | 47 | 34 | 35 | 530 | 40 | 71 |
| Binary | 10110100 | 1101110 | 10000001 | 0 | 100111 | 11100 | 11101 | 101011000 | 100000 | 111001 |
Color Harmonies of #B46E81
Complementary color
Monochromatic Colors of #B46E81
Black with #B46E81
Text Example
Text Example
White with #B46E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E81; }
p { color: rgb(180,110,129); }
H1.HeaderClassName
{
color: #B46E81;
}
.AnyTagClassName
{
color: #B46E81;
}
</style>
background-color css
<style>
a { background-color: #B46E81; }
a { background-color: rgb(180,110,129); }
div.DivClassName
{
background-color: #B46E81;
}
.BgClassName
{
background-color: #B46E81;
}
</style>
border-color css
<style>
span { border-color: #B46E81; }
span { border-color: rgb(180,110,129); }
td.TdClassName
{
border-color: #B46E81;
}
.TagClassName
{
border-color: #B46E81;
}
</style>