Shades of Mulberry #B85A8A
Tints of Mulberry #B85A8A
RGB
CMYK
RGB Variations
Color information
#B85A8A (or 0xB85A8A) is known color: Mulberry. HEX triplet: B8, 5A and 8A. RGB value is (184,90,138). Sum of RGB (Red+Green+Blue) = 184+90+138=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A8A is #47A575. Grayscale: #7B7B7B. Windows color (decimal): -4695414 or 9067192. OLE color: 9067192.
HSL color Cylindrical-coordinate representation of color #B85A8A: hue angle of 329.36º 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 #B85A8A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 138 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.28 |
| HSL | 329.36º | 0.4% | 0.54% | - |
| HSV(B) | 329.36º | 0.51% | 0.72% | - |
| XYZ | 28.01 | 19.34 | 26.3 | - |
| YUV | 123.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 138 | 0 | 0.51 | 0.25 | 0.28 | 329.36 | 0.4 | 0.54 |
| Hex | B8 | 5A | 8A | 0 | 33 | 19 | 1C | 149 | 28 | 36 |
| Octal | 270 | 132 | 212 | 0 | 63 | 31 | 34 | 511 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10001010 | 0 | 110011 | 11001 | 11100 | 101001001 | 101000 | 110110 |
Color Harmonies of #B85A8A
Complementary color
Monochromatic Colors of #B85A8A
Black with #B85A8A
Text Example
Text Example
White with #B85A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A8A; }
p { color: rgb(184,90,138); }
H1.HeaderClassName
{
color: #B85A8A;
}
.AnyTagClassName
{
color: #B85A8A;
}
</style>
background-color css
<style>
a { background-color: #B85A8A; }
a { background-color: rgb(184,90,138); }
div.DivClassName
{
background-color: #B85A8A;
}
.BgClassName
{
background-color: #B85A8A;
}
</style>
border-color css
<style>
span { border-color: #B85A8A; }
span { border-color: rgb(184,90,138); }
td.TdClassName
{
border-color: #B85A8A;
}
.TagClassName
{
border-color: #B85A8A;
}
</style>