Shades of Tapestry #B66D92
Tints of Tapestry #B66D92
RGB
CMYK
RGB Variations
Color information
#B66D92 (or 0xB66D92) is known color: Tapestry. HEX triplet: B6, 6D and 92. RGB value is (182,109,146). Sum of RGB (Red+Green+Blue) = 182+109+146=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D92 is #49926D. Grayscale: #868686. Windows color (decimal): -4821614 or 9596342. OLE color: 9596342.
HSL color Cylindrical-coordinate representation of color #B66D92: hue angle of 329.59º 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 #B66D92 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 146 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.29 |
| HSL | 329.59º | 0.33% | 0.57% | - |
| HSV(B) | 329.59º | 0.4% | 0.71% | - |
| XYZ | 29.95 | 22.96 | 30.05 | - |
| YUV | 135.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 146 | 0 | 0.40 | 0.20 | 0.29 | 329.59 | 0.33 | 0.57 |
| Hex | B6 | 6D | 92 | 0 | 28 | 14 | 1D | 14A | 21 | 39 |
| Octal | 266 | 155 | 222 | 0 | 50 | 24 | 35 | 512 | 41 | 71 |
| Binary | 10110110 | 1101101 | 10010010 | 0 | 101000 | 10100 | 11101 | 101001010 | 100001 | 111001 |
Color Harmonies of #B66D92
Complementary color
Monochromatic Colors of #B66D92
Black with #B66D92
Text Example
Text Example
White with #B66D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D92; }
p { color: rgb(182,109,146); }
H1.HeaderClassName
{
color: #B66D92;
}
.AnyTagClassName
{
color: #B66D92;
}
</style>
background-color css
<style>
a { background-color: #B66D92; }
a { background-color: rgb(182,109,146); }
div.DivClassName
{
background-color: #B66D92;
}
.BgClassName
{
background-color: #B66D92;
}
</style>
border-color css
<style>
span { border-color: #B66D92; }
span { border-color: rgb(182,109,146); }
td.TdClassName
{
border-color: #B66D92;
}
.TagClassName
{
border-color: #B66D92;
}
</style>