Shades of Tapestry #B2728C
Tints of Tapestry #B2728C
RGB
CMYK
RGB Variations
Color information
#B2728C (or 0xB2728C) is known color: Tapestry. HEX triplet: B2, 72 and 8C. RGB value is (178,114,140). Sum of RGB (Red+Green+Blue) = 178+114+140=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2728C is #4D8D73. Grayscale: #888888. Windows color (decimal): -5082484 or 9204402. OLE color: 9204402.
HSL color Cylindrical-coordinate representation of color #B2728C: hue angle of 335.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2728C is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 140 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.30 |
| HSL | 335.63º | 0.29% | 0.57% | - |
| HSV(B) | 335.63º | 0.36% | 0.7% | - |
| XYZ | 29.11 | 23.39 | 27.79 | - |
| YUV | 136.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 140 | 0 | 0.36 | 0.21 | 0.30 | 335.63 | 0.29 | 0.57 |
| Hex | B2 | 72 | 8C | 0 | 24 | 15 | 1E | 150 | 1D | 39 |
| Octal | 262 | 162 | 214 | 0 | 44 | 25 | 36 | 520 | 35 | 71 |
| Binary | 10110010 | 1110010 | 10001100 | 0 | 100100 | 10101 | 11110 | 101010000 | 11101 | 111001 |
Color Harmonies of #B2728C
Complementary color
Monochromatic Colors of #B2728C
Black with #B2728C
Text Example
Text Example
White with #B2728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2728C; }
p { color: rgb(178,114,140); }
H1.HeaderClassName
{
color: #B2728C;
}
.AnyTagClassName
{
color: #B2728C;
}
</style>
background-color css
<style>
a { background-color: #B2728C; }
a { background-color: rgb(178,114,140); }
div.DivClassName
{
background-color: #B2728C;
}
.BgClassName
{
background-color: #B2728C;
}
</style>
border-color css
<style>
span { border-color: #B2728C; }
span { border-color: rgb(178,114,140); }
td.TdClassName
{
border-color: #B2728C;
}
.TagClassName
{
border-color: #B2728C;
}
</style>