Shades of Tapestry #B7698A
Tints of Tapestry #B7698A
RGB
CMYK
RGB Variations
Color information
#B7698A (or 0xB7698A) is known color: Tapestry. HEX triplet: B7, 69 and 8A. RGB value is (183,105,138). Sum of RGB (Red+Green+Blue) = 183+105+138=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698A is #489675. Grayscale: #848484. Windows color (decimal): -4757110 or 9071031. OLE color: 9071031.
HSL color Cylindrical-coordinate representation of color #B7698A: hue angle of 334.62º 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 #B7698A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 138 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.28 |
| HSL | 334.62º | 0.35% | 0.56% | - |
| HSV(B) | 334.62º | 0.43% | 0.72% | - |
| XYZ | 29.17 | 22.01 | 26.75 | - |
| YUV | 132.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 138 | 0 | 0.43 | 0.25 | 0.28 | 334.62 | 0.35 | 0.56 |
| Hex | B7 | 69 | 8A | 0 | 2B | 19 | 1C | 14F | 23 | 38 |
| Octal | 267 | 151 | 212 | 0 | 53 | 31 | 34 | 517 | 43 | 70 |
| Binary | 10110111 | 1101001 | 10001010 | 0 | 101011 | 11001 | 11100 | 101001111 | 100011 | 111000 |
Color Harmonies of #B7698A
Complementary color
Monochromatic Colors of #B7698A
Black with #B7698A
Text Example
Text Example
White with #B7698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7698A; }
p { color: rgb(183,105,138); }
H1.HeaderClassName
{
color: #B7698A;
}
.AnyTagClassName
{
color: #B7698A;
}
</style>
background-color css
<style>
a { background-color: #B7698A; }
a { background-color: rgb(183,105,138); }
div.DivClassName
{
background-color: #B7698A;
}
.BgClassName
{
background-color: #B7698A;
}
</style>
border-color css
<style>
span { border-color: #B7698A; }
span { border-color: rgb(183,105,138); }
td.TdClassName
{
border-color: #B7698A;
}
.TagClassName
{
border-color: #B7698A;
}
</style>