Shades of Tapestry #BF6B7D
Tints of Tapestry #BF6B7D
RGB
CMYK
RGB Variations
Color information
#BF6B7D (or 0xBF6B7D) is known color: Tapestry. HEX triplet: BF, 6B and 7D. RGB value is (191,107,125). Sum of RGB (Red+Green+Blue) = 191+107+125=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B7D is #409482. Grayscale: #868686. Windows color (decimal): -4232323 or 8219583. OLE color: 8219583.
HSL color Cylindrical-coordinate representation of color #BF6B7D: hue angle of 347.14º 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 #BF6B7D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 125 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.25 |
| HSL | 347.14º | 0.4% | 0.58% | - |
| HSV(B) | 347.14º | 0.44% | 0.75% | - |
| XYZ | 30.45 | 23.07 | 22.25 | - |
| YUV | 134.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 125 | 0 | 0.44 | 0.35 | 0.25 | 347.14 | 0.4 | 0.58 |
| Hex | BF | 6B | 7D | 0 | 2C | 23 | 19 | 15B | 28 | 3A |
| Octal | 277 | 153 | 175 | 0 | 54 | 43 | 31 | 533 | 50 | 72 |
| Binary | 10111111 | 1101011 | 1111101 | 0 | 101100 | 100011 | 11001 | 101011011 | 101000 | 111010 |
Color Harmonies of #BF6B7D
Complementary color
Monochromatic Colors of #BF6B7D
Black with #BF6B7D
Text Example
Text Example
White with #BF6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B7D; }
p { color: rgb(191,107,125); }
H1.HeaderClassName
{
color: #BF6B7D;
}
.AnyTagClassName
{
color: #BF6B7D;
}
</style>
background-color css
<style>
a { background-color: #BF6B7D; }
a { background-color: rgb(191,107,125); }
div.DivClassName
{
background-color: #BF6B7D;
}
.BgClassName
{
background-color: #BF6B7D;
}
</style>
border-color css
<style>
span { border-color: #BF6B7D; }
span { border-color: rgb(191,107,125); }
td.TdClassName
{
border-color: #BF6B7D;
}
.TagClassName
{
border-color: #BF6B7D;
}
</style>