Shades of Tapestry #BB6C8F
Tints of Tapestry #BB6C8F
RGB
CMYK
RGB Variations
Color information
#BB6C8F (or 0xBB6C8F) is known color: Tapestry. HEX triplet: BB, 6C and 8F. RGB value is (187,108,143). Sum of RGB (Red+Green+Blue) = 187+108+143=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C8F is #449370. Grayscale: #878787. Windows color (decimal): -4494193 or 9399483. OLE color: 9399483.
HSL color Cylindrical-coordinate representation of color #BB6C8F: hue angle of 333.42º 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 #BB6C8F is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 143 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.27 |
| HSL | 333.42º | 0.37% | 0.58% | - |
| HSV(B) | 333.42º | 0.42% | 0.73% | - |
| XYZ | 30.81 | 23.27 | 28.85 | - |
| YUV | 135.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 143 | 0 | 0.42 | 0.24 | 0.27 | 333.42 | 0.37 | 0.58 |
| Hex | BB | 6C | 8F | 0 | 2A | 18 | 1B | 14D | 25 | 3A |
| Octal | 273 | 154 | 217 | 0 | 52 | 30 | 33 | 515 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10001111 | 0 | 101010 | 11000 | 11011 | 101001101 | 100101 | 111010 |
Color Harmonies of #BB6C8F
Complementary color
Monochromatic Colors of #BB6C8F
Black with #BB6C8F
Text Example
Text Example
White with #BB6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C8F; }
p { color: rgb(187,108,143); }
H1.HeaderClassName
{
color: #BB6C8F;
}
.AnyTagClassName
{
color: #BB6C8F;
}
</style>
background-color css
<style>
a { background-color: #BB6C8F; }
a { background-color: rgb(187,108,143); }
div.DivClassName
{
background-color: #BB6C8F;
}
.BgClassName
{
background-color: #BB6C8F;
}
</style>
border-color css
<style>
span { border-color: #BB6C8F; }
span { border-color: rgb(187,108,143); }
td.TdClassName
{
border-color: #BB6C8F;
}
.TagClassName
{
border-color: #BB6C8F;
}
</style>