Shades of Tapestry #BF6F85
Tints of Tapestry #BF6F85
RGB
CMYK
RGB Variations
Color information
#BF6F85 (or 0xBF6F85) is known color: Tapestry. HEX triplet: BF, 6F and 85. RGB value is (191,111,133). Sum of RGB (Red+Green+Blue) = 191+111+133=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F85 is #40907A. Grayscale: #898989. Windows color (decimal): -4231291 or 8744895. OLE color: 8744895.
HSL color Cylindrical-coordinate representation of color #BF6F85: hue angle of 343.5º 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 #BF6F85 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 133 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.25 |
| HSL | 343.5º | 0.38% | 0.59% | - |
| HSV(B) | 343.5º | 0.42% | 0.75% | - |
| XYZ | 31.4 | 24.14 | 25.19 | - |
| YUV | 137.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 133 | 0 | 0.42 | 0.30 | 0.25 | 343.5 | 0.38 | 0.59 |
| Hex | BF | 6F | 85 | 0 | 2A | 1E | 19 | 158 | 26 | 3B |
| Octal | 277 | 157 | 205 | 0 | 52 | 36 | 31 | 530 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10000101 | 0 | 101010 | 11110 | 11001 | 101011000 | 100110 | 111011 |
Color Harmonies of #BF6F85
Complementary color
Monochromatic Colors of #BF6F85
Black with #BF6F85
Text Example
Text Example
White with #BF6F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F85; }
p { color: rgb(191,111,133); }
H1.HeaderClassName
{
color: #BF6F85;
}
.AnyTagClassName
{
color: #BF6F85;
}
</style>
background-color css
<style>
a { background-color: #BF6F85; }
a { background-color: rgb(191,111,133); }
div.DivClassName
{
background-color: #BF6F85;
}
.BgClassName
{
background-color: #BF6F85;
}
</style>
border-color css
<style>
span { border-color: #BF6F85; }
span { border-color: rgb(191,111,133); }
td.TdClassName
{
border-color: #BF6F85;
}
.TagClassName
{
border-color: #BF6F85;
}
</style>