Shades of Tapestry #B4768B
Tints of Tapestry #B4768B
RGB
CMYK
RGB Variations
Color information
#B4768B (or 0xB4768B) is known color: Tapestry. HEX triplet: B4, 76 and 8B. RGB value is (180,118,139). Sum of RGB (Red+Green+Blue) = 180+118+139=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4768B is #4B8974. Grayscale: #8A8A8A. Windows color (decimal): -4950389 or 9139892. OLE color: 9139892.
HSL color Cylindrical-coordinate representation of color #B4768B: hue angle of 339.68º 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 #B4768B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 139 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.29 |
| HSL | 339.68º | 0.29% | 0.58% | - |
| HSV(B) | 339.68º | 0.34% | 0.71% | - |
| XYZ | 29.96 | 24.52 | 27.58 | - |
| YUV | 138.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 139 | 0 | 0.34 | 0.23 | 0.29 | 339.68 | 0.29 | 0.58 |
| Hex | B4 | 76 | 8B | 0 | 22 | 17 | 1D | 154 | 1D | 3A |
| Octal | 264 | 166 | 213 | 0 | 42 | 27 | 35 | 524 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10001011 | 0 | 100010 | 10111 | 11101 | 101010100 | 11101 | 111010 |
Color Harmonies of #B4768B
Complementary color
Monochromatic Colors of #B4768B
Black with #B4768B
Text Example
Text Example
White with #B4768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4768B; }
p { color: rgb(180,118,139); }
H1.HeaderClassName
{
color: #B4768B;
}
.AnyTagClassName
{
color: #B4768B;
}
</style>
background-color css
<style>
a { background-color: #B4768B; }
a { background-color: rgb(180,118,139); }
div.DivClassName
{
background-color: #B4768B;
}
.BgClassName
{
background-color: #B4768B;
}
</style>
border-color css
<style>
span { border-color: #B4768B; }
span { border-color: rgb(180,118,139); }
td.TdClassName
{
border-color: #B4768B;
}
.TagClassName
{
border-color: #B4768B;
}
</style>