Shades of Mulberry #B85A8C
Tints of Mulberry #B85A8C
RGB
CMYK
RGB Variations
Color information
#B85A8C (or 0xB85A8C) is known color: Mulberry. HEX triplet: B8, 5A and 8C. RGB value is (184,90,140). Sum of RGB (Red+Green+Blue) = 184+90+140=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A8C is #47A573. Grayscale: #7B7B7B. Windows color (decimal): -4695412 or 9198264. OLE color: 9198264.
HSL color Cylindrical-coordinate representation of color #B85A8C: hue angle of 328.09º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85A8C is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 140 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.28 |
| HSL | 328.09º | 0.4% | 0.54% | - |
| HSV(B) | 328.09º | 0.51% | 0.72% | - |
| XYZ | 28.16 | 19.4 | 27.07 | - |
| YUV | 123.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 140 | 0 | 0.51 | 0.24 | 0.28 | 328.09 | 0.4 | 0.54 |
| Hex | B8 | 5A | 8C | 0 | 33 | 18 | 1C | 148 | 28 | 36 |
| Octal | 270 | 132 | 214 | 0 | 63 | 30 | 34 | 510 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10001100 | 0 | 110011 | 11000 | 11100 | 101001000 | 101000 | 110110 |
Color Harmonies of #B85A8C
Complementary color
Monochromatic Colors of #B85A8C
Black with #B85A8C
Text Example
Text Example
White with #B85A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A8C; }
p { color: rgb(184,90,140); }
H1.HeaderClassName
{
color: #B85A8C;
}
.AnyTagClassName
{
color: #B85A8C;
}
</style>
background-color css
<style>
a { background-color: #B85A8C; }
a { background-color: rgb(184,90,140); }
div.DivClassName
{
background-color: #B85A8C;
}
.BgClassName
{
background-color: #B85A8C;
}
</style>
border-color css
<style>
span { border-color: #B85A8C; }
span { border-color: rgb(184,90,140); }
td.TdClassName
{
border-color: #B85A8C;
}
.TagClassName
{
border-color: #B85A8C;
}
</style>