Shades of Tapestry #B2767F
Tints of Tapestry #B2767F
RGB
CMYK
RGB Variations
Color information
#B2767F (or 0xB2767F) is known color: Tapestry. HEX triplet: B2, 76 and 7F. RGB value is (178,118,127). Sum of RGB (Red+Green+Blue) = 178+118+127=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2767F is #4D8980. Grayscale: #888888. Windows color (decimal): -5081473 or 8353458. OLE color: 8353458.
HSL color Cylindrical-coordinate representation of color #B2767F: hue angle of 351º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2767F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 127 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.30 |
| HSL | 351º | 0.28% | 0.58% | - |
| HSV(B) | 351º | 0.34% | 0.7% | - |
| XYZ | 28.67 | 23.95 | 23.19 | - |
| YUV | 136.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 127 | 0 | 0.34 | 0.29 | 0.30 | 351 | 0.28 | 0.58 |
| Hex | B2 | 76 | 7F | 0 | 22 | 1D | 1E | 15F | 1C | 3A |
| Octal | 262 | 166 | 177 | 0 | 42 | 35 | 36 | 537 | 34 | 72 |
| Binary | 10110010 | 1110110 | 1111111 | 0 | 100010 | 11101 | 11110 | 101011111 | 11100 | 111010 |
Color Harmonies of #B2767F
Complementary color
Monochromatic Colors of #B2767F
Black with #B2767F
Text Example
Text Example
White with #B2767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2767F; }
p { color: rgb(178,118,127); }
H1.HeaderClassName
{
color: #B2767F;
}
.AnyTagClassName
{
color: #B2767F;
}
</style>
background-color css
<style>
a { background-color: #B2767F; }
a { background-color: rgb(178,118,127); }
div.DivClassName
{
background-color: #B2767F;
}
.BgClassName
{
background-color: #B2767F;
}
</style>
border-color css
<style>
span { border-color: #B2767F; }
span { border-color: rgb(178,118,127); }
td.TdClassName
{
border-color: #B2767F;
}
.TagClassName
{
border-color: #B2767F;
}
</style>