Shades of Tapestry #B5687E
Tints of Tapestry #B5687E
RGB
CMYK
RGB Variations
Color information
#B5687E (or 0xB5687E) is known color: Tapestry. HEX triplet: B5, 68 and 7E. RGB value is (181,104,126). Sum of RGB (Red+Green+Blue) = 181+104+126=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5687E is #4A9781. Grayscale: #818181. Windows color (decimal): -4888450 or 8284341. OLE color: 8284341.
HSL color Cylindrical-coordinate representation of color #B5687E: hue angle of 342.86º 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 #B5687E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 126 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.29 |
| HSL | 342.86º | 0.34% | 0.56% | - |
| HSV(B) | 342.86º | 0.43% | 0.71% | - |
| XYZ | 27.77 | 21.23 | 22.37 | - |
| YUV | 129.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 126 | 0 | 0.43 | 0.30 | 0.29 | 342.86 | 0.34 | 0.56 |
| Hex | B5 | 68 | 7E | 0 | 2B | 1E | 1D | 157 | 22 | 38 |
| Octal | 265 | 150 | 176 | 0 | 53 | 36 | 35 | 527 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1111110 | 0 | 101011 | 11110 | 11101 | 101010111 | 100010 | 111000 |
Color Harmonies of #B5687E
Complementary color
Monochromatic Colors of #B5687E
Black with #B5687E
Text Example
Text Example
White with #B5687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5687E; }
p { color: rgb(181,104,126); }
H1.HeaderClassName
{
color: #B5687E;
}
.AnyTagClassName
{
color: #B5687E;
}
</style>
background-color css
<style>
a { background-color: #B5687E; }
a { background-color: rgb(181,104,126); }
div.DivClassName
{
background-color: #B5687E;
}
.BgClassName
{
background-color: #B5687E;
}
</style>
border-color css
<style>
span { border-color: #B5687E; }
span { border-color: rgb(181,104,126); }
td.TdClassName
{
border-color: #B5687E;
}
.TagClassName
{
border-color: #B5687E;
}
</style>