Shades of Tapestry #BB7885
Tints of Tapestry #BB7885
RGB
CMYK
RGB Variations
Color information
#BB7885 (or 0xBB7885) is known color: Tapestry. HEX triplet: BB, 78 and 85. RGB value is (187,120,133). Sum of RGB (Red+Green+Blue) = 187+120+133=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7885 is #44877A. Grayscale: #8D8D8D. Windows color (decimal): -4491131 or 8747195. OLE color: 8747195.
HSL color Cylindrical-coordinate representation of color #BB7885: hue angle of 348.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7885 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 133 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.27 |
| HSL | 348.36º | 0.33% | 0.6% | - |
| HSV(B) | 348.36º | 0.36% | 0.73% | - |
| XYZ | 31.44 | 25.69 | 25.49 | - |
| YUV | 141.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 133 | 0 | 0.36 | 0.29 | 0.27 | 348.36 | 0.33 | 0.6 |
| Hex | BB | 78 | 85 | 0 | 24 | 1D | 1B | 15C | 21 | 3C |
| Octal | 273 | 170 | 205 | 0 | 44 | 35 | 33 | 534 | 41 | 74 |
| Binary | 10111011 | 1111000 | 10000101 | 0 | 100100 | 11101 | 11011 | 101011100 | 100001 | 111100 |
Color Harmonies of #BB7885
Complementary color
Monochromatic Colors of #BB7885
Black with #BB7885
Text Example
Text Example
White with #BB7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7885; }
p { color: rgb(187,120,133); }
H1.HeaderClassName
{
color: #BB7885;
}
.AnyTagClassName
{
color: #BB7885;
}
</style>
background-color css
<style>
a { background-color: #BB7885; }
a { background-color: rgb(187,120,133); }
div.DivClassName
{
background-color: #BB7885;
}
.BgClassName
{
background-color: #BB7885;
}
</style>
border-color css
<style>
span { border-color: #BB7885; }
span { border-color: rgb(187,120,133); }
td.TdClassName
{
border-color: #BB7885;
}
.TagClassName
{
border-color: #BB7885;
}
</style>