Shades of Tapestry #B46B91
Tints of Tapestry #B46B91
RGB
CMYK
RGB Variations
Color information
#B46B91 (or 0xB46B91) is known color: Tapestry. HEX triplet: B4, 6B and 91. RGB value is (180,107,145). Sum of RGB (Red+Green+Blue) = 180+107+145=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B91 is #4B946E. Grayscale: #858585. Windows color (decimal): -4953199 or 9530292. OLE color: 9530292.
HSL color Cylindrical-coordinate representation of color #B46B91: hue angle of 328.77º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46B91 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 145 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.29 |
| HSL | 328.77º | 0.33% | 0.56% | - |
| HSV(B) | 328.77º | 0.41% | 0.71% | - |
| XYZ | 29.19 | 22.26 | 29.55 | - |
| YUV | 133.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 145 | 0 | 0.41 | 0.19 | 0.29 | 328.77 | 0.33 | 0.56 |
| Hex | B4 | 6B | 91 | 0 | 29 | 13 | 1D | 149 | 21 | 38 |
| Octal | 264 | 153 | 221 | 0 | 51 | 23 | 35 | 511 | 41 | 70 |
| Binary | 10110100 | 1101011 | 10010001 | 0 | 101001 | 10011 | 11101 | 101001001 | 100001 | 111000 |
Color Harmonies of #B46B91
Complementary color
Monochromatic Colors of #B46B91
Black with #B46B91
Text Example
Text Example
White with #B46B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B91; }
p { color: rgb(180,107,145); }
H1.HeaderClassName
{
color: #B46B91;
}
.AnyTagClassName
{
color: #B46B91;
}
</style>
background-color css
<style>
a { background-color: #B46B91; }
a { background-color: rgb(180,107,145); }
div.DivClassName
{
background-color: #B46B91;
}
.BgClassName
{
background-color: #B46B91;
}
</style>
border-color css
<style>
span { border-color: #B46B91; }
span { border-color: rgb(180,107,145); }
td.TdClassName
{
border-color: #B46B91;
}
.TagClassName
{
border-color: #B46B91;
}
</style>