Shades of Tapestry #B66F8D
Tints of Tapestry #B66F8D
RGB
CMYK
RGB Variations
Color information
#B66F8D (or 0xB66F8D) is known color: Tapestry. HEX triplet: B6, 6F and 8D. RGB value is (182,111,141). Sum of RGB (Red+Green+Blue) = 182+111+141=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F8D is #499072. Grayscale: #878787. Windows color (decimal): -4821107 or 9269174. OLE color: 9269174.
HSL color Cylindrical-coordinate representation of color #B66F8D: hue angle of 334.65º degrees, saturation: 0.33, 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 #B66F8D is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 141 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.29 |
| HSL | 334.65º | 0.33% | 0.57% | - |
| HSV(B) | 334.65º | 0.39% | 0.71% | - |
| XYZ | 29.78 | 23.24 | 28.11 | - |
| YUV | 135.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 141 | 0 | 0.39 | 0.23 | 0.29 | 334.65 | 0.33 | 0.57 |
| Hex | B6 | 6F | 8D | 0 | 27 | 17 | 1D | 14F | 21 | 39 |
| Octal | 266 | 157 | 215 | 0 | 47 | 27 | 35 | 517 | 41 | 71 |
| Binary | 10110110 | 1101111 | 10001101 | 0 | 100111 | 10111 | 11101 | 101001111 | 100001 | 111001 |
Color Harmonies of #B66F8D
Complementary color
Monochromatic Colors of #B66F8D
Black with #B66F8D
Text Example
Text Example
White with #B66F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F8D; }
p { color: rgb(182,111,141); }
H1.HeaderClassName
{
color: #B66F8D;
}
.AnyTagClassName
{
color: #B66F8D;
}
</style>
background-color css
<style>
a { background-color: #B66F8D; }
a { background-color: rgb(182,111,141); }
div.DivClassName
{
background-color: #B66F8D;
}
.BgClassName
{
background-color: #B66F8D;
}
</style>
border-color css
<style>
span { border-color: #B66F8D; }
span { border-color: rgb(182,111,141); }
td.TdClassName
{
border-color: #B66F8D;
}
.TagClassName
{
border-color: #B66F8D;
}
</style>