Shades of Tapestry #B66C8F
Tints of Tapestry #B66C8F
RGB
CMYK
RGB Variations
Color information
#B66C8F (or 0xB66C8F) is known color: Tapestry. HEX triplet: B6, 6C and 8F. RGB value is (182,108,143). Sum of RGB (Red+Green+Blue) = 182+108+143=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66C8F is #499370. Grayscale: #868686. Windows color (decimal): -4821873 or 9399478. OLE color: 9399478.
HSL color Cylindrical-coordinate representation of color #B66C8F: hue angle of 331.62º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66C8F is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 143 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.29 |
| HSL | 331.62º | 0.34% | 0.57% | - |
| HSV(B) | 331.62º | 0.41% | 0.71% | - |
| XYZ | 29.61 | 22.65 | 28.8 | - |
| YUV | 134.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 143 | 0 | 0.41 | 0.21 | 0.29 | 331.62 | 0.34 | 0.57 |
| Hex | B6 | 6C | 8F | 0 | 29 | 15 | 1D | 14C | 22 | 39 |
| Octal | 266 | 154 | 217 | 0 | 51 | 25 | 35 | 514 | 42 | 71 |
| Binary | 10110110 | 1101100 | 10001111 | 0 | 101001 | 10101 | 11101 | 101001100 | 100010 | 111001 |
Color Harmonies of #B66C8F
Complementary color
Monochromatic Colors of #B66C8F
Black with #B66C8F
Text Example
Text Example
White with #B66C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C8F; }
p { color: rgb(182,108,143); }
H1.HeaderClassName
{
color: #B66C8F;
}
.AnyTagClassName
{
color: #B66C8F;
}
</style>
background-color css
<style>
a { background-color: #B66C8F; }
a { background-color: rgb(182,108,143); }
div.DivClassName
{
background-color: #B66C8F;
}
.BgClassName
{
background-color: #B66C8F;
}
</style>
border-color css
<style>
span { border-color: #B66C8F; }
span { border-color: rgb(182,108,143); }
td.TdClassName
{
border-color: #B66C8F;
}
.TagClassName
{
border-color: #B66C8F;
}
</style>