Shades of Tapestry #B46D81
Tints of Tapestry #B46D81
RGB
CMYK
RGB Variations
Color information
#B46D81 (or 0xB46D81) is known color: Tapestry. HEX triplet: B4, 6D and 81. RGB value is (180,109,129). Sum of RGB (Red+Green+Blue) = 180+109+129=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D81 is #4B927E. Grayscale: #848484. Windows color (decimal): -4952703 or 8482228. OLE color: 8482228.
HSL color Cylindrical-coordinate representation of color #B46D81: hue angle of 343.1º 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 #B46D81 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 129 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.29 |
| HSL | 343.1º | 0.32% | 0.57% | - |
| HSV(B) | 343.1º | 0.39% | 0.71% | - |
| XYZ | 28.25 | 22.23 | 23.57 | - |
| YUV | 132.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 129 | 0 | 0.39 | 0.28 | 0.29 | 343.1 | 0.32 | 0.57 |
| Hex | B4 | 6D | 81 | 0 | 27 | 1C | 1D | 157 | 20 | 39 |
| Octal | 264 | 155 | 201 | 0 | 47 | 34 | 35 | 527 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10000001 | 0 | 100111 | 11100 | 11101 | 101010111 | 100000 | 111001 |
Color Harmonies of #B46D81
Complementary color
Monochromatic Colors of #B46D81
Black with #B46D81
Text Example
Text Example
White with #B46D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D81; }
p { color: rgb(180,109,129); }
H1.HeaderClassName
{
color: #B46D81;
}
.AnyTagClassName
{
color: #B46D81;
}
</style>
background-color css
<style>
a { background-color: #B46D81; }
a { background-color: rgb(180,109,129); }
div.DivClassName
{
background-color: #B46D81;
}
.BgClassName
{
background-color: #B46D81;
}
</style>
border-color css
<style>
span { border-color: #B46D81; }
span { border-color: rgb(180,109,129); }
td.TdClassName
{
border-color: #B46D81;
}
.TagClassName
{
border-color: #B46D81;
}
</style>