Shades of Tapestry #B5687A
Tints of Tapestry #B5687A
RGB
CMYK
RGB Variations
Color information
#B5687A (or 0xB5687A) is known color: Tapestry. HEX triplet: B5, 68 and 7A. RGB value is (181,104,122). Sum of RGB (Red+Green+Blue) = 181+104+122=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5687A is #4A9785. Grayscale: #818181. Windows color (decimal): -4888454 or 8022197. OLE color: 8022197.
HSL color Cylindrical-coordinate representation of color #B5687A: hue angle of 345.97º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5687A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 122 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.29 |
| HSL | 345.97º | 0.34% | 0.56% | - |
| HSV(B) | 345.97º | 0.43% | 0.71% | - |
| XYZ | 27.52 | 21.13 | 21.04 | - |
| YUV | 129.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 122 | 0 | 0.43 | 0.33 | 0.29 | 345.97 | 0.34 | 0.56 |
| Hex | B5 | 68 | 7A | 0 | 2B | 21 | 1D | 15A | 22 | 38 |
| Octal | 265 | 150 | 172 | 0 | 53 | 41 | 35 | 532 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1111010 | 0 | 101011 | 100001 | 11101 | 101011010 | 100010 | 111000 |
Color Harmonies of #B5687A
Complementary color
Monochromatic Colors of #B5687A
Black with #B5687A
Text Example
Text Example
White with #B5687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5687A; }
p { color: rgb(181,104,122); }
H1.HeaderClassName
{
color: #B5687A;
}
.AnyTagClassName
{
color: #B5687A;
}
</style>
background-color css
<style>
a { background-color: #B5687A; }
a { background-color: rgb(181,104,122); }
div.DivClassName
{
background-color: #B5687A;
}
.BgClassName
{
background-color: #B5687A;
}
</style>
border-color css
<style>
span { border-color: #B5687A; }
span { border-color: rgb(181,104,122); }
td.TdClassName
{
border-color: #B5687A;
}
.TagClassName
{
border-color: #B5687A;
}
</style>