Shades of Tapestry #BF6D7D
Tints of Tapestry #BF6D7D
RGB
CMYK
RGB Variations
Color information
#BF6D7D (or 0xBF6D7D) is known color: Tapestry. HEX triplet: BF, 6D and 7D. RGB value is (191,109,125). Sum of RGB (Red+Green+Blue) = 191+109+125=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D7D is #409282. Grayscale: #878787. Windows color (decimal): -4231811 or 8220095. OLE color: 8220095.
HSL color Cylindrical-coordinate representation of color #BF6D7D: hue angle of 348.29º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6D7D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 125 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.25 |
| HSL | 348.29º | 0.39% | 0.59% | - |
| HSV(B) | 348.29º | 0.43% | 0.75% | - |
| XYZ | 30.66 | 23.49 | 22.32 | - |
| YUV | 135.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 125 | 0 | 0.43 | 0.35 | 0.25 | 348.29 | 0.39 | 0.59 |
| Hex | BF | 6D | 7D | 0 | 2B | 23 | 19 | 15C | 27 | 3B |
| Octal | 277 | 155 | 175 | 0 | 53 | 43 | 31 | 534 | 47 | 73 |
| Binary | 10111111 | 1101101 | 1111101 | 0 | 101011 | 100011 | 11001 | 101011100 | 100111 | 111011 |
Color Harmonies of #BF6D7D
Complementary color
Monochromatic Colors of #BF6D7D
Black with #BF6D7D
Text Example
Text Example
White with #BF6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D7D; }
p { color: rgb(191,109,125); }
H1.HeaderClassName
{
color: #BF6D7D;
}
.AnyTagClassName
{
color: #BF6D7D;
}
</style>
background-color css
<style>
a { background-color: #BF6D7D; }
a { background-color: rgb(191,109,125); }
div.DivClassName
{
background-color: #BF6D7D;
}
.BgClassName
{
background-color: #BF6D7D;
}
</style>
border-color css
<style>
span { border-color: #BF6D7D; }
span { border-color: rgb(191,109,125); }
td.TdClassName
{
border-color: #BF6D7D;
}
.TagClassName
{
border-color: #BF6D7D;
}
</style>