Shades of Tapestry #B66E7A
Tints of Tapestry #B66E7A
RGB
CMYK
RGB Variations
Color information
#B66E7A (or 0xB66E7A) is known color: Tapestry. HEX triplet: B6, 6E and 7A. RGB value is (182,110,122). Sum of RGB (Red+Green+Blue) = 182+110+122=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E7A is #499185. Grayscale: #848484. Windows color (decimal): -4821382 or 8023734. OLE color: 8023734.
HSL color Cylindrical-coordinate representation of color #B66E7A: hue angle of 350º 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 #B66E7A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 122 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.29 |
| HSL | 350º | 0.33% | 0.57% | - |
| HSV(B) | 350º | 0.4% | 0.71% | - |
| XYZ | 28.38 | 22.5 | 21.26 | - |
| YUV | 132.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 122 | 0 | 0.40 | 0.33 | 0.29 | 350 | 0.33 | 0.57 |
| Hex | B6 | 6E | 7A | 0 | 28 | 21 | 1D | 15E | 21 | 39 |
| Octal | 266 | 156 | 172 | 0 | 50 | 41 | 35 | 536 | 41 | 71 |
| Binary | 10110110 | 1101110 | 1111010 | 0 | 101000 | 100001 | 11101 | 101011110 | 100001 | 111001 |
Color Harmonies of #B66E7A
Complementary color
Monochromatic Colors of #B66E7A
Black with #B66E7A
Text Example
Text Example
White with #B66E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E7A; }
p { color: rgb(182,110,122); }
H1.HeaderClassName
{
color: #B66E7A;
}
.AnyTagClassName
{
color: #B66E7A;
}
</style>
background-color css
<style>
a { background-color: #B66E7A; }
a { background-color: rgb(182,110,122); }
div.DivClassName
{
background-color: #B66E7A;
}
.BgClassName
{
background-color: #B66E7A;
}
</style>
border-color css
<style>
span { border-color: #B66E7A; }
span { border-color: rgb(182,110,122); }
td.TdClassName
{
border-color: #B66E7A;
}
.TagClassName
{
border-color: #B66E7A;
}
</style>