Shades of Mulberry #BB598C
Tints of Mulberry #BB598C
RGB
CMYK
RGB Variations
Color information
#BB598C (or 0xBB598C) is known color: Mulberry. HEX triplet: BB, 59 and 8C. RGB value is (187,89,140). Sum of RGB (Red+Green+Blue) = 187+89+140=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB598C is #44A673. Grayscale: #7C7C7C. Windows color (decimal): -4499060 or 9198011. OLE color: 9198011.
HSL color Cylindrical-coordinate representation of color #BB598C: hue angle of 328.78º 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 #BB598C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 140 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.27 |
| HSL | 328.78º | 0.42% | 0.54% | - |
| HSV(B) | 328.78º | 0.52% | 0.73% | - |
| XYZ | 28.8 | 19.6 | 27.08 | - |
| YUV | 124.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 140 | 0 | 0.52 | 0.25 | 0.27 | 328.78 | 0.42 | 0.54 |
| Hex | BB | 59 | 8C | 0 | 34 | 19 | 1B | 149 | 2A | 36 |
| Octal | 273 | 131 | 214 | 0 | 64 | 31 | 33 | 511 | 52 | 66 |
| Binary | 10111011 | 1011001 | 10001100 | 0 | 110100 | 11001 | 11011 | 101001001 | 101010 | 110110 |
Color Harmonies of #BB598C
Complementary color
Monochromatic Colors of #BB598C
Black with #BB598C
Text Example
Text Example
White with #BB598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB598C; }
p { color: rgb(187,89,140); }
H1.HeaderClassName
{
color: #BB598C;
}
.AnyTagClassName
{
color: #BB598C;
}
</style>
background-color css
<style>
a { background-color: #BB598C; }
a { background-color: rgb(187,89,140); }
div.DivClassName
{
background-color: #BB598C;
}
.BgClassName
{
background-color: #BB598C;
}
</style>
border-color css
<style>
span { border-color: #BB598C; }
span { border-color: rgb(187,89,140); }
td.TdClassName
{
border-color: #BB598C;
}
.TagClassName
{
border-color: #BB598C;
}
</style>