Shades of Mulberry #BB598A
Tints of Mulberry #BB598A
RGB
CMYK
RGB Variations
Color information
#BB598A (or 0xBB598A) is known color: Mulberry. HEX triplet: BB, 59 and 8A. RGB value is (187,89,138). Sum of RGB (Red+Green+Blue) = 187+89+138=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB598A is #44A675. Grayscale: #7B7B7B. Windows color (decimal): -4499062 or 9066939. OLE color: 9066939.
HSL color Cylindrical-coordinate representation of color #BB598A: hue angle of 330º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB598A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 138 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.27 |
| HSL | 330º | 0.42% | 0.54% | - |
| HSV(B) | 330º | 0.52% | 0.73% | - |
| XYZ | 28.65 | 19.54 | 26.31 | - |
| YUV | 123.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 138 | 0 | 0.52 | 0.26 | 0.27 | 330 | 0.42 | 0.54 |
| Hex | BB | 59 | 8A | 0 | 34 | 1A | 1B | 14A | 2A | 36 |
| Octal | 273 | 131 | 212 | 0 | 64 | 32 | 33 | 512 | 52 | 66 |
| Binary | 10111011 | 1011001 | 10001010 | 0 | 110100 | 11010 | 11011 | 101001010 | 101010 | 110110 |
Color Harmonies of #BB598A
Complementary color
Monochromatic Colors of #BB598A
Black with #BB598A
Text Example
Text Example
White with #BB598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB598A; }
p { color: rgb(187,89,138); }
H1.HeaderClassName
{
color: #BB598A;
}
.AnyTagClassName
{
color: #BB598A;
}
</style>
background-color css
<style>
a { background-color: #BB598A; }
a { background-color: rgb(187,89,138); }
div.DivClassName
{
background-color: #BB598A;
}
.BgClassName
{
background-color: #BB598A;
}
</style>
border-color css
<style>
span { border-color: #BB598A; }
span { border-color: rgb(187,89,138); }
td.TdClassName
{
border-color: #BB598A;
}
.TagClassName
{
border-color: #BB598A;
}
</style>