Shades of Tapestry #B46C86
Tints of Tapestry #B46C86
RGB
CMYK
RGB Variations
Color information
#B46C86 (or 0xB46C86) is known color: Tapestry. HEX triplet: B4, 6C and 86. RGB value is (180,108,134). Sum of RGB (Red+Green+Blue) = 180+108+134=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46C86 is #4B9379. Grayscale: #848484. Windows color (decimal): -4952954 or 8809652. OLE color: 8809652.
HSL color Cylindrical-coordinate representation of color #B46C86: hue angle of 338.33º 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 #B46C86 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 134 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.29 |
| HSL | 338.33º | 0.32% | 0.56% | - |
| HSV(B) | 338.33º | 0.4% | 0.71% | - |
| XYZ | 28.49 | 22.15 | 25.33 | - |
| YUV | 132.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 134 | 0 | 0.40 | 0.26 | 0.29 | 338.33 | 0.32 | 0.56 |
| Hex | B4 | 6C | 86 | 0 | 28 | 1A | 1D | 152 | 20 | 38 |
| Octal | 264 | 154 | 206 | 0 | 50 | 32 | 35 | 522 | 40 | 70 |
| Binary | 10110100 | 1101100 | 10000110 | 0 | 101000 | 11010 | 11101 | 101010010 | 100000 | 111000 |
Color Harmonies of #B46C86
Complementary color
Monochromatic Colors of #B46C86
Black with #B46C86
Text Example
Text Example
White with #B46C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C86; }
p { color: rgb(180,108,134); }
H1.HeaderClassName
{
color: #B46C86;
}
.AnyTagClassName
{
color: #B46C86;
}
</style>
background-color css
<style>
a { background-color: #B46C86; }
a { background-color: rgb(180,108,134); }
div.DivClassName
{
background-color: #B46C86;
}
.BgClassName
{
background-color: #B46C86;
}
</style>
border-color css
<style>
span { border-color: #B46C86; }
span { border-color: rgb(180,108,134); }
td.TdClassName
{
border-color: #B46C86;
}
.TagClassName
{
border-color: #B46C86;
}
</style>