Shades of Tapestry #BF647D
Tints of Tapestry #BF647D
RGB
CMYK
RGB Variations
Color information
#BF647D (or 0xBF647D) is known color: Tapestry. HEX triplet: BF, 64 and 7D. RGB value is (191,100,125). Sum of RGB (Red+Green+Blue) = 191+100+125=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF647D is #409B82. Grayscale: #828282. Windows color (decimal): -4234115 or 8217791. OLE color: 8217791.
HSL color Cylindrical-coordinate representation of color #BF647D: hue angle of 343.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF647D is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 125 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.25 |
| HSL | 343.52º | 0.42% | 0.57% | - |
| HSV(B) | 343.52º | 0.48% | 0.75% | - |
| XYZ | 29.74 | 21.67 | 22.02 | - |
| YUV | 130.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 125 | 0 | 0.48 | 0.35 | 0.25 | 343.52 | 0.42 | 0.57 |
| Hex | BF | 64 | 7D | 0 | 30 | 23 | 19 | 158 | 2A | 39 |
| Octal | 277 | 144 | 175 | 0 | 60 | 43 | 31 | 530 | 52 | 71 |
| Binary | 10111111 | 1100100 | 1111101 | 0 | 110000 | 100011 | 11001 | 101011000 | 101010 | 111001 |
Color Harmonies of #BF647D
Complementary color
Monochromatic Colors of #BF647D
Black with #BF647D
Text Example
Text Example
White with #BF647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF647D; }
p { color: rgb(191,100,125); }
H1.HeaderClassName
{
color: #BF647D;
}
.AnyTagClassName
{
color: #BF647D;
}
</style>
background-color css
<style>
a { background-color: #BF647D; }
a { background-color: rgb(191,100,125); }
div.DivClassName
{
background-color: #BF647D;
}
.BgClassName
{
background-color: #BF647D;
}
</style>
border-color css
<style>
span { border-color: #BF647D; }
span { border-color: rgb(191,100,125); }
td.TdClassName
{
border-color: #BF647D;
}
.TagClassName
{
border-color: #BF647D;
}
</style>