Shades of Tapestry #BF788C
Tints of Tapestry #BF788C
RGB
CMYK
RGB Variations
Color information
#BF788C (or 0xBF788C) is known color: Tapestry. HEX triplet: BF, 78 and 8C. RGB value is (191,120,140). Sum of RGB (Red+Green+Blue) = 191+120+140=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF788C is #408773. Grayscale: #8F8F8F. Windows color (decimal): -4228980 or 9205951. OLE color: 9205951.
HSL color Cylindrical-coordinate representation of color #BF788C: hue angle of 343.1º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF788C is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 140 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.25 |
| HSL | 343.1º | 0.36% | 0.61% | - |
| HSV(B) | 343.1º | 0.37% | 0.75% | - |
| XYZ | 32.94 | 26.4 | 28.17 | - |
| YUV | 143.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 140 | 0 | 0.37 | 0.27 | 0.25 | 343.1 | 0.36 | 0.61 |
| Hex | BF | 78 | 8C | 0 | 25 | 1B | 19 | 157 | 24 | 3D |
| Octal | 277 | 170 | 214 | 0 | 45 | 33 | 31 | 527 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10001100 | 0 | 100101 | 11011 | 11001 | 101010111 | 100100 | 111101 |
Color Harmonies of #BF788C
Complementary color
Monochromatic Colors of #BF788C
Black with #BF788C
Text Example
Text Example
White with #BF788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF788C; }
p { color: rgb(191,120,140); }
H1.HeaderClassName
{
color: #BF788C;
}
.AnyTagClassName
{
color: #BF788C;
}
</style>
background-color css
<style>
a { background-color: #BF788C; }
a { background-color: rgb(191,120,140); }
div.DivClassName
{
background-color: #BF788C;
}
.BgClassName
{
background-color: #BF788C;
}
</style>
border-color css
<style>
span { border-color: #BF788C; }
span { border-color: rgb(191,120,140); }
td.TdClassName
{
border-color: #BF788C;
}
.TagClassName
{
border-color: #BF788C;
}
</style>