Shades of Tapestry #B5698E
Tints of Tapestry #B5698E
RGB
CMYK
RGB Variations
Color information
#B5698E (or 0xB5698E) is known color: Tapestry. HEX triplet: B5, 69 and 8E. RGB value is (181,105,142). Sum of RGB (Red+Green+Blue) = 181+105+142=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698E is #4A9671. Grayscale: #838383. Windows color (decimal): -4888178 or 9333173. OLE color: 9333173.
HSL color Cylindrical-coordinate representation of color #B5698E: hue angle of 330.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5698E is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 142 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.29 |
| HSL | 330.79º | 0.34% | 0.56% | - |
| HSV(B) | 330.79º | 0.42% | 0.71% | - |
| XYZ | 28.99 | 21.88 | 28.29 | - |
| YUV | 131.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 142 | 0 | 0.42 | 0.22 | 0.29 | 330.79 | 0.34 | 0.56 |
| Hex | B5 | 69 | 8E | 0 | 2A | 16 | 1D | 14B | 22 | 38 |
| Octal | 265 | 151 | 216 | 0 | 52 | 26 | 35 | 513 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10001110 | 0 | 101010 | 10110 | 11101 | 101001011 | 100010 | 111000 |
Color Harmonies of #B5698E
Complementary color
Monochromatic Colors of #B5698E
Black with #B5698E
Text Example
Text Example
White with #B5698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5698E; }
p { color: rgb(181,105,142); }
H1.HeaderClassName
{
color: #B5698E;
}
.AnyTagClassName
{
color: #B5698E;
}
</style>
background-color css
<style>
a { background-color: #B5698E; }
a { background-color: rgb(181,105,142); }
div.DivClassName
{
background-color: #B5698E;
}
.BgClassName
{
background-color: #B5698E;
}
</style>
border-color css
<style>
span { border-color: #B5698E; }
span { border-color: rgb(181,105,142); }
td.TdClassName
{
border-color: #B5698E;
}
.TagClassName
{
border-color: #B5698E;
}
</style>