Shades of Tapestry #BF6B89
Tints of Tapestry #BF6B89
RGB
CMYK
RGB Variations
Color information
#BF6B89 (or 0xBF6B89) is known color: Tapestry. HEX triplet: BF, 6B and 89. RGB value is (191,107,137). Sum of RGB (Red+Green+Blue) = 191+107+137=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6B89 is #409476. Grayscale: #878787. Windows color (decimal): -4232311 or 9006015. OLE color: 9006015.
HSL color Cylindrical-coordinate representation of color #BF6B89: hue angle of 338.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6B89 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 137 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.25 |
| HSL | 338.57º | 0.4% | 0.58% | - |
| HSV(B) | 338.57º | 0.44% | 0.75% | - |
| XYZ | 31.26 | 23.4 | 26.54 | - |
| YUV | 135.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 137 | 0 | 0.44 | 0.28 | 0.25 | 338.57 | 0.4 | 0.58 |
| Hex | BF | 6B | 89 | 0 | 2C | 1C | 19 | 153 | 28 | 3A |
| Octal | 277 | 153 | 211 | 0 | 54 | 34 | 31 | 523 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10001001 | 0 | 101100 | 11100 | 11001 | 101010011 | 101000 | 111010 |
Color Harmonies of #BF6B89
Complementary color
Monochromatic Colors of #BF6B89
Black with #BF6B89
Text Example
Text Example
White with #BF6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B89; }
p { color: rgb(191,107,137); }
H1.HeaderClassName
{
color: #BF6B89;
}
.AnyTagClassName
{
color: #BF6B89;
}
</style>
background-color css
<style>
a { background-color: #BF6B89; }
a { background-color: rgb(191,107,137); }
div.DivClassName
{
background-color: #BF6B89;
}
.BgClassName
{
background-color: #BF6B89;
}
</style>
border-color css
<style>
span { border-color: #BF6B89; }
span { border-color: rgb(191,107,137); }
td.TdClassName
{
border-color: #BF6B89;
}
.TagClassName
{
border-color: #BF6B89;
}
</style>