Shades of Tapestry #B36F88
Tints of Tapestry #B36F88
RGB
CMYK
RGB Variations
Color information
#B36F88 (or 0xB36F88) is known color: Tapestry. HEX triplet: B3, 6F and 88. RGB value is (179,111,136). Sum of RGB (Red+Green+Blue) = 179+111+136=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F88 is #4C9077. Grayscale: #868686. Windows color (decimal): -5017720 or 8941491. OLE color: 8941491.
HSL color Cylindrical-coordinate representation of color #B36F88: hue angle of 337.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F88 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 136 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.30 |
| HSL | 337.94º | 0.31% | 0.57% | - |
| HSV(B) | 337.94º | 0.38% | 0.7% | - |
| XYZ | 28.72 | 22.73 | 26.17 | - |
| YUV | 134.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 136 | 0 | 0.38 | 0.24 | 0.30 | 337.94 | 0.31 | 0.57 |
| Hex | B3 | 6F | 88 | 0 | 26 | 18 | 1E | 152 | 1F | 39 |
| Octal | 263 | 157 | 210 | 0 | 46 | 30 | 36 | 522 | 37 | 71 |
| Binary | 10110011 | 1101111 | 10001000 | 0 | 100110 | 11000 | 11110 | 101010010 | 11111 | 111001 |
Color Harmonies of #B36F88
Complementary color
Monochromatic Colors of #B36F88
Black with #B36F88
Text Example
Text Example
White with #B36F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F88; }
p { color: rgb(179,111,136); }
H1.HeaderClassName
{
color: #B36F88;
}
.AnyTagClassName
{
color: #B36F88;
}
</style>
background-color css
<style>
a { background-color: #B36F88; }
a { background-color: rgb(179,111,136); }
div.DivClassName
{
background-color: #B36F88;
}
.BgClassName
{
background-color: #B36F88;
}
</style>
border-color css
<style>
span { border-color: #B36F88; }
span { border-color: rgb(179,111,136); }
td.TdClassName
{
border-color: #B36F88;
}
.TagClassName
{
border-color: #B36F88;
}
</style>