Shades of Tapestry #B7698E
Tints of Tapestry #B7698E
RGB
CMYK
RGB Variations
Color information
#B7698E (or 0xB7698E) is known color: Tapestry. HEX triplet: B7, 69 and 8E. RGB value is (183,105,142). Sum of RGB (Red+Green+Blue) = 183+105+142=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698E is #489671. Grayscale: #848484. Windows color (decimal): -4757106 or 9333175. OLE color: 9333175.
HSL color Cylindrical-coordinate representation of color #B7698E: hue angle of 331.54º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7698E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 142 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.28 |
| HSL | 331.54º | 0.35% | 0.56% | - |
| HSV(B) | 331.54º | 0.43% | 0.72% | - |
| XYZ | 29.46 | 22.12 | 28.31 | - |
| YUV | 132.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 142 | 0 | 0.43 | 0.22 | 0.28 | 331.54 | 0.35 | 0.56 |
| Hex | B7 | 69 | 8E | 0 | 2B | 16 | 1C | 14C | 23 | 38 |
| Octal | 267 | 151 | 216 | 0 | 53 | 26 | 34 | 514 | 43 | 70 |
| Binary | 10110111 | 1101001 | 10001110 | 0 | 101011 | 10110 | 11100 | 101001100 | 100011 | 111000 |
Color Harmonies of #B7698E
Complementary color
Monochromatic Colors of #B7698E
Black with #B7698E
Text Example
Text Example
White with #B7698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7698E; }
p { color: rgb(183,105,142); }
H1.HeaderClassName
{
color: #B7698E;
}
.AnyTagClassName
{
color: #B7698E;
}
</style>
background-color css
<style>
a { background-color: #B7698E; }
a { background-color: rgb(183,105,142); }
div.DivClassName
{
background-color: #B7698E;
}
.BgClassName
{
background-color: #B7698E;
}
</style>
border-color css
<style>
span { border-color: #B7698E; }
span { border-color: rgb(183,105,142); }
td.TdClassName
{
border-color: #B7698E;
}
.TagClassName
{
border-color: #B7698E;
}
</style>