Shades of Tapestry #B66482
Tints of Tapestry #B66482
RGB
CMYK
RGB Variations
Color information
#B66482 (or 0xB66482) is known color: Tapestry. HEX triplet: B6, 64 and 82. RGB value is (182,100,130). Sum of RGB (Red+Green+Blue) = 182+100+130=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66482 is #499B7D. Grayscale: #7F7F7F. Windows color (decimal): -4823934 or 8545462. OLE color: 8545462.
HSL color Cylindrical-coordinate representation of color #B66482: hue angle of 338.05º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66482 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 130 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.29 |
| HSL | 338.05º | 0.36% | 0.55% | - |
| HSV(B) | 338.05º | 0.45% | 0.71% | - |
| XYZ | 27.88 | 20.67 | 23.64 | - |
| YUV | 127.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 130 | 0 | 0.45 | 0.29 | 0.29 | 338.05 | 0.36 | 0.55 |
| Hex | B6 | 64 | 82 | 0 | 2D | 1D | 1D | 152 | 24 | 37 |
| Octal | 266 | 144 | 202 | 0 | 55 | 35 | 35 | 522 | 44 | 67 |
| Binary | 10110110 | 1100100 | 10000010 | 0 | 101101 | 11101 | 11101 | 101010010 | 100100 | 110111 |
Color Harmonies of #B66482
Complementary color
Monochromatic Colors of #B66482
Black with #B66482
Text Example
Text Example
White with #B66482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66482; }
p { color: rgb(182,100,130); }
H1.HeaderClassName
{
color: #B66482;
}
.AnyTagClassName
{
color: #B66482;
}
</style>
background-color css
<style>
a { background-color: #B66482; }
a { background-color: rgb(182,100,130); }
div.DivClassName
{
background-color: #B66482;
}
.BgClassName
{
background-color: #B66482;
}
</style>
border-color css
<style>
span { border-color: #B66482; }
span { border-color: rgb(182,100,130); }
td.TdClassName
{
border-color: #B66482;
}
.TagClassName
{
border-color: #B66482;
}
</style>