Shades of Tapestry #BF6F7E
Tints of Tapestry #BF6F7E
RGB
CMYK
RGB Variations
Color information
#BF6F7E (or 0xBF6F7E) is known color: Tapestry. HEX triplet: BF, 6F and 7E. RGB value is (191,111,126). Sum of RGB (Red+Green+Blue) = 191+111+126=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F7E is #409081. Grayscale: #888888. Windows color (decimal): -4231298 or 8286143. OLE color: 8286143.
HSL color Cylindrical-coordinate representation of color #BF6F7E: hue angle of 348.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 #BF6F7E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 126 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.25 |
| HSL | 348.75º | 0.38% | 0.59% | - |
| HSV(B) | 348.75º | 0.42% | 0.75% | - |
| XYZ | 30.94 | 23.95 | 22.73 | - |
| YUV | 136.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 126 | 0 | 0.42 | 0.34 | 0.25 | 348.75 | 0.38 | 0.59 |
| Hex | BF | 6F | 7E | 0 | 2A | 22 | 19 | 15D | 26 | 3B |
| Octal | 277 | 157 | 176 | 0 | 52 | 42 | 31 | 535 | 46 | 73 |
| Binary | 10111111 | 1101111 | 1111110 | 0 | 101010 | 100010 | 11001 | 101011101 | 100110 | 111011 |
Color Harmonies of #BF6F7E
Complementary color
Monochromatic Colors of #BF6F7E
Black with #BF6F7E
Text Example
Text Example
White with #BF6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F7E; }
p { color: rgb(191,111,126); }
H1.HeaderClassName
{
color: #BF6F7E;
}
.AnyTagClassName
{
color: #BF6F7E;
}
</style>
background-color css
<style>
a { background-color: #BF6F7E; }
a { background-color: rgb(191,111,126); }
div.DivClassName
{
background-color: #BF6F7E;
}
.BgClassName
{
background-color: #BF6F7E;
}
</style>
border-color css
<style>
span { border-color: #BF6F7E; }
span { border-color: rgb(191,111,126); }
td.TdClassName
{
border-color: #BF6F7E;
}
.TagClassName
{
border-color: #BF6F7E;
}
</style>