Shades of Tapestry #BF6688
Tints of Tapestry #BF6688
RGB
CMYK
RGB Variations
Color information
#BF6688 (or 0xBF6688) is known color: Tapestry. HEX triplet: BF, 66 and 88. RGB value is (191,102,136). Sum of RGB (Red+Green+Blue) = 191+102+136=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6688 is #409977. Grayscale: #848484. Windows color (decimal): -4233592 or 8939199. OLE color: 8939199.
HSL color Cylindrical-coordinate representation of color #BF6688: hue angle of 337.08º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6688 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 136 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.25 |
| HSL | 337.08º | 0.41% | 0.57% | - |
| HSV(B) | 337.08º | 0.47% | 0.75% | - |
| XYZ | 30.68 | 22.36 | 25.99 | - |
| YUV | 132.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 136 | 0 | 0.47 | 0.29 | 0.25 | 337.08 | 0.41 | 0.57 |
| Hex | BF | 66 | 88 | 0 | 2F | 1D | 19 | 151 | 29 | 39 |
| Octal | 277 | 146 | 210 | 0 | 57 | 35 | 31 | 521 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10001000 | 0 | 101111 | 11101 | 11001 | 101010001 | 101001 | 111001 |
Color Harmonies of #BF6688
Complementary color
Monochromatic Colors of #BF6688
Black with #BF6688
Text Example
Text Example
White with #BF6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6688; }
p { color: rgb(191,102,136); }
H1.HeaderClassName
{
color: #BF6688;
}
.AnyTagClassName
{
color: #BF6688;
}
</style>
background-color css
<style>
a { background-color: #BF6688; }
a { background-color: rgb(191,102,136); }
div.DivClassName
{
background-color: #BF6688;
}
.BgClassName
{
background-color: #BF6688;
}
</style>
border-color css
<style>
span { border-color: #BF6688; }
span { border-color: rgb(191,102,136); }
td.TdClassName
{
border-color: #BF6688;
}
.TagClassName
{
border-color: #BF6688;
}
</style>