Shades of Tapestry #B38889
Tints of Tapestry #B38889
RGB
CMYK
RGB Variations
Color information
#B38889 (or 0xB38889) is known color: Tapestry. HEX triplet: B3, 88 and 89. RGB value is (179,136,137). Sum of RGB (Red+Green+Blue) = 179+136+137=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B38889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38889 is #4C7776. Grayscale: #959595. Windows color (decimal): -5011319 or 9013427. OLE color: 9013427.
HSL color Cylindrical-coordinate representation of color #B38889: hue angle of 358.6º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38889 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 137 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.30 |
| HSL | 358.6º | 0.22% | 0.62% | - |
| HSV(B) | 358.6º | 0.24% | 0.7% | - |
| XYZ | 31.91 | 29 | 27.58 | - |
| YUV | 148.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 137 | 0 | 0.24 | 0.23 | 0.30 | 358.6 | 0.22 | 0.62 |
| Hex | B3 | 88 | 89 | 0 | 18 | 17 | 1E | 167 | 16 | 3E |
| Octal | 263 | 210 | 211 | 0 | 30 | 27 | 36 | 547 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10001001 | 0 | 11000 | 10111 | 11110 | 101100111 | 10110 | 111110 |
Color Harmonies of #B38889
Complementary color
Monochromatic Colors of #B38889
Black with #B38889
Text Example
Text Example
White with #B38889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38889; }
p { color: rgb(179,136,137); }
H1.HeaderClassName
{
color: #B38889;
}
.AnyTagClassName
{
color: #B38889;
}
</style>
background-color css
<style>
a { background-color: #B38889; }
a { background-color: rgb(179,136,137); }
div.DivClassName
{
background-color: #B38889;
}
.BgClassName
{
background-color: #B38889;
}
</style>
border-color css
<style>
span { border-color: #B38889; }
span { border-color: rgb(179,136,137); }
td.TdClassName
{
border-color: #B38889;
}
.TagClassName
{
border-color: #B38889;
}
</style>