Shades of Tapestry #B46485
Tints of Tapestry #B46485
RGB
CMYK
RGB Variations
Color information
#B46485 (or 0xB46485) is known color: Tapestry. HEX triplet: B4, 64 and 85. RGB value is (180,100,133). Sum of RGB (Red+Green+Blue) = 180+100+133=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46485 is #4B9B7A. Grayscale: #7F7F7F. Windows color (decimal): -4955003 or 8742068. OLE color: 8742068.
HSL color Cylindrical-coordinate representation of color #B46485: hue angle of 335.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46485 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 133 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.29 |
| HSL | 335.25º | 0.35% | 0.55% | - |
| HSV(B) | 335.25º | 0.44% | 0.71% | - |
| XYZ | 27.61 | 20.51 | 24.69 | - |
| YUV | 127.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 133 | 0 | 0.44 | 0.26 | 0.29 | 335.25 | 0.35 | 0.55 |
| Hex | B4 | 64 | 85 | 0 | 2C | 1A | 1D | 14F | 23 | 37 |
| Octal | 264 | 144 | 205 | 0 | 54 | 32 | 35 | 517 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10000101 | 0 | 101100 | 11010 | 11101 | 101001111 | 100011 | 110111 |
Color Harmonies of #B46485
Complementary color
Monochromatic Colors of #B46485
Black with #B46485
Text Example
Text Example
White with #B46485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46485; }
p { color: rgb(180,100,133); }
H1.HeaderClassName
{
color: #B46485;
}
.AnyTagClassName
{
color: #B46485;
}
</style>
background-color css
<style>
a { background-color: #B46485; }
a { background-color: rgb(180,100,133); }
div.DivClassName
{
background-color: #B46485;
}
.BgClassName
{
background-color: #B46485;
}
</style>
border-color css
<style>
span { border-color: #B46485; }
span { border-color: rgb(180,100,133); }
td.TdClassName
{
border-color: #B46485;
}
.TagClassName
{
border-color: #B46485;
}
</style>