Shades of Tapestry #B5688D
Tints of Tapestry #B5688D
RGB
CMYK
RGB Variations
Color information
#B5688D (or 0xB5688D) is known color: Tapestry. HEX triplet: B5, 68 and 8D. RGB value is (181,104,141). Sum of RGB (Red+Green+Blue) = 181+104+141=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5688D is #4A9772. Grayscale: #838383. Windows color (decimal): -4888435 or 9267381. OLE color: 9267381.
HSL color Cylindrical-coordinate representation of color #B5688D: hue angle of 331.17º 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 #B5688D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 141 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.29 |
| HSL | 331.17º | 0.34% | 0.56% | - |
| HSV(B) | 331.17º | 0.43% | 0.71% | - |
| XYZ | 28.81 | 21.65 | 27.86 | - |
| YUV | 131.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 141 | 0 | 0.43 | 0.22 | 0.29 | 331.17 | 0.34 | 0.56 |
| Hex | B5 | 68 | 8D | 0 | 2B | 16 | 1D | 14B | 22 | 38 |
| Octal | 265 | 150 | 215 | 0 | 53 | 26 | 35 | 513 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10001101 | 0 | 101011 | 10110 | 11101 | 101001011 | 100010 | 111000 |
Color Harmonies of #B5688D
Complementary color
Monochromatic Colors of #B5688D
Black with #B5688D
Text Example
Text Example
White with #B5688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5688D; }
p { color: rgb(181,104,141); }
H1.HeaderClassName
{
color: #B5688D;
}
.AnyTagClassName
{
color: #B5688D;
}
</style>
background-color css
<style>
a { background-color: #B5688D; }
a { background-color: rgb(181,104,141); }
div.DivClassName
{
background-color: #B5688D;
}
.BgClassName
{
background-color: #B5688D;
}
</style>
border-color css
<style>
span { border-color: #B5688D; }
span { border-color: rgb(181,104,141); }
td.TdClassName
{
border-color: #B5688D;
}
.TagClassName
{
border-color: #B5688D;
}
</style>