Shades of Tapestry #B7678E
Tints of Tapestry #B7678E
RGB
CMYK
RGB Variations
Color information
#B7678E (or 0xB7678E) is known color: Tapestry. HEX triplet: B7, 67 and 8E. RGB value is (183,103,142). Sum of RGB (Red+Green+Blue) = 183+103+142=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7678E is #489871. Grayscale: #838383. Windows color (decimal): -4757618 or 9332663. OLE color: 9332663.
HSL color Cylindrical-coordinate representation of color #B7678E: hue angle of 330.75º 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 #B7678E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 142 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.28 |
| HSL | 330.75º | 0.36% | 0.56% | - |
| HSV(B) | 330.75º | 0.44% | 0.72% | - |
| XYZ | 29.26 | 21.72 | 28.24 | - |
| YUV | 131.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 142 | 0 | 0.44 | 0.22 | 0.28 | 330.75 | 0.36 | 0.56 |
| Hex | B7 | 67 | 8E | 0 | 2C | 16 | 1C | 14B | 24 | 38 |
| Octal | 267 | 147 | 216 | 0 | 54 | 26 | 34 | 513 | 44 | 70 |
| Binary | 10110111 | 1100111 | 10001110 | 0 | 101100 | 10110 | 11100 | 101001011 | 100100 | 111000 |
Color Harmonies of #B7678E
Complementary color
Monochromatic Colors of #B7678E
Black with #B7678E
Text Example
Text Example
White with #B7678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7678E; }
p { color: rgb(183,103,142); }
H1.HeaderClassName
{
color: #B7678E;
}
.AnyTagClassName
{
color: #B7678E;
}
</style>
background-color css
<style>
a { background-color: #B7678E; }
a { background-color: rgb(183,103,142); }
div.DivClassName
{
background-color: #B7678E;
}
.BgClassName
{
background-color: #B7678E;
}
</style>
border-color css
<style>
span { border-color: #B7678E; }
span { border-color: rgb(183,103,142); }
td.TdClassName
{
border-color: #B7678E;
}
.TagClassName
{
border-color: #B7678E;
}
</style>