Shades of Tapestry #B66D84
Tints of Tapestry #B66D84
RGB
CMYK
RGB Variations
Color information
#B66D84 (or 0xB66D84) is known color: Tapestry. HEX triplet: B6, 6D and 84. RGB value is (182,109,132). Sum of RGB (Red+Green+Blue) = 182+109+132=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D84 is #49927B. Grayscale: #858585. Windows color (decimal): -4821628 or 8678838. OLE color: 8678838.
HSL color Cylindrical-coordinate representation of color #B66D84: hue angle of 341.1º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66D84 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 132 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.29 |
| HSL | 341.1º | 0.33% | 0.57% | - |
| HSV(B) | 341.1º | 0.4% | 0.71% | - |
| XYZ | 28.92 | 22.55 | 24.66 | - |
| YUV | 133.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 132 | 0 | 0.40 | 0.27 | 0.29 | 341.1 | 0.33 | 0.57 |
| Hex | B6 | 6D | 84 | 0 | 28 | 1B | 1D | 155 | 21 | 39 |
| Octal | 266 | 155 | 204 | 0 | 50 | 33 | 35 | 525 | 41 | 71 |
| Binary | 10110110 | 1101101 | 10000100 | 0 | 101000 | 11011 | 11101 | 101010101 | 100001 | 111001 |
Color Harmonies of #B66D84
Complementary color
Monochromatic Colors of #B66D84
Black with #B66D84
Text Example
Text Example
White with #B66D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D84; }
p { color: rgb(182,109,132); }
H1.HeaderClassName
{
color: #B66D84;
}
.AnyTagClassName
{
color: #B66D84;
}
</style>
background-color css
<style>
a { background-color: #B66D84; }
a { background-color: rgb(182,109,132); }
div.DivClassName
{
background-color: #B66D84;
}
.BgClassName
{
background-color: #B66D84;
}
</style>
border-color css
<style>
span { border-color: #B66D84; }
span { border-color: rgb(182,109,132); }
td.TdClassName
{
border-color: #B66D84;
}
.TagClassName
{
border-color: #B66D84;
}
</style>