Shades of Mulberry #BF5D87
Tints of Mulberry #BF5D87
RGB
CMYK
RGB Variations
Color information
#BF5D87 (or 0xBF5D87) is known color: Mulberry. HEX triplet: BF, 5D and 87. RGB value is (191,93,135). Sum of RGB (Red+Green+Blue) = 191+93+135=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D87 is #40A278. Grayscale: #7F7F7F. Windows color (decimal): -4235897 or 8871359. OLE color: 8871359.
HSL color Cylindrical-coordinate representation of color #BF5D87: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D87 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 135 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.25 |
| HSL | 334.29º | 0.43% | 0.56% | - |
| HSV(B) | 334.29º | 0.51% | 0.75% | - |
| XYZ | 29.77 | 20.65 | 25.34 | - |
| YUV | 127.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 135 | 0 | 0.51 | 0.29 | 0.25 | 334.29 | 0.43 | 0.56 |
| Hex | BF | 5D | 87 | 0 | 33 | 1D | 19 | 14E | 2B | 38 |
| Octal | 277 | 135 | 207 | 0 | 63 | 35 | 31 | 516 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10000111 | 0 | 110011 | 11101 | 11001 | 101001110 | 101011 | 111000 |
Color Harmonies of #BF5D87
Complementary color
Monochromatic Colors of #BF5D87
Black with #BF5D87
Text Example
Text Example
White with #BF5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D87; }
p { color: rgb(191,93,135); }
H1.HeaderClassName
{
color: #BF5D87;
}
.AnyTagClassName
{
color: #BF5D87;
}
</style>
background-color css
<style>
a { background-color: #BF5D87; }
a { background-color: rgb(191,93,135); }
div.DivClassName
{
background-color: #BF5D87;
}
.BgClassName
{
background-color: #BF5D87;
}
</style>
border-color css
<style>
span { border-color: #BF5D87; }
span { border-color: rgb(191,93,135); }
td.TdClassName
{
border-color: #BF5D87;
}
.TagClassName
{
border-color: #BF5D87;
}
</style>