Shades of Tapestry #B7658E
Tints of Tapestry #B7658E
RGB
CMYK
RGB Variations
Color information
#B7658E (or 0xB7658E) is known color: Tapestry. HEX triplet: B7, 65 and 8E. RGB value is (183,101,142). Sum of RGB (Red+Green+Blue) = 183+101+142=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7658E is #489A71. Grayscale: #828282. Windows color (decimal): -4758130 or 9332151. OLE color: 9332151.
HSL color Cylindrical-coordinate representation of color #B7658E: hue angle of 330º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7658E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 142 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.28 |
| HSL | 330º | 0.36% | 0.56% | - |
| HSV(B) | 330º | 0.45% | 0.72% | - |
| XYZ | 29.06 | 21.33 | 28.18 | - |
| YUV | 130.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 142 | 0 | 0.45 | 0.22 | 0.28 | 330 | 0.36 | 0.56 |
| Hex | B7 | 65 | 8E | 0 | 2D | 16 | 1C | 14A | 24 | 38 |
| Octal | 267 | 145 | 216 | 0 | 55 | 26 | 34 | 512 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10001110 | 0 | 101101 | 10110 | 11100 | 101001010 | 100100 | 111000 |
Color Harmonies of #B7658E
Complementary color
Monochromatic Colors of #B7658E
Black with #B7658E
Text Example
Text Example
White with #B7658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7658E; }
p { color: rgb(183,101,142); }
H1.HeaderClassName
{
color: #B7658E;
}
.AnyTagClassName
{
color: #B7658E;
}
</style>
background-color css
<style>
a { background-color: #B7658E; }
a { background-color: rgb(183,101,142); }
div.DivClassName
{
background-color: #B7658E;
}
.BgClassName
{
background-color: #B7658E;
}
</style>
border-color css
<style>
span { border-color: #B7658E; }
span { border-color: rgb(183,101,142); }
td.TdClassName
{
border-color: #B7658E;
}
.TagClassName
{
border-color: #B7658E;
}
</style>