Shades of Mulberry #BD5C86
Tints of Mulberry #BD5C86
RGB
CMYK
RGB Variations
Color information
#BD5C86 (or 0xBD5C86) is known color: Mulberry. HEX triplet: BD, 5C and 86. RGB value is (189,92,134). Sum of RGB (Red+Green+Blue) = 189+92+134=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5C86 is #42A379. Grayscale: #7D7D7D. Windows color (decimal): -4367226 or 8805565. OLE color: 8805565.
HSL color Cylindrical-coordinate representation of color #BD5C86: hue angle of 334.02º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5C86 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 134 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.26 |
| HSL | 334.02º | 0.42% | 0.55% | - |
| HSV(B) | 334.02º | 0.51% | 0.74% | - |
| XYZ | 29.12 | 20.19 | 24.92 | - |
| YUV | 125.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 134 | 0 | 0.51 | 0.29 | 0.26 | 334.02 | 0.42 | 0.55 |
| Hex | BD | 5C | 86 | 0 | 33 | 1D | 1A | 14E | 2A | 37 |
| Octal | 275 | 134 | 206 | 0 | 63 | 35 | 32 | 516 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10000110 | 0 | 110011 | 11101 | 11010 | 101001110 | 101010 | 110111 |
Color Harmonies of #BD5C86
Complementary color
Monochromatic Colors of #BD5C86
Black with #BD5C86
Text Example
Text Example
White with #BD5C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C86; }
p { color: rgb(189,92,134); }
H1.HeaderClassName
{
color: #BD5C86;
}
.AnyTagClassName
{
color: #BD5C86;
}
</style>
background-color css
<style>
a { background-color: #BD5C86; }
a { background-color: rgb(189,92,134); }
div.DivClassName
{
background-color: #BD5C86;
}
.BgClassName
{
background-color: #BD5C86;
}
</style>
border-color css
<style>
span { border-color: #BD5C86; }
span { border-color: rgb(189,92,134); }
td.TdClassName
{
border-color: #BD5C86;
}
.TagClassName
{
border-color: #BD5C86;
}
</style>