Shades of Tapestry #BF6E8C
Tints of Tapestry #BF6E8C
RGB
CMYK
RGB Variations
Color information
#BF6E8C (or 0xBF6E8C) is known color: Tapestry. HEX triplet: BF, 6E and 8C. RGB value is (191,110,140). Sum of RGB (Red+Green+Blue) = 191+110+140=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6E8C is #409173. Grayscale: #898989. Windows color (decimal): -4231540 or 9203391. OLE color: 9203391.
HSL color Cylindrical-coordinate representation of color #BF6E8C: hue angle of 337.78º degrees, saturation: 0.39, 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 #BF6E8C is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 140 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.25 |
| HSL | 337.78º | 0.39% | 0.59% | - |
| HSV(B) | 337.78º | 0.42% | 0.75% | - |
| XYZ | 31.8 | 24.12 | 27.79 | - |
| YUV | 137.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 140 | 0 | 0.42 | 0.27 | 0.25 | 337.78 | 0.39 | 0.59 |
| Hex | BF | 6E | 8C | 0 | 2A | 1B | 19 | 152 | 27 | 3B |
| Octal | 277 | 156 | 214 | 0 | 52 | 33 | 31 | 522 | 47 | 73 |
| Binary | 10111111 | 1101110 | 10001100 | 0 | 101010 | 11011 | 11001 | 101010010 | 100111 | 111011 |
Color Harmonies of #BF6E8C
Complementary color
Monochromatic Colors of #BF6E8C
Black with #BF6E8C
Text Example
Text Example
White with #BF6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E8C; }
p { color: rgb(191,110,140); }
H1.HeaderClassName
{
color: #BF6E8C;
}
.AnyTagClassName
{
color: #BF6E8C;
}
</style>
background-color css
<style>
a { background-color: #BF6E8C; }
a { background-color: rgb(191,110,140); }
div.DivClassName
{
background-color: #BF6E8C;
}
.BgClassName
{
background-color: #BF6E8C;
}
</style>
border-color css
<style>
span { border-color: #BF6E8C; }
span { border-color: rgb(191,110,140); }
td.TdClassName
{
border-color: #BF6E8C;
}
.TagClassName
{
border-color: #BF6E8C;
}
</style>