Shades of Mulberry #BF5A84
Tints of Mulberry #BF5A84
RGB
CMYK
RGB Variations
Color information
#BF5A84 (or 0xBF5A84) is known color: Mulberry. HEX triplet: BF, 5A and 84. RGB value is (191,90,132). Sum of RGB (Red+Green+Blue) = 191+90+132=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A84 is #40A57B. Grayscale: #7C7C7C. Windows color (decimal): -4236668 or 8673983. OLE color: 8673983.
HSL color Cylindrical-coordinate representation of color #BF5A84: hue angle of 335.05º 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 #BF5A84 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 132 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.25 |
| HSL | 335.05º | 0.44% | 0.55% | - |
| HSV(B) | 335.05º | 0.53% | 0.75% | - |
| XYZ | 29.31 | 20.05 | 24.16 | - |
| YUV | 124.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 132 | 0 | 0.53 | 0.31 | 0.25 | 335.05 | 0.44 | 0.55 |
| Hex | BF | 5A | 84 | 0 | 35 | 1F | 19 | 14F | 2C | 37 |
| Octal | 277 | 132 | 204 | 0 | 65 | 37 | 31 | 517 | 54 | 67 |
| Binary | 10111111 | 1011010 | 10000100 | 0 | 110101 | 11111 | 11001 | 101001111 | 101100 | 110111 |
Color Harmonies of #BF5A84
Complementary color
Monochromatic Colors of #BF5A84
Black with #BF5A84
Text Example
Text Example
White with #BF5A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A84; }
p { color: rgb(191,90,132); }
H1.HeaderClassName
{
color: #BF5A84;
}
.AnyTagClassName
{
color: #BF5A84;
}
</style>
background-color css
<style>
a { background-color: #BF5A84; }
a { background-color: rgb(191,90,132); }
div.DivClassName
{
background-color: #BF5A84;
}
.BgClassName
{
background-color: #BF5A84;
}
</style>
border-color css
<style>
span { border-color: #BF5A84; }
span { border-color: rgb(191,90,132); }
td.TdClassName
{
border-color: #BF5A84;
}
.TagClassName
{
border-color: #BF5A84;
}
</style>