Shades of Tapestry #B08288
Tints of Tapestry #B08288
RGB
CMYK
RGB Variations
Color information
#B08288 (or 0xB08288) is known color: Tapestry. HEX triplet: B0, 82 and 88. RGB value is (176,130,136). Sum of RGB (Red+Green+Blue) = 176+130+136=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08288 is #4F7D77. Grayscale: #909090. Windows color (decimal): -5209464 or 8946352. OLE color: 8946352.
HSL color Cylindrical-coordinate representation of color #B08288: hue angle of 352.17º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08288 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 136 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.31 |
| HSL | 352.17º | 0.23% | 0.6% | - |
| HSV(B) | 352.17º | 0.26% | 0.69% | - |
| XYZ | 30.33 | 26.97 | 26.9 | - |
| YUV | 144.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 136 | 0 | 0.26 | 0.23 | 0.31 | 352.17 | 0.23 | 0.6 |
| Hex | B0 | 82 | 88 | 0 | 1A | 17 | 1F | 160 | 17 | 3C |
| Octal | 260 | 202 | 210 | 0 | 32 | 27 | 37 | 540 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10001000 | 0 | 11010 | 10111 | 11111 | 101100000 | 10111 | 111100 |
Color Harmonies of #B08288
Complementary color
Monochromatic Colors of #B08288
Black with #B08288
Text Example
Text Example
White with #B08288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08288; }
p { color: rgb(176,130,136); }
H1.HeaderClassName
{
color: #B08288;
}
.AnyTagClassName
{
color: #B08288;
}
</style>
background-color css
<style>
a { background-color: #B08288; }
a { background-color: rgb(176,130,136); }
div.DivClassName
{
background-color: #B08288;
}
.BgClassName
{
background-color: #B08288;
}
</style>
border-color css
<style>
span { border-color: #B08288; }
span { border-color: rgb(176,130,136); }
td.TdClassName
{
border-color: #B08288;
}
.TagClassName
{
border-color: #B08288;
}
</style>