Shades of Tapestry #B5698F
Tints of Tapestry #B5698F
RGB
CMYK
RGB Variations
Color information
#B5698F (or 0xB5698F) is known color: Tapestry. HEX triplet: B5, 69 and 8F. RGB value is (181,105,143). Sum of RGB (Red+Green+Blue) = 181+105+143=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698F is #4A9670. Grayscale: #838383. Windows color (decimal): -4888177 or 9398709. OLE color: 9398709.
HSL color Cylindrical-coordinate representation of color #B5698F: hue angle of 330º 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 #B5698F is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 143 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.29 |
| HSL | 330º | 0.34% | 0.56% | - |
| HSV(B) | 330º | 0.42% | 0.71% | - |
| XYZ | 29.07 | 21.91 | 28.68 | - |
| YUV | 132.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 143 | 0 | 0.42 | 0.21 | 0.29 | 330 | 0.34 | 0.56 |
| Hex | B5 | 69 | 8F | 0 | 2A | 15 | 1D | 14A | 22 | 38 |
| Octal | 265 | 151 | 217 | 0 | 52 | 25 | 35 | 512 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10001111 | 0 | 101010 | 10101 | 11101 | 101001010 | 100010 | 111000 |
Color Harmonies of #B5698F
Complementary color
Monochromatic Colors of #B5698F
Black with #B5698F
Text Example
Text Example
White with #B5698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5698F; }
p { color: rgb(181,105,143); }
H1.HeaderClassName
{
color: #B5698F;
}
.AnyTagClassName
{
color: #B5698F;
}
</style>
background-color css
<style>
a { background-color: #B5698F; }
a { background-color: rgb(181,105,143); }
div.DivClassName
{
background-color: #B5698F;
}
.BgClassName
{
background-color: #B5698F;
}
</style>
border-color css
<style>
span { border-color: #B5698F; }
span { border-color: rgb(181,105,143); }
td.TdClassName
{
border-color: #B5698F;
}
.TagClassName
{
border-color: #B5698F;
}
</style>