Shades of Tapestry #BB6B89
Tints of Tapestry #BB6B89
RGB
CMYK
RGB Variations
Color information
#BB6B89 (or 0xBB6B89) is known color: Tapestry. HEX triplet: BB, 6B and 89. RGB value is (187,107,137). Sum of RGB (Red+Green+Blue) = 187+107+137=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B89 is #449476. Grayscale: #868686. Windows color (decimal): -4494455 or 9006011. OLE color: 9006011.
HSL color Cylindrical-coordinate representation of color #BB6B89: hue angle of 337.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B89 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 137 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.27 |
| HSL | 337.5º | 0.37% | 0.58% | - |
| HSV(B) | 337.5º | 0.43% | 0.73% | - |
| XYZ | 30.27 | 22.89 | 26.49 | - |
| YUV | 134.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 137 | 0 | 0.43 | 0.27 | 0.27 | 337.5 | 0.37 | 0.58 |
| Hex | BB | 6B | 89 | 0 | 2B | 1B | 1B | 152 | 25 | 3A |
| Octal | 273 | 153 | 211 | 0 | 53 | 33 | 33 | 522 | 45 | 72 |
| Binary | 10111011 | 1101011 | 10001001 | 0 | 101011 | 11011 | 11011 | 101010010 | 100101 | 111010 |
Color Harmonies of #BB6B89
Complementary color
Monochromatic Colors of #BB6B89
Black with #BB6B89
Text Example
Text Example
White with #BB6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B89; }
p { color: rgb(187,107,137); }
H1.HeaderClassName
{
color: #BB6B89;
}
.AnyTagClassName
{
color: #BB6B89;
}
</style>
background-color css
<style>
a { background-color: #BB6B89; }
a { background-color: rgb(187,107,137); }
div.DivClassName
{
background-color: #BB6B89;
}
.BgClassName
{
background-color: #BB6B89;
}
</style>
border-color css
<style>
span { border-color: #BB6B89; }
span { border-color: rgb(187,107,137); }
td.TdClassName
{
border-color: #BB6B89;
}
.TagClassName
{
border-color: #BB6B89;
}
</style>