Shades of Tapestry #B46D88
Tints of Tapestry #B46D88
RGB
CMYK
RGB Variations
Color information
#B46D88 (or 0xB46D88) is known color: Tapestry. HEX triplet: B4, 6D and 88. RGB value is (180,109,136). Sum of RGB (Red+Green+Blue) = 180+109+136=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D88 is #4B9277. Grayscale: #858585. Windows color (decimal): -4952696 or 8940980. OLE color: 8940980.
HSL color Cylindrical-coordinate representation of color #B46D88: hue angle of 337.18º 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 #B46D88 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 136 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.29 |
| HSL | 337.18º | 0.32% | 0.57% | - |
| HSV(B) | 337.18º | 0.39% | 0.71% | - |
| XYZ | 28.73 | 22.42 | 26.11 | - |
| YUV | 133.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 136 | 0 | 0.39 | 0.24 | 0.29 | 337.18 | 0.32 | 0.57 |
| Hex | B4 | 6D | 88 | 0 | 27 | 18 | 1D | 151 | 20 | 39 |
| Octal | 264 | 155 | 210 | 0 | 47 | 30 | 35 | 521 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10001000 | 0 | 100111 | 11000 | 11101 | 101010001 | 100000 | 111001 |
Color Harmonies of #B46D88
Complementary color
Monochromatic Colors of #B46D88
Black with #B46D88
Text Example
Text Example
White with #B46D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D88; }
p { color: rgb(180,109,136); }
H1.HeaderClassName
{
color: #B46D88;
}
.AnyTagClassName
{
color: #B46D88;
}
</style>
background-color css
<style>
a { background-color: #B46D88; }
a { background-color: rgb(180,109,136); }
div.DivClassName
{
background-color: #B46D88;
}
.BgClassName
{
background-color: #B46D88;
}
</style>
border-color css
<style>
span { border-color: #B46D88; }
span { border-color: rgb(180,109,136); }
td.TdClassName
{
border-color: #B46D88;
}
.TagClassName
{
border-color: #B46D88;
}
</style>