Shades of Tapestry #B37088
Tints of Tapestry #B37088
RGB
CMYK
RGB Variations
Color information
#B37088 (or 0xB37088) is known color: Tapestry. HEX triplet: B3, 70 and 88. RGB value is (179,112,136). Sum of RGB (Red+Green+Blue) = 179+112+136=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37088 is #4C8F77. Grayscale: #868686. Windows color (decimal): -5017464 or 8941747. OLE color: 8941747.
HSL color Cylindrical-coordinate representation of color #B37088: hue angle of 338.51º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B37088 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 136 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.30 |
| HSL | 338.51º | 0.31% | 0.57% | - |
| HSV(B) | 338.51º | 0.37% | 0.7% | - |
| XYZ | 28.83 | 22.95 | 26.2 | - |
| YUV | 134.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 136 | 0 | 0.37 | 0.24 | 0.30 | 338.51 | 0.31 | 0.57 |
| Hex | B3 | 70 | 88 | 0 | 25 | 18 | 1E | 153 | 1F | 39 |
| Octal | 263 | 160 | 210 | 0 | 45 | 30 | 36 | 523 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10001000 | 0 | 100101 | 11000 | 11110 | 101010011 | 11111 | 111001 |
Color Harmonies of #B37088
Complementary color
Monochromatic Colors of #B37088
Black with #B37088
Text Example
Text Example
White with #B37088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37088; }
p { color: rgb(179,112,136); }
H1.HeaderClassName
{
color: #B37088;
}
.AnyTagClassName
{
color: #B37088;
}
</style>
background-color css
<style>
a { background-color: #B37088; }
a { background-color: rgb(179,112,136); }
div.DivClassName
{
background-color: #B37088;
}
.BgClassName
{
background-color: #B37088;
}
</style>
border-color css
<style>
span { border-color: #B37088; }
span { border-color: rgb(179,112,136); }
td.TdClassName
{
border-color: #B37088;
}
.TagClassName
{
border-color: #B37088;
}
</style>