Shades of Tapestry #BB6C8D
Tints of Tapestry #BB6C8D
RGB
CMYK
RGB Variations
Color information
#BB6C8D (or 0xBB6C8D) is known color: Tapestry. HEX triplet: BB, 6C and 8D. RGB value is (187,108,141). Sum of RGB (Red+Green+Blue) = 187+108+141=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C8D is #449372. Grayscale: #878787. Windows color (decimal): -4494195 or 9268411. OLE color: 9268411.
HSL color Cylindrical-coordinate representation of color #BB6C8D: hue angle of 334.94º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6C8D is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 141 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.27 |
| HSL | 334.94º | 0.37% | 0.58% | - |
| HSV(B) | 334.94º | 0.42% | 0.73% | - |
| XYZ | 30.66 | 23.21 | 28.06 | - |
| YUV | 135.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 141 | 0 | 0.42 | 0.25 | 0.27 | 334.94 | 0.37 | 0.58 |
| Hex | BB | 6C | 8D | 0 | 2A | 19 | 1B | 14F | 25 | 3A |
| Octal | 273 | 154 | 215 | 0 | 52 | 31 | 33 | 517 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10001101 | 0 | 101010 | 11001 | 11011 | 101001111 | 100101 | 111010 |
Color Harmonies of #BB6C8D
Complementary color
Monochromatic Colors of #BB6C8D
Black with #BB6C8D
Text Example
Text Example
White with #BB6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C8D; }
p { color: rgb(187,108,141); }
H1.HeaderClassName
{
color: #BB6C8D;
}
.AnyTagClassName
{
color: #BB6C8D;
}
</style>
background-color css
<style>
a { background-color: #BB6C8D; }
a { background-color: rgb(187,108,141); }
div.DivClassName
{
background-color: #BB6C8D;
}
.BgClassName
{
background-color: #BB6C8D;
}
</style>
border-color css
<style>
span { border-color: #BB6C8D; }
span { border-color: rgb(187,108,141); }
td.TdClassName
{
border-color: #BB6C8D;
}
.TagClassName
{
border-color: #BB6C8D;
}
</style>