Shades of Tapestry #BF6476
Tints of Tapestry #BF6476
RGB
CMYK
RGB Variations
Color information
#BF6476 (or 0xBF6476) is known color: Tapestry. HEX triplet: BF, 64 and 76. RGB value is (191,100,118). Sum of RGB (Red+Green+Blue) = 191+100+118=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6476 is #409B89. Grayscale: #818181. Windows color (decimal): -4234122 or 7759039. OLE color: 7759039.
HSL color Cylindrical-coordinate representation of color #BF6476: hue angle of 348.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6476 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 118 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.25 |
| HSL | 348.13º | 0.42% | 0.57% | - |
| HSV(B) | 348.13º | 0.48% | 0.75% | - |
| XYZ | 29.31 | 21.5 | 19.74 | - |
| YUV | 129.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 118 | 0 | 0.48 | 0.38 | 0.25 | 348.13 | 0.42 | 0.57 |
| Hex | BF | 64 | 76 | 0 | 30 | 26 | 19 | 15C | 2A | 39 |
| Octal | 277 | 144 | 166 | 0 | 60 | 46 | 31 | 534 | 52 | 71 |
| Binary | 10111111 | 1100100 | 1110110 | 0 | 110000 | 100110 | 11001 | 101011100 | 101010 | 111001 |
Color Harmonies of #BF6476
Complementary color
Monochromatic Colors of #BF6476
Black with #BF6476
Text Example
Text Example
White with #BF6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6476; }
p { color: rgb(191,100,118); }
H1.HeaderClassName
{
color: #BF6476;
}
.AnyTagClassName
{
color: #BF6476;
}
</style>
background-color css
<style>
a { background-color: #BF6476; }
a { background-color: rgb(191,100,118); }
div.DivClassName
{
background-color: #BF6476;
}
.BgClassName
{
background-color: #BF6476;
}
</style>
border-color css
<style>
span { border-color: #BF6476; }
span { border-color: rgb(191,100,118); }
td.TdClassName
{
border-color: #BF6476;
}
.TagClassName
{
border-color: #BF6476;
}
</style>