Shades of Mulberry #B85692
Tints of Mulberry #B85692
RGB
CMYK
RGB Variations
Color information
#B85692 (or 0xB85692) is known color: Mulberry. HEX triplet: B8, 56 and 92. RGB value is (184,86,146). Sum of RGB (Red+Green+Blue) = 184+86+146=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85692 is #47A96D. Grayscale: #7A7A7A. Windows color (decimal): -4696430 or 9590456. OLE color: 9590456.
HSL color Cylindrical-coordinate representation of color #B85692: hue angle of 323.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85692 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 146 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.28 |
| HSL | 323.27º | 0.41% | 0.53% | - |
| HSV(B) | 323.27º | 0.53% | 0.72% | - |
| XYZ | 28.28 | 18.92 | 29.36 | - |
| YUV | 122.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 146 | 0 | 0.53 | 0.21 | 0.28 | 323.27 | 0.41 | 0.53 |
| Hex | B8 | 56 | 92 | 0 | 35 | 15 | 1C | 143 | 29 | 35 |
| Octal | 270 | 126 | 222 | 0 | 65 | 25 | 34 | 503 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10010010 | 0 | 110101 | 10101 | 11100 | 101000011 | 101001 | 110101 |
Color Harmonies of #B85692
Complementary color
Monochromatic Colors of #B85692
Black with #B85692
Text Example
Text Example
White with #B85692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85692; }
p { color: rgb(184,86,146); }
H1.HeaderClassName
{
color: #B85692;
}
.AnyTagClassName
{
color: #B85692;
}
</style>
background-color css
<style>
a { background-color: #B85692; }
a { background-color: rgb(184,86,146); }
div.DivClassName
{
background-color: #B85692;
}
.BgClassName
{
background-color: #B85692;
}
</style>
border-color css
<style>
span { border-color: #B85692; }
span { border-color: rgb(184,86,146); }
td.TdClassName
{
border-color: #B85692;
}
.TagClassName
{
border-color: #B85692;
}
</style>