Shades of Tapestry #BF657A
Tints of Tapestry #BF657A
RGB
CMYK
RGB Variations
Color information
#BF657A (or 0xBF657A) is known color: Tapestry. HEX triplet: BF, 65 and 7A. RGB value is (191,101,122). Sum of RGB (Red+Green+Blue) = 191+101+122=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF657A is #409A85. Grayscale: #828282. Windows color (decimal): -4233862 or 8021439. OLE color: 8021439.
HSL color Cylindrical-coordinate representation of color #BF657A: hue angle of 346º 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 #BF657A is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 122 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.25 |
| HSL | 346º | 0.41% | 0.57% | - |
| HSV(B) | 346º | 0.47% | 0.75% | - |
| XYZ | 29.65 | 21.79 | 21.06 | - |
| YUV | 130.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 122 | 0 | 0.47 | 0.36 | 0.25 | 346 | 0.41 | 0.57 |
| Hex | BF | 65 | 7A | 0 | 2F | 24 | 19 | 15A | 29 | 39 |
| Octal | 277 | 145 | 172 | 0 | 57 | 44 | 31 | 532 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1111010 | 0 | 101111 | 100100 | 11001 | 101011010 | 101001 | 111001 |
Color Harmonies of #BF657A
Complementary color
Monochromatic Colors of #BF657A
Black with #BF657A
Text Example
Text Example
White with #BF657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF657A; }
p { color: rgb(191,101,122); }
H1.HeaderClassName
{
color: #BF657A;
}
.AnyTagClassName
{
color: #BF657A;
}
</style>
background-color css
<style>
a { background-color: #BF657A; }
a { background-color: rgb(191,101,122); }
div.DivClassName
{
background-color: #BF657A;
}
.BgClassName
{
background-color: #BF657A;
}
</style>
border-color css
<style>
span { border-color: #BF657A; }
span { border-color: rgb(191,101,122); }
td.TdClassName
{
border-color: #BF657A;
}
.TagClassName
{
border-color: #BF657A;
}
</style>