Shades of Tapestry #BF6675
Tints of Tapestry #BF6675
RGB
CMYK
RGB Variations
Color information
#BF6675 (or 0xBF6675) is known color: Tapestry. HEX triplet: BF, 66 and 75. RGB value is (191,102,117). Sum of RGB (Red+Green+Blue) = 191+102+117=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6675 is #40998A. Grayscale: #828282. Windows color (decimal): -4233611 or 7694015. OLE color: 7694015.
HSL color Cylindrical-coordinate representation of color #BF6675: hue angle of 349.89º 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 #BF6675 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 117 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.25 |
| HSL | 349.89º | 0.41% | 0.57% | - |
| HSV(B) | 349.89º | 0.47% | 0.75% | - |
| XYZ | 29.45 | 21.86 | 19.5 | - |
| YUV | 130.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 117 | 0 | 0.47 | 0.39 | 0.25 | 349.89 | 0.41 | 0.57 |
| Hex | BF | 66 | 75 | 0 | 2F | 27 | 19 | 15E | 29 | 39 |
| Octal | 277 | 146 | 165 | 0 | 57 | 47 | 31 | 536 | 51 | 71 |
| Binary | 10111111 | 1100110 | 1110101 | 0 | 101111 | 100111 | 11001 | 101011110 | 101001 | 111001 |
Color Harmonies of #BF6675
Complementary color
Monochromatic Colors of #BF6675
Black with #BF6675
Text Example
Text Example
White with #BF6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6675; }
p { color: rgb(191,102,117); }
H1.HeaderClassName
{
color: #BF6675;
}
.AnyTagClassName
{
color: #BF6675;
}
</style>
background-color css
<style>
a { background-color: #BF6675; }
a { background-color: rgb(191,102,117); }
div.DivClassName
{
background-color: #BF6675;
}
.BgClassName
{
background-color: #BF6675;
}
</style>
border-color css
<style>
span { border-color: #BF6675; }
span { border-color: rgb(191,102,117); }
td.TdClassName
{
border-color: #BF6675;
}
.TagClassName
{
border-color: #BF6675;
}
</style>