Shades of Tapestry #BF6F82
Tints of Tapestry #BF6F82
RGB
CMYK
RGB Variations
Color information
#BF6F82 (or 0xBF6F82) is known color: Tapestry. HEX triplet: BF, 6F and 82. RGB value is (191,111,130). Sum of RGB (Red+Green+Blue) = 191+111+130=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F82 is #40907D. Grayscale: #898989. Windows color (decimal): -4231294 or 8548287. OLE color: 8548287.
HSL color Cylindrical-coordinate representation of color #BF6F82: hue angle of 345.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6F82 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 130 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.25 |
| HSL | 345.75º | 0.38% | 0.59% | - |
| HSV(B) | 345.75º | 0.42% | 0.75% | - |
| XYZ | 31.2 | 24.06 | 24.12 | - |
| YUV | 137.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 130 | 0 | 0.42 | 0.32 | 0.25 | 345.75 | 0.38 | 0.59 |
| Hex | BF | 6F | 82 | 0 | 2A | 20 | 19 | 15A | 26 | 3B |
| Octal | 277 | 157 | 202 | 0 | 52 | 40 | 31 | 532 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10000010 | 0 | 101010 | 100000 | 11001 | 101011010 | 100110 | 111011 |
Color Harmonies of #BF6F82
Complementary color
Monochromatic Colors of #BF6F82
Black with #BF6F82
Text Example
Text Example
White with #BF6F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F82; }
p { color: rgb(191,111,130); }
H1.HeaderClassName
{
color: #BF6F82;
}
.AnyTagClassName
{
color: #BF6F82;
}
</style>
background-color css
<style>
a { background-color: #BF6F82; }
a { background-color: rgb(191,111,130); }
div.DivClassName
{
background-color: #BF6F82;
}
.BgClassName
{
background-color: #BF6F82;
}
</style>
border-color css
<style>
span { border-color: #BF6F82; }
span { border-color: rgb(191,111,130); }
td.TdClassName
{
border-color: #BF6F82;
}
.TagClassName
{
border-color: #BF6F82;
}
</style>