Shades of Tapestry #BB6C8E
Tints of Tapestry #BB6C8E
RGB
CMYK
RGB Variations
Color information
#BB6C8E (or 0xBB6C8E) is known color: Tapestry. HEX triplet: BB, 6C and 8E. RGB value is (187,108,142). Sum of RGB (Red+Green+Blue) = 187+108+142=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C8E is #449371. Grayscale: #878787. Windows color (decimal): -4494194 or 9333947. OLE color: 9333947.
HSL color Cylindrical-coordinate representation of color #BB6C8E: hue angle of 334.18º 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 #BB6C8E is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 142 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.27 |
| HSL | 334.18º | 0.37% | 0.58% | - |
| HSV(B) | 334.18º | 0.42% | 0.73% | - |
| XYZ | 30.74 | 23.24 | 28.46 | - |
| YUV | 135.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 142 | 0 | 0.42 | 0.24 | 0.27 | 334.18 | 0.37 | 0.58 |
| Hex | BB | 6C | 8E | 0 | 2A | 18 | 1B | 14E | 25 | 3A |
| Octal | 273 | 154 | 216 | 0 | 52 | 30 | 33 | 516 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10001110 | 0 | 101010 | 11000 | 11011 | 101001110 | 100101 | 111010 |
Color Harmonies of #BB6C8E
Complementary color
Monochromatic Colors of #BB6C8E
Black with #BB6C8E
Text Example
Text Example
White with #BB6C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C8E; }
p { color: rgb(187,108,142); }
H1.HeaderClassName
{
color: #BB6C8E;
}
.AnyTagClassName
{
color: #BB6C8E;
}
</style>
background-color css
<style>
a { background-color: #BB6C8E; }
a { background-color: rgb(187,108,142); }
div.DivClassName
{
background-color: #BB6C8E;
}
.BgClassName
{
background-color: #BB6C8E;
}
</style>
border-color css
<style>
span { border-color: #BB6C8E; }
span { border-color: rgb(187,108,142); }
td.TdClassName
{
border-color: #BB6C8E;
}
.TagClassName
{
border-color: #BB6C8E;
}
</style>