Shades of Tapestry #B7668E
Tints of Tapestry #B7668E
RGB
CMYK
RGB Variations
Color information
#B7668E (or 0xB7668E) is known color: Tapestry. HEX triplet: B7, 66 and 8E. RGB value is (183,102,142). Sum of RGB (Red+Green+Blue) = 183+102+142=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7668E is #489971. Grayscale: #828282. Windows color (decimal): -4757874 or 9332407. OLE color: 9332407.
HSL color Cylindrical-coordinate representation of color #B7668E: hue angle of 330.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7668E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 142 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.28 |
| HSL | 330.37º | 0.36% | 0.56% | - |
| HSV(B) | 330.37º | 0.44% | 0.72% | - |
| XYZ | 29.16 | 21.52 | 28.21 | - |
| YUV | 130.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 142 | 0 | 0.44 | 0.22 | 0.28 | 330.37 | 0.36 | 0.56 |
| Hex | B7 | 66 | 8E | 0 | 2C | 16 | 1C | 14A | 24 | 38 |
| Octal | 267 | 146 | 216 | 0 | 54 | 26 | 34 | 512 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10001110 | 0 | 101100 | 10110 | 11100 | 101001010 | 100100 | 111000 |
Color Harmonies of #B7668E
Complementary color
Monochromatic Colors of #B7668E
Black with #B7668E
Text Example
Text Example
White with #B7668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7668E; }
p { color: rgb(183,102,142); }
H1.HeaderClassName
{
color: #B7668E;
}
.AnyTagClassName
{
color: #B7668E;
}
</style>
background-color css
<style>
a { background-color: #B7668E; }
a { background-color: rgb(183,102,142); }
div.DivClassName
{
background-color: #B7668E;
}
.BgClassName
{
background-color: #B7668E;
}
</style>
border-color css
<style>
span { border-color: #B7668E; }
span { border-color: rgb(183,102,142); }
td.TdClassName
{
border-color: #B7668E;
}
.TagClassName
{
border-color: #B7668E;
}
</style>