Shades of Tapestry #B46D91
Tints of Tapestry #B46D91
RGB
CMYK
RGB Variations
Color information
#B46D91 (or 0xB46D91) is known color: Tapestry. HEX triplet: B4, 6D and 91. RGB value is (180,109,145). Sum of RGB (Red+Green+Blue) = 180+109+145=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D91 is #4B926E. Grayscale: #868686. Windows color (decimal): -4952687 or 9530804. OLE color: 9530804.
HSL color Cylindrical-coordinate representation of color #B46D91: hue angle of 329.58º 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 #B46D91 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 145 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.29 |
| HSL | 329.58º | 0.32% | 0.57% | - |
| HSV(B) | 329.58º | 0.39% | 0.71% | - |
| XYZ | 29.4 | 22.68 | 29.62 | - |
| YUV | 134.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 145 | 0 | 0.39 | 0.19 | 0.29 | 329.58 | 0.32 | 0.57 |
| Hex | B4 | 6D | 91 | 0 | 27 | 13 | 1D | 14A | 20 | 39 |
| Octal | 264 | 155 | 221 | 0 | 47 | 23 | 35 | 512 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10010001 | 0 | 100111 | 10011 | 11101 | 101001010 | 100000 | 111001 |
Color Harmonies of #B46D91
Complementary color
Monochromatic Colors of #B46D91
Black with #B46D91
Text Example
Text Example
White with #B46D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D91; }
p { color: rgb(180,109,145); }
H1.HeaderClassName
{
color: #B46D91;
}
.AnyTagClassName
{
color: #B46D91;
}
</style>
background-color css
<style>
a { background-color: #B46D91; }
a { background-color: rgb(180,109,145); }
div.DivClassName
{
background-color: #B46D91;
}
.BgClassName
{
background-color: #B46D91;
}
</style>
border-color css
<style>
span { border-color: #B46D91; }
span { border-color: rgb(180,109,145); }
td.TdClassName
{
border-color: #B46D91;
}
.TagClassName
{
border-color: #B46D91;
}
</style>