Shades of Tapestry #B5698C
Tints of Tapestry #B5698C
RGB
CMYK
RGB Variations
Color information
#B5698C (or 0xB5698C) is known color: Tapestry. HEX triplet: B5, 69 and 8C. RGB value is (181,105,140). Sum of RGB (Red+Green+Blue) = 181+105+140=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698C is #4A9673. Grayscale: #838383. Windows color (decimal): -4888180 or 9202101. OLE color: 9202101.
HSL color Cylindrical-coordinate representation of color #B5698C: hue angle of 332.37º 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 #B5698C is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 140 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.29 |
| HSL | 332.37º | 0.34% | 0.56% | - |
| HSV(B) | 332.37º | 0.42% | 0.71% | - |
| XYZ | 28.84 | 21.82 | 27.5 | - |
| YUV | 131.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 140 | 0 | 0.42 | 0.23 | 0.29 | 332.37 | 0.34 | 0.56 |
| Hex | B5 | 69 | 8C | 0 | 2A | 17 | 1D | 14C | 22 | 38 |
| Octal | 265 | 151 | 214 | 0 | 52 | 27 | 35 | 514 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10001100 | 0 | 101010 | 10111 | 11101 | 101001100 | 100010 | 111000 |
Color Harmonies of #B5698C
Complementary color
Monochromatic Colors of #B5698C
Black with #B5698C
Text Example
Text Example
White with #B5698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5698C; }
p { color: rgb(181,105,140); }
H1.HeaderClassName
{
color: #B5698C;
}
.AnyTagClassName
{
color: #B5698C;
}
</style>
background-color css
<style>
a { background-color: #B5698C; }
a { background-color: rgb(181,105,140); }
div.DivClassName
{
background-color: #B5698C;
}
.BgClassName
{
background-color: #B5698C;
}
</style>
border-color css
<style>
span { border-color: #B5698C; }
span { border-color: rgb(181,105,140); }
td.TdClassName
{
border-color: #B5698C;
}
.TagClassName
{
border-color: #B5698C;
}
</style>