Shades of Tapestry #BF758C
Tints of Tapestry #BF758C
RGB
CMYK
RGB Variations
Color information
#BF758C (or 0xBF758C) is known color: Tapestry. HEX triplet: BF, 75 and 8C. RGB value is (191,117,140). Sum of RGB (Red+Green+Blue) = 191+117+140=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758C is #408A73. Grayscale: #8D8D8D. Windows color (decimal): -4229748 or 9205183. OLE color: 9205183.
HSL color Cylindrical-coordinate representation of color #BF758C: hue angle of 341.35º 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 #BF758C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 140 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.25 |
| HSL | 341.35º | 0.37% | 0.6% | - |
| HSV(B) | 341.35º | 0.39% | 0.75% | - |
| XYZ | 32.58 | 25.69 | 28.05 | - |
| YUV | 141.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 140 | 0 | 0.39 | 0.27 | 0.25 | 341.35 | 0.37 | 0.6 |
| Hex | BF | 75 | 8C | 0 | 27 | 1B | 19 | 155 | 25 | 3C |
| Octal | 277 | 165 | 214 | 0 | 47 | 33 | 31 | 525 | 45 | 74 |
| Binary | 10111111 | 1110101 | 10001100 | 0 | 100111 | 11011 | 11001 | 101010101 | 100101 | 111100 |
Color Harmonies of #BF758C
Complementary color
Monochromatic Colors of #BF758C
Black with #BF758C
Text Example
Text Example
White with #BF758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF758C; }
p { color: rgb(191,117,140); }
H1.HeaderClassName
{
color: #BF758C;
}
.AnyTagClassName
{
color: #BF758C;
}
</style>
background-color css
<style>
a { background-color: #BF758C; }
a { background-color: rgb(191,117,140); }
div.DivClassName
{
background-color: #BF758C;
}
.BgClassName
{
background-color: #BF758C;
}
</style>
border-color css
<style>
span { border-color: #BF758C; }
span { border-color: rgb(191,117,140); }
td.TdClassName
{
border-color: #BF758C;
}
.TagClassName
{
border-color: #BF758C;
}
</style>