Shades of Mulberry #BF5A87
Tints of Mulberry #BF5A87
RGB
CMYK
RGB Variations
Color information
#BF5A87 (or 0xBF5A87) is known color: Mulberry. HEX triplet: BF, 5A and 87. RGB value is (191,90,135). Sum of RGB (Red+Green+Blue) = 191+90+135=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A87 is #40A578. Grayscale: #7D7D7D. Windows color (decimal): -4236665 or 8870591. OLE color: 8870591.
HSL color Cylindrical-coordinate representation of color #BF5A87: hue angle of 333.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5A87 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 135 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.25 |
| HSL | 333.27º | 0.44% | 0.55% | - |
| HSV(B) | 333.27º | 0.53% | 0.75% | - |
| XYZ | 29.52 | 20.14 | 25.25 | - |
| YUV | 125.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 135 | 0 | 0.53 | 0.29 | 0.25 | 333.27 | 0.44 | 0.55 |
| Hex | BF | 5A | 87 | 0 | 35 | 1D | 19 | 14D | 2C | 37 |
| Octal | 277 | 132 | 207 | 0 | 65 | 35 | 31 | 515 | 54 | 67 |
| Binary | 10111111 | 1011010 | 10000111 | 0 | 110101 | 11101 | 11001 | 101001101 | 101100 | 110111 |
Color Harmonies of #BF5A87
Complementary color
Monochromatic Colors of #BF5A87
Black with #BF5A87
Text Example
Text Example
White with #BF5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A87; }
p { color: rgb(191,90,135); }
H1.HeaderClassName
{
color: #BF5A87;
}
.AnyTagClassName
{
color: #BF5A87;
}
</style>
background-color css
<style>
a { background-color: #BF5A87; }
a { background-color: rgb(191,90,135); }
div.DivClassName
{
background-color: #BF5A87;
}
.BgClassName
{
background-color: #BF5A87;
}
</style>
border-color css
<style>
span { border-color: #BF5A87; }
span { border-color: rgb(191,90,135); }
td.TdClassName
{
border-color: #BF5A87;
}
.TagClassName
{
border-color: #BF5A87;
}
</style>