Shades of Tapestry #B66D81
Tints of Tapestry #B66D81
RGB
CMYK
RGB Variations
Color information
#B66D81 (or 0xB66D81) is known color: Tapestry. HEX triplet: B6, 6D and 81. RGB value is (182,109,129). Sum of RGB (Red+Green+Blue) = 182+109+129=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D81 is #49927E. Grayscale: #858585. Windows color (decimal): -4821631 or 8482230. OLE color: 8482230.
HSL color Cylindrical-coordinate representation of color #B66D81: hue angle of 343.56º 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 #B66D81 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 129 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.29 |
| HSL | 343.56º | 0.33% | 0.57% | - |
| HSV(B) | 343.56º | 0.4% | 0.71% | - |
| XYZ | 28.72 | 22.47 | 23.59 | - |
| YUV | 133.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 129 | 0 | 0.40 | 0.29 | 0.29 | 343.56 | 0.33 | 0.57 |
| Hex | B6 | 6D | 81 | 0 | 28 | 1D | 1D | 158 | 21 | 39 |
| Octal | 266 | 155 | 201 | 0 | 50 | 35 | 35 | 530 | 41 | 71 |
| Binary | 10110110 | 1101101 | 10000001 | 0 | 101000 | 11101 | 11101 | 101011000 | 100001 | 111001 |
Color Harmonies of #B66D81
Complementary color
Monochromatic Colors of #B66D81
Black with #B66D81
Text Example
Text Example
White with #B66D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D81; }
p { color: rgb(182,109,129); }
H1.HeaderClassName
{
color: #B66D81;
}
.AnyTagClassName
{
color: #B66D81;
}
</style>
background-color css
<style>
a { background-color: #B66D81; }
a { background-color: rgb(182,109,129); }
div.DivClassName
{
background-color: #B66D81;
}
.BgClassName
{
background-color: #B66D81;
}
</style>
border-color css
<style>
span { border-color: #B66D81; }
span { border-color: rgb(182,109,129); }
td.TdClassName
{
border-color: #B66D81;
}
.TagClassName
{
border-color: #B66D81;
}
</style>