Shades of Tapestry #BF6F83
Tints of Tapestry #BF6F83
RGB
CMYK
RGB Variations
Color information
#BF6F83 (or 0xBF6F83) is known color: Tapestry. HEX triplet: BF, 6F and 83. RGB value is (191,111,131). Sum of RGB (Red+Green+Blue) = 191+111+131=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F83 is #40907C. Grayscale: #898989. Windows color (decimal): -4231293 or 8613823. OLE color: 8613823.
HSL color Cylindrical-coordinate representation of color #BF6F83: hue angle of 345º 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 #BF6F83 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 131 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.25 |
| HSL | 345º | 0.38% | 0.59% | - |
| HSV(B) | 345º | 0.42% | 0.75% | - |
| XYZ | 31.27 | 24.08 | 24.47 | - |
| YUV | 137.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 131 | 0 | 0.42 | 0.31 | 0.25 | 345 | 0.38 | 0.59 |
| Hex | BF | 6F | 83 | 0 | 2A | 1F | 19 | 159 | 26 | 3B |
| Octal | 277 | 157 | 203 | 0 | 52 | 37 | 31 | 531 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10000011 | 0 | 101010 | 11111 | 11001 | 101011001 | 100110 | 111011 |
Color Harmonies of #BF6F83
Complementary color
Monochromatic Colors of #BF6F83
Black with #BF6F83
Text Example
Text Example
White with #BF6F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F83; }
p { color: rgb(191,111,131); }
H1.HeaderClassName
{
color: #BF6F83;
}
.AnyTagClassName
{
color: #BF6F83;
}
</style>
background-color css
<style>
a { background-color: #BF6F83; }
a { background-color: rgb(191,111,131); }
div.DivClassName
{
background-color: #BF6F83;
}
.BgClassName
{
background-color: #BF6F83;
}
</style>
border-color css
<style>
span { border-color: #BF6F83; }
span { border-color: rgb(191,111,131); }
td.TdClassName
{
border-color: #BF6F83;
}
.TagClassName
{
border-color: #BF6F83;
}
</style>