Shades of Mulberry #BB4685
Tints of Mulberry #BB4685
RGB
CMYK
RGB Variations
Color information
#BB4685 (or 0xBB4685) is known color: Mulberry. HEX triplet: BB, 46 and 85. RGB value is (187,70,133). Sum of RGB (Red+Green+Blue) = 187+70+133=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4685 is #44B97A. Grayscale: #707070. Windows color (decimal): -4503931 or 8734395. OLE color: 8734395.
HSL color Cylindrical-coordinate representation of color #BB4685: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4685 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 133 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.27 |
| HSL | 327.69º | 0.46% | 0.5% | - |
| HSV(B) | 327.69º | 0.63% | 0.73% | - |
| XYZ | 26.92 | 16.64 | 23.98 | - |
| YUV | 112.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 133 | 0 | 0.63 | 0.29 | 0.27 | 327.69 | 0.46 | 0.5 |
| Hex | BB | 46 | 85 | 0 | 3F | 1D | 1B | 148 | 2E | 32 |
| Octal | 273 | 106 | 205 | 0 | 77 | 35 | 33 | 510 | 56 | 62 |
| Binary | 10111011 | 1000110 | 10000101 | 0 | 111111 | 11101 | 11011 | 101001000 | 101110 | 110010 |
Color Harmonies of #BB4685
Complementary color
Monochromatic Colors of #BB4685
Black with #BB4685
Text Example
Text Example
White with #BB4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4685; }
p { color: rgb(187,70,133); }
H1.HeaderClassName
{
color: #BB4685;
}
.AnyTagClassName
{
color: #BB4685;
}
</style>
background-color css
<style>
a { background-color: #BB4685; }
a { background-color: rgb(187,70,133); }
div.DivClassName
{
background-color: #BB4685;
}
.BgClassName
{
background-color: #BB4685;
}
</style>
border-color css
<style>
span { border-color: #BB4685; }
span { border-color: rgb(187,70,133); }
td.TdClassName
{
border-color: #BB4685;
}
.TagClassName
{
border-color: #BB4685;
}
</style>