Shades of Mulberry #B45C8D
Tints of Mulberry #B45C8D
RGB
CMYK
RGB Variations
Color information
#B45C8D (or 0xB45C8D) is known color: Mulberry. HEX triplet: B4, 5C and 8D. RGB value is (180,92,141). Sum of RGB (Red+Green+Blue) = 180+92+141=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C8D is #4BA372. Grayscale: #7B7B7B. Windows color (decimal): -4957043 or 9264308. OLE color: 9264308.
HSL color Cylindrical-coordinate representation of color #B45C8D: hue angle of 326.59º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C8D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 141 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.29 |
| HSL | 326.59º | 0.37% | 0.53% | - |
| HSV(B) | 326.59º | 0.49% | 0.71% | - |
| XYZ | 27.46 | 19.28 | 27.47 | - |
| YUV | 123.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 141 | 0 | 0.49 | 0.22 | 0.29 | 326.59 | 0.37 | 0.53 |
| Hex | B4 | 5C | 8D | 0 | 31 | 16 | 1D | 147 | 25 | 35 |
| Octal | 264 | 134 | 215 | 0 | 61 | 26 | 35 | 507 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10001101 | 0 | 110001 | 10110 | 11101 | 101000111 | 100101 | 110101 |
Color Harmonies of #B45C8D
Complementary color
Monochromatic Colors of #B45C8D
Black with #B45C8D
Text Example
Text Example
White with #B45C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C8D; }
p { color: rgb(180,92,141); }
H1.HeaderClassName
{
color: #B45C8D;
}
.AnyTagClassName
{
color: #B45C8D;
}
</style>
background-color css
<style>
a { background-color: #B45C8D; }
a { background-color: rgb(180,92,141); }
div.DivClassName
{
background-color: #B45C8D;
}
.BgClassName
{
background-color: #B45C8D;
}
</style>
border-color css
<style>
span { border-color: #B45C8D; }
span { border-color: rgb(180,92,141); }
td.TdClassName
{
border-color: #B45C8D;
}
.TagClassName
{
border-color: #B45C8D;
}
</style>