Shades of Tapestry #B4768E
Tints of Tapestry #B4768E
RGB
CMYK
RGB Variations
Color information
#B4768E (or 0xB4768E) is known color: Tapestry. HEX triplet: B4, 76 and 8E. RGB value is (180,118,142). Sum of RGB (Red+Green+Blue) = 180+118+142=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4768E is #4B8971. Grayscale: #8B8B8B. Windows color (decimal): -4950386 or 9336500. OLE color: 9336500.
HSL color Cylindrical-coordinate representation of color #B4768E: hue angle of 336.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4768E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 142 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.29 |
| HSL | 336.77º | 0.29% | 0.58% | - |
| HSV(B) | 336.77º | 0.34% | 0.71% | - |
| XYZ | 30.18 | 24.61 | 28.75 | - |
| YUV | 139.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 142 | 0 | 0.34 | 0.21 | 0.29 | 336.77 | 0.29 | 0.58 |
| Hex | B4 | 76 | 8E | 0 | 22 | 15 | 1D | 151 | 1D | 3A |
| Octal | 264 | 166 | 216 | 0 | 42 | 25 | 35 | 521 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10001110 | 0 | 100010 | 10101 | 11101 | 101010001 | 11101 | 111010 |
Color Harmonies of #B4768E
Complementary color
Monochromatic Colors of #B4768E
Black with #B4768E
Text Example
Text Example
White with #B4768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4768E; }
p { color: rgb(180,118,142); }
H1.HeaderClassName
{
color: #B4768E;
}
.AnyTagClassName
{
color: #B4768E;
}
</style>
background-color css
<style>
a { background-color: #B4768E; }
a { background-color: rgb(180,118,142); }
div.DivClassName
{
background-color: #B4768E;
}
.BgClassName
{
background-color: #B4768E;
}
</style>
border-color css
<style>
span { border-color: #B4768E; }
span { border-color: rgb(180,118,142); }
td.TdClassName
{
border-color: #B4768E;
}
.TagClassName
{
border-color: #B4768E;
}
</style>