Shades of Tapestry #B66E7B
Tints of Tapestry #B66E7B
RGB
CMYK
RGB Variations
Color information
#B66E7B (or 0xB66E7B) is known color: Tapestry. HEX triplet: B6, 6E and 7B. RGB value is (182,110,123). Sum of RGB (Red+Green+Blue) = 182+110+123=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E7B is #499184. Grayscale: #858585. Windows color (decimal): -4821381 or 8089270. OLE color: 8089270.
HSL color Cylindrical-coordinate representation of color #B66E7B: hue angle of 349.17º 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 #B66E7B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 123 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.29 |
| HSL | 349.17º | 0.33% | 0.57% | - |
| HSV(B) | 349.17º | 0.4% | 0.71% | - |
| XYZ | 28.44 | 22.53 | 21.59 | - |
| YUV | 133.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 123 | 0 | 0.40 | 0.32 | 0.29 | 349.17 | 0.33 | 0.57 |
| Hex | B6 | 6E | 7B | 0 | 28 | 20 | 1D | 15D | 21 | 39 |
| Octal | 266 | 156 | 173 | 0 | 50 | 40 | 35 | 535 | 41 | 71 |
| Binary | 10110110 | 1101110 | 1111011 | 0 | 101000 | 100000 | 11101 | 101011101 | 100001 | 111001 |
Color Harmonies of #B66E7B
Complementary color
Monochromatic Colors of #B66E7B
Black with #B66E7B
Text Example
Text Example
White with #B66E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E7B; }
p { color: rgb(182,110,123); }
H1.HeaderClassName
{
color: #B66E7B;
}
.AnyTagClassName
{
color: #B66E7B;
}
</style>
background-color css
<style>
a { background-color: #B66E7B; }
a { background-color: rgb(182,110,123); }
div.DivClassName
{
background-color: #B66E7B;
}
.BgClassName
{
background-color: #B66E7B;
}
</style>
border-color css
<style>
span { border-color: #B66E7B; }
span { border-color: rgb(182,110,123); }
td.TdClassName
{
border-color: #B66E7B;
}
.TagClassName
{
border-color: #B66E7B;
}
</style>