Shades of Tapestry #B37288
Tints of Tapestry #B37288
RGB
CMYK
RGB Variations
Color information
#B37288 (or 0xB37288) is known color: Tapestry. HEX triplet: B3, 72 and 88. RGB value is (179,114,136). Sum of RGB (Red+Green+Blue) = 179+114+136=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37288 is #4C8D77. Grayscale: #878787. Windows color (decimal): -5016952 or 8942259. OLE color: 8942259.
HSL color Cylindrical-coordinate representation of color #B37288: hue angle of 339.69º degrees, saturation: 0.3, 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 #B37288 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 136 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.30 |
| HSL | 339.69º | 0.3% | 0.57% | - |
| HSV(B) | 339.69º | 0.36% | 0.7% | - |
| XYZ | 29.05 | 23.4 | 26.28 | - |
| YUV | 135.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 136 | 0 | 0.36 | 0.24 | 0.30 | 339.69 | 0.3 | 0.57 |
| Hex | B3 | 72 | 88 | 0 | 24 | 18 | 1E | 154 | 1E | 39 |
| Octal | 263 | 162 | 210 | 0 | 44 | 30 | 36 | 524 | 36 | 71 |
| Binary | 10110011 | 1110010 | 10001000 | 0 | 100100 | 11000 | 11110 | 101010100 | 11110 | 111001 |
Color Harmonies of #B37288
Complementary color
Monochromatic Colors of #B37288
Black with #B37288
Text Example
Text Example
White with #B37288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37288; }
p { color: rgb(179,114,136); }
H1.HeaderClassName
{
color: #B37288;
}
.AnyTagClassName
{
color: #B37288;
}
</style>
background-color css
<style>
a { background-color: #B37288; }
a { background-color: rgb(179,114,136); }
div.DivClassName
{
background-color: #B37288;
}
.BgClassName
{
background-color: #B37288;
}
</style>
border-color css
<style>
span { border-color: #B37288; }
span { border-color: rgb(179,114,136); }
td.TdClassName
{
border-color: #B37288;
}
.TagClassName
{
border-color: #B37288;
}
</style>