Shades of Mulberry #BF5E86
Tints of Mulberry #BF5E86
RGB
CMYK
RGB Variations
Color information
#BF5E86 (or 0xBF5E86) is known color: Mulberry. HEX triplet: BF, 5E and 86. RGB value is (191,94,134). Sum of RGB (Red+Green+Blue) = 191+94+134=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E86 is #40A179. Grayscale: #7F7F7F. Windows color (decimal): -4235642 or 8806079. OLE color: 8806079.
HSL color Cylindrical-coordinate representation of color #BF5E86: hue angle of 335.26º 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 #BF5E86 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 134 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.25 |
| HSL | 335.26º | 0.43% | 0.56% | - |
| HSV(B) | 335.26º | 0.51% | 0.75% | - |
| XYZ | 29.79 | 20.8 | 25 | - |
| YUV | 127.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 134 | 0 | 0.51 | 0.30 | 0.25 | 335.26 | 0.43 | 0.56 |
| Hex | BF | 5E | 86 | 0 | 33 | 1E | 19 | 14F | 2B | 38 |
| Octal | 277 | 136 | 206 | 0 | 63 | 36 | 31 | 517 | 53 | 70 |
| Binary | 10111111 | 1011110 | 10000110 | 0 | 110011 | 11110 | 11001 | 101001111 | 101011 | 111000 |
Color Harmonies of #BF5E86
Complementary color
Monochromatic Colors of #BF5E86
Black with #BF5E86
Text Example
Text Example
White with #BF5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E86; }
p { color: rgb(191,94,134); }
H1.HeaderClassName
{
color: #BF5E86;
}
.AnyTagClassName
{
color: #BF5E86;
}
</style>
background-color css
<style>
a { background-color: #BF5E86; }
a { background-color: rgb(191,94,134); }
div.DivClassName
{
background-color: #BF5E86;
}
.BgClassName
{
background-color: #BF5E86;
}
</style>
border-color css
<style>
span { border-color: #BF5E86; }
span { border-color: rgb(191,94,134); }
td.TdClassName
{
border-color: #BF5E86;
}
.TagClassName
{
border-color: #BF5E86;
}
</style>