Shades of Tapestry #BB6E8C
Tints of Tapestry #BB6E8C
RGB
CMYK
RGB Variations
Color information
#BB6E8C (or 0xBB6E8C) is known color: Tapestry. HEX triplet: BB, 6E and 8C. RGB value is (187,110,140). Sum of RGB (Red+Green+Blue) = 187+110+140=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E8C is #449173. Grayscale: #888888. Windows color (decimal): -4493684 or 9203387. OLE color: 9203387.
HSL color Cylindrical-coordinate representation of color #BB6E8C: hue angle of 336.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6E8C is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 140 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.27 |
| HSL | 336.62º | 0.36% | 0.58% | - |
| HSV(B) | 336.62º | 0.41% | 0.73% | - |
| XYZ | 30.8 | 23.61 | 27.74 | - |
| YUV | 136.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 140 | 0 | 0.41 | 0.25 | 0.27 | 336.62 | 0.36 | 0.58 |
| Hex | BB | 6E | 8C | 0 | 29 | 19 | 1B | 151 | 24 | 3A |
| Octal | 273 | 156 | 214 | 0 | 51 | 31 | 33 | 521 | 44 | 72 |
| Binary | 10111011 | 1101110 | 10001100 | 0 | 101001 | 11001 | 11011 | 101010001 | 100100 | 111010 |
Color Harmonies of #BB6E8C
Complementary color
Monochromatic Colors of #BB6E8C
Black with #BB6E8C
Text Example
Text Example
White with #BB6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E8C; }
p { color: rgb(187,110,140); }
H1.HeaderClassName
{
color: #BB6E8C;
}
.AnyTagClassName
{
color: #BB6E8C;
}
</style>
background-color css
<style>
a { background-color: #BB6E8C; }
a { background-color: rgb(187,110,140); }
div.DivClassName
{
background-color: #BB6E8C;
}
.BgClassName
{
background-color: #BB6E8C;
}
</style>
border-color css
<style>
span { border-color: #BB6E8C; }
span { border-color: rgb(187,110,140); }
td.TdClassName
{
border-color: #BB6E8C;
}
.TagClassName
{
border-color: #BB6E8C;
}
</style>