Shades of Tapestry #BB6986
Tints of Tapestry #BB6986
RGB
CMYK
RGB Variations
Color information
#BB6986 (or 0xBB6986) is known color: Tapestry. HEX triplet: BB, 69 and 86. RGB value is (187,105,134). Sum of RGB (Red+Green+Blue) = 187+105+134=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6986 is #449679. Grayscale: #848484. Windows color (decimal): -4494970 or 8808891. OLE color: 8808891.
HSL color Cylindrical-coordinate representation of color #BB6986: hue angle of 338.78º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6986 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 134 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.27 |
| HSL | 338.78º | 0.38% | 0.57% | - |
| HSV(B) | 338.78º | 0.44% | 0.73% | - |
| XYZ | 29.85 | 22.39 | 25.3 | - |
| YUV | 132.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 134 | 0 | 0.44 | 0.28 | 0.27 | 338.78 | 0.38 | 0.57 |
| Hex | BB | 69 | 86 | 0 | 2C | 1C | 1B | 153 | 26 | 39 |
| Octal | 273 | 151 | 206 | 0 | 54 | 34 | 33 | 523 | 46 | 71 |
| Binary | 10111011 | 1101001 | 10000110 | 0 | 101100 | 11100 | 11011 | 101010011 | 100110 | 111001 |
Color Harmonies of #BB6986
Complementary color
Monochromatic Colors of #BB6986
Black with #BB6986
Text Example
Text Example
White with #BB6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6986; }
p { color: rgb(187,105,134); }
H1.HeaderClassName
{
color: #BB6986;
}
.AnyTagClassName
{
color: #BB6986;
}
</style>
background-color css
<style>
a { background-color: #BB6986; }
a { background-color: rgb(187,105,134); }
div.DivClassName
{
background-color: #BB6986;
}
.BgClassName
{
background-color: #BB6986;
}
</style>
border-color css
<style>
span { border-color: #BB6986; }
span { border-color: rgb(187,105,134); }
td.TdClassName
{
border-color: #BB6986;
}
.TagClassName
{
border-color: #BB6986;
}
</style>