Shades of Tapestry #BB7D86
Tints of Tapestry #BB7D86
RGB
CMYK
RGB Variations
Color information
#BB7D86 (or 0xBB7D86) is known color: Tapestry. HEX triplet: BB, 7D and 86. RGB value is (187,125,134). Sum of RGB (Red+Green+Blue) = 187+125+134=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7D86 is #448279. Grayscale: #909090. Windows color (decimal): -4489850 or 8814011. OLE color: 8814011.
HSL color Cylindrical-coordinate representation of color #BB7D86: hue angle of 351.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7D86 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 134 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.27 |
| HSL | 351.29º | 0.31% | 0.61% | - |
| HSV(B) | 351.29º | 0.33% | 0.73% | - |
| XYZ | 32.13 | 26.95 | 26.06 | - |
| YUV | 144.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 134 | 0 | 0.33 | 0.28 | 0.27 | 351.29 | 0.31 | 0.61 |
| Hex | BB | 7D | 86 | 0 | 21 | 1C | 1B | 15F | 1F | 3D |
| Octal | 273 | 175 | 206 | 0 | 41 | 34 | 33 | 537 | 37 | 75 |
| Binary | 10111011 | 1111101 | 10000110 | 0 | 100001 | 11100 | 11011 | 101011111 | 11111 | 111101 |
Color Harmonies of #BB7D86
Complementary color
Monochromatic Colors of #BB7D86
Black with #BB7D86
Text Example
Text Example
White with #BB7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D86; }
p { color: rgb(187,125,134); }
H1.HeaderClassName
{
color: #BB7D86;
}
.AnyTagClassName
{
color: #BB7D86;
}
</style>
background-color css
<style>
a { background-color: #BB7D86; }
a { background-color: rgb(187,125,134); }
div.DivClassName
{
background-color: #BB7D86;
}
.BgClassName
{
background-color: #BB7D86;
}
</style>
border-color css
<style>
span { border-color: #BB7D86; }
span { border-color: rgb(187,125,134); }
td.TdClassName
{
border-color: #BB7D86;
}
.TagClassName
{
border-color: #BB7D86;
}
</style>