Shades of Tapestry #BF6B7E
Tints of Tapestry #BF6B7E
RGB
CMYK
RGB Variations
Color information
#BF6B7E (or 0xBF6B7E) is known color: Tapestry. HEX triplet: BF, 6B and 7E. RGB value is (191,107,126). Sum of RGB (Red+Green+Blue) = 191+107+126=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B7E is #409481. Grayscale: #868686. Windows color (decimal): -4232322 or 8285119. OLE color: 8285119.
HSL color Cylindrical-coordinate representation of color #BF6B7E: hue angle of 346.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6B7E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 126 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.25 |
| HSL | 346.43º | 0.4% | 0.58% | - |
| HSV(B) | 346.43º | 0.44% | 0.75% | - |
| XYZ | 30.51 | 23.1 | 22.59 | - |
| YUV | 134.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 126 | 0 | 0.44 | 0.34 | 0.25 | 346.43 | 0.4 | 0.58 |
| Hex | BF | 6B | 7E | 0 | 2C | 22 | 19 | 15A | 28 | 3A |
| Octal | 277 | 153 | 176 | 0 | 54 | 42 | 31 | 532 | 50 | 72 |
| Binary | 10111111 | 1101011 | 1111110 | 0 | 101100 | 100010 | 11001 | 101011010 | 101000 | 111010 |
Color Harmonies of #BF6B7E
Complementary color
Monochromatic Colors of #BF6B7E
Black with #BF6B7E
Text Example
Text Example
White with #BF6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B7E; }
p { color: rgb(191,107,126); }
H1.HeaderClassName
{
color: #BF6B7E;
}
.AnyTagClassName
{
color: #BF6B7E;
}
</style>
background-color css
<style>
a { background-color: #BF6B7E; }
a { background-color: rgb(191,107,126); }
div.DivClassName
{
background-color: #BF6B7E;
}
.BgClassName
{
background-color: #BF6B7E;
}
</style>
border-color css
<style>
span { border-color: #BF6B7E; }
span { border-color: rgb(191,107,126); }
td.TdClassName
{
border-color: #BF6B7E;
}
.TagClassName
{
border-color: #BF6B7E;
}
</style>