Shades of Tapestry #B2738C
Tints of Tapestry #B2738C
RGB
CMYK
RGB Variations
Color information
#B2738C (or 0xB2738C) is known color: Tapestry. HEX triplet: B2, 73 and 8C. RGB value is (178,115,140). Sum of RGB (Red+Green+Blue) = 178+115+140=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2738C is #4D8C73. Grayscale: #888888. Windows color (decimal): -5082228 or 9204658. OLE color: 9204658.
HSL color Cylindrical-coordinate representation of color #B2738C: hue angle of 336.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2738C is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 140 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.30 |
| HSL | 336.19º | 0.29% | 0.57% | - |
| HSV(B) | 336.19º | 0.35% | 0.7% | - |
| XYZ | 29.22 | 23.62 | 27.83 | - |
| YUV | 136.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 140 | 0 | 0.35 | 0.21 | 0.30 | 336.19 | 0.29 | 0.57 |
| Hex | B2 | 73 | 8C | 0 | 23 | 15 | 1E | 150 | 1D | 39 |
| Octal | 262 | 163 | 214 | 0 | 43 | 25 | 36 | 520 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10001100 | 0 | 100011 | 10101 | 11110 | 101010000 | 11101 | 111001 |
Color Harmonies of #B2738C
Complementary color
Monochromatic Colors of #B2738C
Black with #B2738C
Text Example
Text Example
White with #B2738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2738C; }
p { color: rgb(178,115,140); }
H1.HeaderClassName
{
color: #B2738C;
}
.AnyTagClassName
{
color: #B2738C;
}
</style>
background-color css
<style>
a { background-color: #B2738C; }
a { background-color: rgb(178,115,140); }
div.DivClassName
{
background-color: #B2738C;
}
.BgClassName
{
background-color: #B2738C;
}
</style>
border-color css
<style>
span { border-color: #B2738C; }
span { border-color: rgb(178,115,140); }
td.TdClassName
{
border-color: #B2738C;
}
.TagClassName
{
border-color: #B2738C;
}
</style>