Shades of Tapestry #BF758E
Tints of Tapestry #BF758E
RGB
CMYK
RGB Variations
Color information
#BF758E (or 0xBF758E) is known color: Tapestry. HEX triplet: BF, 75 and 8E. RGB value is (191,117,142). Sum of RGB (Red+Green+Blue) = 191+117+142=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758E is #408A71. Grayscale: #8D8D8D. Windows color (decimal): -4229746 or 9336255. OLE color: 9336255.
HSL color Cylindrical-coordinate representation of color #BF758E: hue angle of 339.73º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF758E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 142 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.25 |
| HSL | 339.73º | 0.37% | 0.6% | - |
| HSV(B) | 339.73º | 0.39% | 0.75% | - |
| XYZ | 32.73 | 25.75 | 28.84 | - |
| YUV | 141.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 142 | 0 | 0.39 | 0.26 | 0.25 | 339.73 | 0.37 | 0.6 |
| Hex | BF | 75 | 8E | 0 | 27 | 1A | 19 | 154 | 25 | 3C |
| Octal | 277 | 165 | 216 | 0 | 47 | 32 | 31 | 524 | 45 | 74 |
| Binary | 10111111 | 1110101 | 10001110 | 0 | 100111 | 11010 | 11001 | 101010100 | 100101 | 111100 |
Color Harmonies of #BF758E
Complementary color
Monochromatic Colors of #BF758E
Black with #BF758E
Text Example
Text Example
White with #BF758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF758E; }
p { color: rgb(191,117,142); }
H1.HeaderClassName
{
color: #BF758E;
}
.AnyTagClassName
{
color: #BF758E;
}
</style>
background-color css
<style>
a { background-color: #BF758E; }
a { background-color: rgb(191,117,142); }
div.DivClassName
{
background-color: #BF758E;
}
.BgClassName
{
background-color: #BF758E;
}
</style>
border-color css
<style>
span { border-color: #BF758E; }
span { border-color: rgb(191,117,142); }
td.TdClassName
{
border-color: #BF758E;
}
.TagClassName
{
border-color: #BF758E;
}
</style>