Shades of Tapestry #B4767D
Tints of Tapestry #B4767D
RGB
CMYK
RGB Variations
Color information
#B4767D (or 0xB4767D) is known color: Tapestry. HEX triplet: B4, 76 and 7D. RGB value is (180,118,125). Sum of RGB (Red+Green+Blue) = 180+118+125=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767D is #4B8982. Grayscale: #898989. Windows color (decimal): -4950403 or 8222388. OLE color: 8222388.
HSL color Cylindrical-coordinate representation of color #B4767D: hue angle of 353.23º 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 #B4767D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 125 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.29 |
| HSL | 353.23º | 0.29% | 0.58% | - |
| HSV(B) | 353.23º | 0.34% | 0.71% | - |
| XYZ | 29 | 24.14 | 22.53 | - |
| YUV | 137.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 125 | 0 | 0.34 | 0.31 | 0.29 | 353.23 | 0.29 | 0.58 |
| Hex | B4 | 76 | 7D | 0 | 22 | 1F | 1D | 161 | 1D | 3A |
| Octal | 264 | 166 | 175 | 0 | 42 | 37 | 35 | 541 | 35 | 72 |
| Binary | 10110100 | 1110110 | 1111101 | 0 | 100010 | 11111 | 11101 | 101100001 | 11101 | 111010 |
Color Harmonies of #B4767D
Complementary color
Monochromatic Colors of #B4767D
Black with #B4767D
Text Example
Text Example
White with #B4767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4767D; }
p { color: rgb(180,118,125); }
H1.HeaderClassName
{
color: #B4767D;
}
.AnyTagClassName
{
color: #B4767D;
}
</style>
background-color css
<style>
a { background-color: #B4767D; }
a { background-color: rgb(180,118,125); }
div.DivClassName
{
background-color: #B4767D;
}
.BgClassName
{
background-color: #B4767D;
}
</style>
border-color css
<style>
span { border-color: #B4767D; }
span { border-color: rgb(180,118,125); }
td.TdClassName
{
border-color: #B4767D;
}
.TagClassName
{
border-color: #B4767D;
}
</style>