Shades of Tapestry #BF647B
Tints of Tapestry #BF647B
RGB
CMYK
RGB Variations
Color information
#BF647B (or 0xBF647B) is known color: Tapestry. HEX triplet: BF, 64 and 7B. RGB value is (191,100,123). Sum of RGB (Red+Green+Blue) = 191+100+123=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF647B is #409B84. Grayscale: #818181. Windows color (decimal): -4234117 or 8086719. OLE color: 8086719.
HSL color Cylindrical-coordinate representation of color #BF647B: hue angle of 344.84º 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 #BF647B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 123 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.25 |
| HSL | 344.84º | 0.42% | 0.57% | - |
| HSV(B) | 344.84º | 0.48% | 0.75% | - |
| XYZ | 29.62 | 21.62 | 21.35 | - |
| YUV | 129.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 123 | 0 | 0.48 | 0.36 | 0.25 | 344.84 | 0.42 | 0.57 |
| Hex | BF | 64 | 7B | 0 | 30 | 24 | 19 | 159 | 2A | 39 |
| Octal | 277 | 144 | 173 | 0 | 60 | 44 | 31 | 531 | 52 | 71 |
| Binary | 10111111 | 1100100 | 1111011 | 0 | 110000 | 100100 | 11001 | 101011001 | 101010 | 111001 |
Color Harmonies of #BF647B
Complementary color
Monochromatic Colors of #BF647B
Black with #BF647B
Text Example
Text Example
White with #BF647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF647B; }
p { color: rgb(191,100,123); }
H1.HeaderClassName
{
color: #BF647B;
}
.AnyTagClassName
{
color: #BF647B;
}
</style>
background-color css
<style>
a { background-color: #BF647B; }
a { background-color: rgb(191,100,123); }
div.DivClassName
{
background-color: #BF647B;
}
.BgClassName
{
background-color: #BF647B;
}
</style>
border-color css
<style>
span { border-color: #BF647B; }
span { border-color: rgb(191,100,123); }
td.TdClassName
{
border-color: #BF647B;
}
.TagClassName
{
border-color: #BF647B;
}
</style>