Shades of Tapestry #B5687D
Tints of Tapestry #B5687D
RGB
CMYK
RGB Variations
Color information
#B5687D (or 0xB5687D) is known color: Tapestry. HEX triplet: B5, 68 and 7D. RGB value is (181,104,125). Sum of RGB (Red+Green+Blue) = 181+104+125=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5687D is #4A9782. Grayscale: #818181. Windows color (decimal): -4888451 or 8218805. OLE color: 8218805.
HSL color Cylindrical-coordinate representation of color #B5687D: hue angle of 343.64º 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 #B5687D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 125 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.29 |
| HSL | 343.64º | 0.34% | 0.56% | - |
| HSV(B) | 343.64º | 0.43% | 0.71% | - |
| XYZ | 27.71 | 21.21 | 22.03 | - |
| YUV | 129.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 125 | 0 | 0.43 | 0.31 | 0.29 | 343.64 | 0.34 | 0.56 |
| Hex | B5 | 68 | 7D | 0 | 2B | 1F | 1D | 158 | 22 | 38 |
| Octal | 265 | 150 | 175 | 0 | 53 | 37 | 35 | 530 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1111101 | 0 | 101011 | 11111 | 11101 | 101011000 | 100010 | 111000 |
Color Harmonies of #B5687D
Complementary color
Monochromatic Colors of #B5687D
Black with #B5687D
Text Example
Text Example
White with #B5687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5687D; }
p { color: rgb(181,104,125); }
H1.HeaderClassName
{
color: #B5687D;
}
.AnyTagClassName
{
color: #B5687D;
}
</style>
background-color css
<style>
a { background-color: #B5687D; }
a { background-color: rgb(181,104,125); }
div.DivClassName
{
background-color: #B5687D;
}
.BgClassName
{
background-color: #B5687D;
}
</style>
border-color css
<style>
span { border-color: #B5687D; }
span { border-color: rgb(181,104,125); }
td.TdClassName
{
border-color: #B5687D;
}
.TagClassName
{
border-color: #B5687D;
}
</style>