Shades of Tapestry #BF788A
Tints of Tapestry #BF788A
RGB
CMYK
RGB Variations
Color information
#BF788A (or 0xBF788A) is known color: Tapestry. HEX triplet: BF, 78 and 8A. RGB value is (191,120,138). Sum of RGB (Red+Green+Blue) = 191+120+138=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF788A is #408775. Grayscale: #8F8F8F. Windows color (decimal): -4228982 or 9074879. OLE color: 9074879.
HSL color Cylindrical-coordinate representation of color #BF788A: hue angle of 344.79º 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 #BF788A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 138 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.25 |
| HSL | 344.79º | 0.36% | 0.61% | - |
| HSV(B) | 344.79º | 0.37% | 0.75% | - |
| XYZ | 32.79 | 26.34 | 27.4 | - |
| YUV | 143.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 138 | 0 | 0.37 | 0.28 | 0.25 | 344.79 | 0.36 | 0.61 |
| Hex | BF | 78 | 8A | 0 | 25 | 1C | 19 | 159 | 24 | 3D |
| Octal | 277 | 170 | 212 | 0 | 45 | 34 | 31 | 531 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10001010 | 0 | 100101 | 11100 | 11001 | 101011001 | 100100 | 111101 |
Color Harmonies of #BF788A
Complementary color
Monochromatic Colors of #BF788A
Black with #BF788A
Text Example
Text Example
White with #BF788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF788A; }
p { color: rgb(191,120,138); }
H1.HeaderClassName
{
color: #BF788A;
}
.AnyTagClassName
{
color: #BF788A;
}
</style>
background-color css
<style>
a { background-color: #BF788A; }
a { background-color: rgb(191,120,138); }
div.DivClassName
{
background-color: #BF788A;
}
.BgClassName
{
background-color: #BF788A;
}
</style>
border-color css
<style>
span { border-color: #BF788A; }
span { border-color: rgb(191,120,138); }
td.TdClassName
{
border-color: #BF788A;
}
.TagClassName
{
border-color: #BF788A;
}
</style>