Shades of Tapestry #BF6A84
Tints of Tapestry #BF6A84
RGB
CMYK
RGB Variations
Color information
#BF6A84 (or 0xBF6A84) is known color: Tapestry. HEX triplet: BF, 6A and 84. RGB value is (191,106,132). Sum of RGB (Red+Green+Blue) = 191+106+132=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A84 is #40957B. Grayscale: #868686. Windows color (decimal): -4232572 or 8678079. OLE color: 8678079.
HSL color Cylindrical-coordinate representation of color #BF6A84: hue angle of 341.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6A84 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 132 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.25 |
| HSL | 341.65º | 0.4% | 0.58% | - |
| HSV(B) | 341.65º | 0.45% | 0.75% | - |
| XYZ | 30.8 | 23.05 | 24.66 | - |
| YUV | 134.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 132 | 0 | 0.45 | 0.31 | 0.25 | 341.65 | 0.4 | 0.58 |
| Hex | BF | 6A | 84 | 0 | 2D | 1F | 19 | 156 | 28 | 3A |
| Octal | 277 | 152 | 204 | 0 | 55 | 37 | 31 | 526 | 50 | 72 |
| Binary | 10111111 | 1101010 | 10000100 | 0 | 101101 | 11111 | 11001 | 101010110 | 101000 | 111010 |
Color Harmonies of #BF6A84
Complementary color
Monochromatic Colors of #BF6A84
Black with #BF6A84
Text Example
Text Example
White with #BF6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A84; }
p { color: rgb(191,106,132); }
H1.HeaderClassName
{
color: #BF6A84;
}
.AnyTagClassName
{
color: #BF6A84;
}
</style>
background-color css
<style>
a { background-color: #BF6A84; }
a { background-color: rgb(191,106,132); }
div.DivClassName
{
background-color: #BF6A84;
}
.BgClassName
{
background-color: #BF6A84;
}
</style>
border-color css
<style>
span { border-color: #BF6A84; }
span { border-color: rgb(191,106,132); }
td.TdClassName
{
border-color: #BF6A84;
}
.TagClassName
{
border-color: #BF6A84;
}
</style>