Shades of Tapestry #BF657C
Tints of Tapestry #BF657C
RGB
CMYK
RGB Variations
Color information
#BF657C (or 0xBF657C) is known color: Tapestry. HEX triplet: BF, 65 and 7C. RGB value is (191,101,124). Sum of RGB (Red+Green+Blue) = 191+101+124=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF657C is #409A83. Grayscale: #828282. Windows color (decimal): -4233860 or 8152511. OLE color: 8152511.
HSL color Cylindrical-coordinate representation of color #BF657C: hue angle of 344.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF657C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 124 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.25 |
| HSL | 344.67º | 0.41% | 0.57% | - |
| HSV(B) | 344.67º | 0.47% | 0.75% | - |
| XYZ | 29.78 | 21.84 | 21.71 | - |
| YUV | 130.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 124 | 0 | 0.47 | 0.35 | 0.25 | 344.67 | 0.41 | 0.57 |
| Hex | BF | 65 | 7C | 0 | 2F | 23 | 19 | 159 | 29 | 39 |
| Octal | 277 | 145 | 174 | 0 | 57 | 43 | 31 | 531 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1111100 | 0 | 101111 | 100011 | 11001 | 101011001 | 101001 | 111001 |
Color Harmonies of #BF657C
Complementary color
Monochromatic Colors of #BF657C
Black with #BF657C
Text Example
Text Example
White with #BF657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF657C; }
p { color: rgb(191,101,124); }
H1.HeaderClassName
{
color: #BF657C;
}
.AnyTagClassName
{
color: #BF657C;
}
</style>
background-color css
<style>
a { background-color: #BF657C; }
a { background-color: rgb(191,101,124); }
div.DivClassName
{
background-color: #BF657C;
}
.BgClassName
{
background-color: #BF657C;
}
</style>
border-color css
<style>
span { border-color: #BF657C; }
span { border-color: rgb(191,101,124); }
td.TdClassName
{
border-color: #BF657C;
}
.TagClassName
{
border-color: #BF657C;
}
</style>