Shades of Tapestry #B7698B
Tints of Tapestry #B7698B
RGB
CMYK
RGB Variations
Color information
#B7698B (or 0xB7698B) is known color: Tapestry. HEX triplet: B7, 69 and 8B. RGB value is (183,105,139). Sum of RGB (Red+Green+Blue) = 183+105+139=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698B is #489674. Grayscale: #848484. Windows color (decimal): -4757109 or 9136567. OLE color: 9136567.
HSL color Cylindrical-coordinate representation of color #B7698B: hue angle of 333.85º 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 #B7698B is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 139 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.28 |
| HSL | 333.85º | 0.35% | 0.56% | - |
| HSV(B) | 333.85º | 0.43% | 0.72% | - |
| XYZ | 29.24 | 22.03 | 27.14 | - |
| YUV | 132.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 139 | 0 | 0.43 | 0.24 | 0.28 | 333.85 | 0.35 | 0.56 |
| Hex | B7 | 69 | 8B | 0 | 2B | 18 | 1C | 14E | 23 | 38 |
| Octal | 267 | 151 | 213 | 0 | 53 | 30 | 34 | 516 | 43 | 70 |
| Binary | 10110111 | 1101001 | 10001011 | 0 | 101011 | 11000 | 11100 | 101001110 | 100011 | 111000 |
Color Harmonies of #B7698B
Complementary color
Monochromatic Colors of #B7698B
Black with #B7698B
Text Example
Text Example
White with #B7698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7698B; }
p { color: rgb(183,105,139); }
H1.HeaderClassName
{
color: #B7698B;
}
.AnyTagClassName
{
color: #B7698B;
}
</style>
background-color css
<style>
a { background-color: #B7698B; }
a { background-color: rgb(183,105,139); }
div.DivClassName
{
background-color: #B7698B;
}
.BgClassName
{
background-color: #B7698B;
}
</style>
border-color css
<style>
span { border-color: #B7698B; }
span { border-color: rgb(183,105,139); }
td.TdClassName
{
border-color: #B7698B;
}
.TagClassName
{
border-color: #B7698B;
}
</style>