Shades of Tapestry #B46988
Tints of Tapestry #B46988
RGB
CMYK
RGB Variations
Color information
#B46988 (or 0xB46988) is known color: Tapestry. HEX triplet: B4, 69 and 88. RGB value is (180,105,136). Sum of RGB (Red+Green+Blue) = 180+105+136=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B46988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46988 is #4B9677. Grayscale: #828282. Windows color (decimal): -4953720 or 8939956. OLE color: 8939956.
HSL color Cylindrical-coordinate representation of color #B46988: hue angle of 335.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46988 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 136 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.29 |
| HSL | 335.2º | 0.33% | 0.56% | - |
| HSV(B) | 335.2º | 0.42% | 0.71% | - |
| XYZ | 28.32 | 21.58 | 25.97 | - |
| YUV | 130.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 136 | 0 | 0.42 | 0.24 | 0.29 | 335.2 | 0.33 | 0.56 |
| Hex | B4 | 69 | 88 | 0 | 2A | 18 | 1D | 14F | 21 | 38 |
| Octal | 264 | 151 | 210 | 0 | 52 | 30 | 35 | 517 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10001000 | 0 | 101010 | 11000 | 11101 | 101001111 | 100001 | 111000 |
Color Harmonies of #B46988
Complementary color
Monochromatic Colors of #B46988
Black with #B46988
Text Example
Text Example
White with #B46988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46988; }
p { color: rgb(180,105,136); }
H1.HeaderClassName
{
color: #B46988;
}
.AnyTagClassName
{
color: #B46988;
}
</style>
background-color css
<style>
a { background-color: #B46988; }
a { background-color: rgb(180,105,136); }
div.DivClassName
{
background-color: #B46988;
}
.BgClassName
{
background-color: #B46988;
}
</style>
border-color css
<style>
span { border-color: #B46988; }
span { border-color: rgb(180,105,136); }
td.TdClassName
{
border-color: #B46988;
}
.TagClassName
{
border-color: #B46988;
}
</style>