Shades of Tapestry #B46C88
Tints of Tapestry #B46C88
RGB
CMYK
RGB Variations
Color information
#B46C88 (or 0xB46C88) is known color: Tapestry. HEX triplet: B4, 6C and 88. RGB value is (180,108,136). Sum of RGB (Red+Green+Blue) = 180+108+136=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46C88 is #4B9377. Grayscale: #848484. Windows color (decimal): -4952952 or 8940724. OLE color: 8940724.
HSL color Cylindrical-coordinate representation of color #B46C88: hue angle of 336.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46C88 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 136 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.29 |
| HSL | 336.67º | 0.32% | 0.56% | - |
| HSV(B) | 336.67º | 0.4% | 0.71% | - |
| XYZ | 28.63 | 22.21 | 26.07 | - |
| YUV | 132.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 136 | 0 | 0.40 | 0.24 | 0.29 | 336.67 | 0.32 | 0.56 |
| Hex | B4 | 6C | 88 | 0 | 28 | 18 | 1D | 151 | 20 | 38 |
| Octal | 264 | 154 | 210 | 0 | 50 | 30 | 35 | 521 | 40 | 70 |
| Binary | 10110100 | 1101100 | 10001000 | 0 | 101000 | 11000 | 11101 | 101010001 | 100000 | 111000 |
Color Harmonies of #B46C88
Complementary color
Monochromatic Colors of #B46C88
Black with #B46C88
Text Example
Text Example
White with #B46C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C88; }
p { color: rgb(180,108,136); }
H1.HeaderClassName
{
color: #B46C88;
}
.AnyTagClassName
{
color: #B46C88;
}
</style>
background-color css
<style>
a { background-color: #B46C88; }
a { background-color: rgb(180,108,136); }
div.DivClassName
{
background-color: #B46C88;
}
.BgClassName
{
background-color: #B46C88;
}
</style>
border-color css
<style>
span { border-color: #B46C88; }
span { border-color: rgb(180,108,136); }
td.TdClassName
{
border-color: #B46C88;
}
.TagClassName
{
border-color: #B46C88;
}
</style>