Shades of Tapestry #B7698C
Tints of Tapestry #B7698C
RGB
CMYK
RGB Variations
Color information
#B7698C (or 0xB7698C) is known color: Tapestry. HEX triplet: B7, 69 and 8C. RGB value is (183,105,140). Sum of RGB (Red+Green+Blue) = 183+105+140=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698C is #489673. Grayscale: #848484. Windows color (decimal): -4757108 or 9202103. OLE color: 9202103.
HSL color Cylindrical-coordinate representation of color #B7698C: hue angle of 333.08º 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 #B7698C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 140 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.28 |
| HSL | 333.08º | 0.35% | 0.56% | - |
| HSV(B) | 333.08º | 0.43% | 0.72% | - |
| XYZ | 29.31 | 22.06 | 27.52 | - |
| YUV | 132.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 140 | 0 | 0.43 | 0.23 | 0.28 | 333.08 | 0.35 | 0.56 |
| Hex | B7 | 69 | 8C | 0 | 2B | 17 | 1C | 14D | 23 | 38 |
| Octal | 267 | 151 | 214 | 0 | 53 | 27 | 34 | 515 | 43 | 70 |
| Binary | 10110111 | 1101001 | 10001100 | 0 | 101011 | 10111 | 11100 | 101001101 | 100011 | 111000 |
Color Harmonies of #B7698C
Complementary color
Monochromatic Colors of #B7698C
Black with #B7698C
Text Example
Text Example
White with #B7698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7698C; }
p { color: rgb(183,105,140); }
H1.HeaderClassName
{
color: #B7698C;
}
.AnyTagClassName
{
color: #B7698C;
}
</style>
background-color css
<style>
a { background-color: #B7698C; }
a { background-color: rgb(183,105,140); }
div.DivClassName
{
background-color: #B7698C;
}
.BgClassName
{
background-color: #B7698C;
}
</style>
border-color css
<style>
span { border-color: #B7698C; }
span { border-color: rgb(183,105,140); }
td.TdClassName
{
border-color: #B7698C;
}
.TagClassName
{
border-color: #B7698C;
}
</style>