Shades of Mulberry #BB5D95
Tints of Mulberry #BB5D95
RGB
CMYK
RGB Variations
Color information
#BB5D95 (or 0xBB5D95) is known color: Mulberry. HEX triplet: BB, 5D and 95. RGB value is (187,93,149). Sum of RGB (Red+Green+Blue) = 187+93+149=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D95 is #44A26A. Grayscale: #7F7F7F. Windows color (decimal): -4498027 or 9788859. OLE color: 9788859.
HSL color Cylindrical-coordinate representation of color #BB5D95: hue angle of 324.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D95 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 149 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.27 |
| HSL | 324.26º | 0.41% | 0.55% | - |
| HSV(B) | 324.26º | 0.5% | 0.73% | - |
| XYZ | 29.83 | 20.56 | 30.83 | - |
| YUV | 127.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 149 | 0 | 0.50 | 0.20 | 0.27 | 324.26 | 0.41 | 0.55 |
| Hex | BB | 5D | 95 | 0 | 32 | 14 | 1B | 144 | 29 | 37 |
| Octal | 273 | 135 | 225 | 0 | 62 | 24 | 33 | 504 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10010101 | 0 | 110010 | 10100 | 11011 | 101000100 | 101001 | 110111 |
Color Harmonies of #BB5D95
Complementary color
Monochromatic Colors of #BB5D95
Black with #BB5D95
Text Example
Text Example
White with #BB5D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D95; }
p { color: rgb(187,93,149); }
H1.HeaderClassName
{
color: #BB5D95;
}
.AnyTagClassName
{
color: #BB5D95;
}
</style>
background-color css
<style>
a { background-color: #BB5D95; }
a { background-color: rgb(187,93,149); }
div.DivClassName
{
background-color: #BB5D95;
}
.BgClassName
{
background-color: #BB5D95;
}
</style>
border-color css
<style>
span { border-color: #BB5D95; }
span { border-color: rgb(187,93,149); }
td.TdClassName
{
border-color: #BB5D95;
}
.TagClassName
{
border-color: #BB5D95;
}
</style>