Shades of Mulberry #BB5A96
Tints of Mulberry #BB5A96
RGB
CMYK
RGB Variations
Color information
#BB5A96 (or 0xBB5A96) is known color: Mulberry. HEX triplet: BB, 5A and 96. RGB value is (187,90,150). Sum of RGB (Red+Green+Blue) = 187+90+150=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A96 is #44A569. Grayscale: #7D7D7D. Windows color (decimal): -4498794 or 9853627. OLE color: 9853627.
HSL color Cylindrical-coordinate representation of color #BB5A96: hue angle of 322.89º 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 #BB5A96 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 150 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.27 |
| HSL | 322.89º | 0.42% | 0.54% | - |
| HSV(B) | 322.89º | 0.52% | 0.73% | - |
| XYZ | 29.65 | 20.08 | 31.17 | - |
| YUV | 125.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 150 | 0 | 0.52 | 0.20 | 0.27 | 322.89 | 0.42 | 0.54 |
| Hex | BB | 5A | 96 | 0 | 34 | 14 | 1B | 143 | 2A | 36 |
| Octal | 273 | 132 | 226 | 0 | 64 | 24 | 33 | 503 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10010110 | 0 | 110100 | 10100 | 11011 | 101000011 | 101010 | 110110 |
Color Harmonies of #BB5A96
Complementary color
Monochromatic Colors of #BB5A96
Black with #BB5A96
Text Example
Text Example
White with #BB5A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A96; }
p { color: rgb(187,90,150); }
H1.HeaderClassName
{
color: #BB5A96;
}
.AnyTagClassName
{
color: #BB5A96;
}
</style>
background-color css
<style>
a { background-color: #BB5A96; }
a { background-color: rgb(187,90,150); }
div.DivClassName
{
background-color: #BB5A96;
}
.BgClassName
{
background-color: #BB5A96;
}
</style>
border-color css
<style>
span { border-color: #BB5A96; }
span { border-color: rgb(187,90,150); }
td.TdClassName
{
border-color: #BB5A96;
}
.TagClassName
{
border-color: #BB5A96;
}
</style>