Shades of Tapestry #B4687E
Tints of Tapestry #B4687E
RGB
CMYK
RGB Variations
Color information
#B4687E (or 0xB4687E) is known color: Tapestry. HEX triplet: B4, 68 and 7E. RGB value is (180,104,126). Sum of RGB (Red+Green+Blue) = 180+104+126=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4687E is #4B9781. Grayscale: #818181. Windows color (decimal): -4953986 or 8284340. OLE color: 8284340.
HSL color Cylindrical-coordinate representation of color #B4687E: hue angle of 342.63º 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 #B4687E is Cyan = 0, Magento = 0.42, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 126 | - |
| CMYK | 0 | 0.42 | 0.3 | 0.29 |
| HSL | 342.63º | 0.34% | 0.56% | - |
| HSV(B) | 342.63º | 0.42% | 0.71% | - |
| XYZ | 27.54 | 21.11 | 22.36 | - |
| YUV | 129.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 126 | 0 | 0.42 | 0.3 | 0.29 | 342.63 | 0.34 | 0.56 |
| Hex | B4 | 68 | 7E | 0 | 2A | 1E | 1D | 157 | 22 | 38 |
| Octal | 264 | 150 | 176 | 0 | 52 | 36 | 35 | 527 | 42 | 70 |
| Binary | 10110100 | 1101000 | 1111110 | 0 | 101010 | 11110 | 11101 | 101010111 | 100010 | 111000 |
Color Harmonies of #B4687E
Complementary color
Monochromatic Colors of #B4687E
Black with #B4687E
Text Example
Text Example
White with #B4687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4687E; }
p { color: rgb(180,104,126); }
H1.HeaderClassName
{
color: #B4687E;
}
.AnyTagClassName
{
color: #B4687E;
}
</style>
background-color css
<style>
a { background-color: #B4687E; }
a { background-color: rgb(180,104,126); }
div.DivClassName
{
background-color: #B4687E;
}
.BgClassName
{
background-color: #B4687E;
}
</style>
border-color css
<style>
span { border-color: #B4687E; }
span { border-color: rgb(180,104,126); }
td.TdClassName
{
border-color: #B4687E;
}
.TagClassName
{
border-color: #B4687E;
}
</style>