Shades of Tapestry #BB7B8E
Tints of Tapestry #BB7B8E
RGB
CMYK
RGB Variations
Color information
#BB7B8E (or 0xBB7B8E) is known color: Tapestry. HEX triplet: BB, 7B and 8E. RGB value is (187,123,142). Sum of RGB (Red+Green+Blue) = 187+123+142=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B8E is #448471. Grayscale: #909090. Windows color (decimal): -4490354 or 9337787. OLE color: 9337787.
HSL color Cylindrical-coordinate representation of color #BB7B8E: hue angle of 342.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7B8E is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 142 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.27 |
| HSL | 342.19º | 0.32% | 0.61% | - |
| HSV(B) | 342.19º | 0.34% | 0.73% | - |
| XYZ | 32.46 | 26.68 | 29.03 | - |
| YUV | 144.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 142 | 0 | 0.34 | 0.24 | 0.27 | 342.19 | 0.32 | 0.61 |
| Hex | BB | 7B | 8E | 0 | 22 | 18 | 1B | 156 | 20 | 3D |
| Octal | 273 | 173 | 216 | 0 | 42 | 30 | 33 | 526 | 40 | 75 |
| Binary | 10111011 | 1111011 | 10001110 | 0 | 100010 | 11000 | 11011 | 101010110 | 100000 | 111101 |
Color Harmonies of #BB7B8E
Complementary color
Monochromatic Colors of #BB7B8E
Black with #BB7B8E
Text Example
Text Example
White with #BB7B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B8E; }
p { color: rgb(187,123,142); }
H1.HeaderClassName
{
color: #BB7B8E;
}
.AnyTagClassName
{
color: #BB7B8E;
}
</style>
background-color css
<style>
a { background-color: #BB7B8E; }
a { background-color: rgb(187,123,142); }
div.DivClassName
{
background-color: #BB7B8E;
}
.BgClassName
{
background-color: #BB7B8E;
}
</style>
border-color css
<style>
span { border-color: #BB7B8E; }
span { border-color: rgb(187,123,142); }
td.TdClassName
{
border-color: #BB7B8E;
}
.TagClassName
{
border-color: #BB7B8E;
}
</style>