Shades of Tapestry #BF6F7B
Tints of Tapestry #BF6F7B
RGB
CMYK
RGB Variations
Color information
#BF6F7B (or 0xBF6F7B) is known color: Tapestry. HEX triplet: BF, 6F and 7B. RGB value is (191,111,123). Sum of RGB (Red+Green+Blue) = 191+111+123=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F7B is #409084. Grayscale: #888888. Windows color (decimal): -4231301 or 8089535. OLE color: 8089535.
HSL color Cylindrical-coordinate representation of color #BF6F7B: hue angle of 351º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6F7B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 123 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.25 |
| HSL | 351º | 0.38% | 0.59% | - |
| HSV(B) | 351º | 0.42% | 0.75% | - |
| XYZ | 30.75 | 23.88 | 21.73 | - |
| YUV | 136.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 123 | 0 | 0.42 | 0.36 | 0.25 | 351 | 0.38 | 0.59 |
| Hex | BF | 6F | 7B | 0 | 2A | 24 | 19 | 15F | 26 | 3B |
| Octal | 277 | 157 | 173 | 0 | 52 | 44 | 31 | 537 | 46 | 73 |
| Binary | 10111111 | 1101111 | 1111011 | 0 | 101010 | 100100 | 11001 | 101011111 | 100110 | 111011 |
Color Harmonies of #BF6F7B
Complementary color
Monochromatic Colors of #BF6F7B
Black with #BF6F7B
Text Example
Text Example
White with #BF6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F7B; }
p { color: rgb(191,111,123); }
H1.HeaderClassName
{
color: #BF6F7B;
}
.AnyTagClassName
{
color: #BF6F7B;
}
</style>
background-color css
<style>
a { background-color: #BF6F7B; }
a { background-color: rgb(191,111,123); }
div.DivClassName
{
background-color: #BF6F7B;
}
.BgClassName
{
background-color: #BF6F7B;
}
</style>
border-color css
<style>
span { border-color: #BF6F7B; }
span { border-color: rgb(191,111,123); }
td.TdClassName
{
border-color: #BF6F7B;
}
.TagClassName
{
border-color: #BF6F7B;
}
</style>