Shades of Tapestry #BF768A
Tints of Tapestry #BF768A
RGB
CMYK
RGB Variations
Color information
#BF768A (or 0xBF768A) is known color: Tapestry. HEX triplet: BF, 76 and 8A. RGB value is (191,118,138). Sum of RGB (Red+Green+Blue) = 191+118+138=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768A is #408975. Grayscale: #8E8E8E. Windows color (decimal): -4229494 or 9074367. OLE color: 9074367.
HSL color Cylindrical-coordinate representation of color #BF768A: hue angle of 343.56º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF768A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 138 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.25 |
| HSL | 343.56º | 0.36% | 0.61% | - |
| HSV(B) | 343.56º | 0.38% | 0.75% | - |
| XYZ | 32.55 | 25.87 | 27.32 | - |
| YUV | 142.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 138 | 0 | 0.38 | 0.28 | 0.25 | 343.56 | 0.36 | 0.61 |
| Hex | BF | 76 | 8A | 0 | 26 | 1C | 19 | 158 | 24 | 3D |
| Octal | 277 | 166 | 212 | 0 | 46 | 34 | 31 | 530 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10001010 | 0 | 100110 | 11100 | 11001 | 101011000 | 100100 | 111101 |
Color Harmonies of #BF768A
Complementary color
Monochromatic Colors of #BF768A
Black with #BF768A
Text Example
Text Example
White with #BF768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF768A; }
p { color: rgb(191,118,138); }
H1.HeaderClassName
{
color: #BF768A;
}
.AnyTagClassName
{
color: #BF768A;
}
</style>
background-color css
<style>
a { background-color: #BF768A; }
a { background-color: rgb(191,118,138); }
div.DivClassName
{
background-color: #BF768A;
}
.BgClassName
{
background-color: #BF768A;
}
</style>
border-color css
<style>
span { border-color: #BF768A; }
span { border-color: rgb(191,118,138); }
td.TdClassName
{
border-color: #BF768A;
}
.TagClassName
{
border-color: #BF768A;
}
</style>