Shades of Tapestry #B68788
Tints of Tapestry #B68788
RGB
CMYK
RGB Variations
Color information
#B68788 (or 0xB68788) is known color: Tapestry. HEX triplet: B6, 87 and 88. RGB value is (182,135,136). Sum of RGB (Red+Green+Blue) = 182+135+136=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B68788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68788 is #497877. Grayscale: #959595. Windows color (decimal): -4814968 or 8947638. OLE color: 8947638.
HSL color Cylindrical-coordinate representation of color #B68788: hue angle of 358.72º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68788 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 136 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.29 |
| HSL | 358.72º | 0.24% | 0.62% | - |
| HSV(B) | 358.72º | 0.26% | 0.71% | - |
| XYZ | 32.4 | 29.05 | 27.19 | - |
| YUV | 149.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 136 | 0 | 0.26 | 0.25 | 0.29 | 358.72 | 0.24 | 0.62 |
| Hex | B6 | 87 | 88 | 0 | 1A | 19 | 1D | 167 | 18 | 3E |
| Octal | 266 | 207 | 210 | 0 | 32 | 31 | 35 | 547 | 30 | 76 |
| Binary | 10110110 | 10000111 | 10001000 | 0 | 11010 | 11001 | 11101 | 101100111 | 11000 | 111110 |
Color Harmonies of #B68788
Complementary color
Monochromatic Colors of #B68788
Black with #B68788
Text Example
Text Example
White with #B68788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68788; }
p { color: rgb(182,135,136); }
H1.HeaderClassName
{
color: #B68788;
}
.AnyTagClassName
{
color: #B68788;
}
</style>
background-color css
<style>
a { background-color: #B68788; }
a { background-color: rgb(182,135,136); }
div.DivClassName
{
background-color: #B68788;
}
.BgClassName
{
background-color: #B68788;
}
</style>
border-color css
<style>
span { border-color: #B68788; }
span { border-color: rgb(182,135,136); }
td.TdClassName
{
border-color: #B68788;
}
.TagClassName
{
border-color: #B68788;
}
</style>