Shades of Tapestry #B66D7B
Tints of Tapestry #B66D7B
RGB
CMYK
RGB Variations
Color information
#B66D7B (or 0xB66D7B) is known color: Tapestry. HEX triplet: B6, 6D and 7B. RGB value is (182,109,123). Sum of RGB (Red+Green+Blue) = 182+109+123=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D7B is #499284. Grayscale: #848484. Windows color (decimal): -4821637 or 8089014. OLE color: 8089014.
HSL color Cylindrical-coordinate representation of color #B66D7B: hue angle of 348.49º 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 #B66D7B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 123 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.29 |
| HSL | 348.49º | 0.33% | 0.57% | - |
| HSV(B) | 348.49º | 0.4% | 0.71% | - |
| XYZ | 28.34 | 22.31 | 21.55 | - |
| YUV | 132.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 123 | 0 | 0.40 | 0.32 | 0.29 | 348.49 | 0.33 | 0.57 |
| Hex | B6 | 6D | 7B | 0 | 28 | 20 | 1D | 15C | 21 | 39 |
| Octal | 266 | 155 | 173 | 0 | 50 | 40 | 35 | 534 | 41 | 71 |
| Binary | 10110110 | 1101101 | 1111011 | 0 | 101000 | 100000 | 11101 | 101011100 | 100001 | 111001 |
Color Harmonies of #B66D7B
Complementary color
Monochromatic Colors of #B66D7B
Black with #B66D7B
Text Example
Text Example
White with #B66D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D7B; }
p { color: rgb(182,109,123); }
H1.HeaderClassName
{
color: #B66D7B;
}
.AnyTagClassName
{
color: #B66D7B;
}
</style>
background-color css
<style>
a { background-color: #B66D7B; }
a { background-color: rgb(182,109,123); }
div.DivClassName
{
background-color: #B66D7B;
}
.BgClassName
{
background-color: #B66D7B;
}
</style>
border-color css
<style>
span { border-color: #B66D7B; }
span { border-color: rgb(182,109,123); }
td.TdClassName
{
border-color: #B66D7B;
}
.TagClassName
{
border-color: #B66D7B;
}
</style>