Shades of Tapestry #BF6685
Tints of Tapestry #BF6685
RGB
CMYK
RGB Variations
Color information
#BF6685 (or 0xBF6685) is known color: Tapestry. HEX triplet: BF, 66 and 85. RGB value is (191,102,133). Sum of RGB (Red+Green+Blue) = 191+102+133=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6685 is #40997A. Grayscale: #848484. Windows color (decimal): -4233595 or 8742591. OLE color: 8742591.
HSL color Cylindrical-coordinate representation of color #BF6685: hue angle of 339.1º 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 #BF6685 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 133 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.25 |
| HSL | 339.1º | 0.41% | 0.57% | - |
| HSV(B) | 339.1º | 0.47% | 0.75% | - |
| XYZ | 30.47 | 22.27 | 24.88 | - |
| YUV | 132.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 133 | 0 | 0.47 | 0.30 | 0.25 | 339.1 | 0.41 | 0.57 |
| Hex | BF | 66 | 85 | 0 | 2F | 1E | 19 | 153 | 29 | 39 |
| Octal | 277 | 146 | 205 | 0 | 57 | 36 | 31 | 523 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10000101 | 0 | 101111 | 11110 | 11001 | 101010011 | 101001 | 111001 |
Color Harmonies of #BF6685
Complementary color
Monochromatic Colors of #BF6685
Black with #BF6685
Text Example
Text Example
White with #BF6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6685; }
p { color: rgb(191,102,133); }
H1.HeaderClassName
{
color: #BF6685;
}
.AnyTagClassName
{
color: #BF6685;
}
</style>
background-color css
<style>
a { background-color: #BF6685; }
a { background-color: rgb(191,102,133); }
div.DivClassName
{
background-color: #BF6685;
}
.BgClassName
{
background-color: #BF6685;
}
</style>
border-color css
<style>
span { border-color: #BF6685; }
span { border-color: rgb(191,102,133); }
td.TdClassName
{
border-color: #BF6685;
}
.TagClassName
{
border-color: #BF6685;
}
</style>