Shades of Tapestry #BB6B8C
Tints of Tapestry #BB6B8C
RGB
CMYK
RGB Variations
Color information
#BB6B8C (or 0xBB6B8C) is known color: Tapestry. HEX triplet: BB, 6B and 8C. RGB value is (187,107,140). Sum of RGB (Red+Green+Blue) = 187+107+140=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B8C is #449473. Grayscale: #868686. Windows color (decimal): -4494452 or 9202619. OLE color: 9202619.
HSL color Cylindrical-coordinate representation of color #BB6B8C: hue angle of 335.25º 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 #BB6B8C is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 140 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.27 |
| HSL | 335.25º | 0.37% | 0.58% | - |
| HSV(B) | 335.25º | 0.43% | 0.73% | - |
| XYZ | 30.48 | 22.97 | 27.64 | - |
| YUV | 134.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 140 | 0 | 0.43 | 0.25 | 0.27 | 335.25 | 0.37 | 0.58 |
| Hex | BB | 6B | 8C | 0 | 2B | 19 | 1B | 14F | 25 | 3A |
| Octal | 273 | 153 | 214 | 0 | 53 | 31 | 33 | 517 | 45 | 72 |
| Binary | 10111011 | 1101011 | 10001100 | 0 | 101011 | 11001 | 11011 | 101001111 | 100101 | 111010 |
Color Harmonies of #BB6B8C
Complementary color
Monochromatic Colors of #BB6B8C
Black with #BB6B8C
Text Example
Text Example
White with #BB6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B8C; }
p { color: rgb(187,107,140); }
H1.HeaderClassName
{
color: #BB6B8C;
}
.AnyTagClassName
{
color: #BB6B8C;
}
</style>
background-color css
<style>
a { background-color: #BB6B8C; }
a { background-color: rgb(187,107,140); }
div.DivClassName
{
background-color: #BB6B8C;
}
.BgClassName
{
background-color: #BB6B8C;
}
</style>
border-color css
<style>
span { border-color: #BB6B8C; }
span { border-color: rgb(187,107,140); }
td.TdClassName
{
border-color: #BB6B8C;
}
.TagClassName
{
border-color: #BB6B8C;
}
</style>