Shades of Tapestry #BB6789
Tints of Tapestry #BB6789
RGB
CMYK
RGB Variations
Color information
#BB6789 (or 0xBB6789) is known color: Tapestry. HEX triplet: BB, 67 and 89. RGB value is (187,103,137). Sum of RGB (Red+Green+Blue) = 187+103+137=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6789 is #449876. Grayscale: #838383. Windows color (decimal): -4495479 or 9004987. OLE color: 9004987.
HSL color Cylindrical-coordinate representation of color #BB6789: hue angle of 335.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6789 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 137 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.27 |
| HSL | 335.71º | 0.38% | 0.57% | - |
| HSV(B) | 335.71º | 0.45% | 0.73% | - |
| XYZ | 29.86 | 22.07 | 26.35 | - |
| YUV | 131.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 137 | 0 | 0.45 | 0.27 | 0.27 | 335.71 | 0.38 | 0.57 |
| Hex | BB | 67 | 89 | 0 | 2D | 1B | 1B | 150 | 26 | 39 |
| Octal | 273 | 147 | 211 | 0 | 55 | 33 | 33 | 520 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10001001 | 0 | 101101 | 11011 | 11011 | 101010000 | 100110 | 111001 |
Color Harmonies of #BB6789
Complementary color
Monochromatic Colors of #BB6789
Black with #BB6789
Text Example
Text Example
White with #BB6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6789; }
p { color: rgb(187,103,137); }
H1.HeaderClassName
{
color: #BB6789;
}
.AnyTagClassName
{
color: #BB6789;
}
</style>
background-color css
<style>
a { background-color: #BB6789; }
a { background-color: rgb(187,103,137); }
div.DivClassName
{
background-color: #BB6789;
}
.BgClassName
{
background-color: #BB6789;
}
</style>
border-color css
<style>
span { border-color: #BB6789; }
span { border-color: rgb(187,103,137); }
td.TdClassName
{
border-color: #BB6789;
}
.TagClassName
{
border-color: #BB6789;
}
</style>