Shades of Tapestry #B66E7D
Tints of Tapestry #B66E7D
RGB
CMYK
RGB Variations
Color information
#B66E7D (or 0xB66E7D) is known color: Tapestry. HEX triplet: B6, 6E and 7D. RGB value is (182,110,125). Sum of RGB (Red+Green+Blue) = 182+110+125=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E7D is #499182. Grayscale: #858585. Windows color (decimal): -4821379 or 8220342. OLE color: 8220342.
HSL color Cylindrical-coordinate representation of color #B66E7D: hue angle of 347.5º 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 #B66E7D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 125 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.29 |
| HSL | 347.5º | 0.33% | 0.57% | - |
| HSV(B) | 347.5º | 0.4% | 0.71% | - |
| XYZ | 28.57 | 22.58 | 22.25 | - |
| YUV | 133.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 125 | 0 | 0.40 | 0.31 | 0.29 | 347.5 | 0.33 | 0.57 |
| Hex | B6 | 6E | 7D | 0 | 28 | 1F | 1D | 15C | 21 | 39 |
| Octal | 266 | 156 | 175 | 0 | 50 | 37 | 35 | 534 | 41 | 71 |
| Binary | 10110110 | 1101110 | 1111101 | 0 | 101000 | 11111 | 11101 | 101011100 | 100001 | 111001 |
Color Harmonies of #B66E7D
Complementary color
Monochromatic Colors of #B66E7D
Black with #B66E7D
Text Example
Text Example
White with #B66E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E7D; }
p { color: rgb(182,110,125); }
H1.HeaderClassName
{
color: #B66E7D;
}
.AnyTagClassName
{
color: #B66E7D;
}
</style>
background-color css
<style>
a { background-color: #B66E7D; }
a { background-color: rgb(182,110,125); }
div.DivClassName
{
background-color: #B66E7D;
}
.BgClassName
{
background-color: #B66E7D;
}
</style>
border-color css
<style>
span { border-color: #B66E7D; }
span { border-color: rgb(182,110,125); }
td.TdClassName
{
border-color: #B66E7D;
}
.TagClassName
{
border-color: #B66E7D;
}
</style>