Shades of Mulberry #B75687
Tints of Mulberry #B75687
RGB
CMYK
RGB Variations
Color information
#B75687 (or 0xB75687) is known color: Mulberry. HEX triplet: B7, 56 and 87. RGB value is (183,86,135). Sum of RGB (Red+Green+Blue) = 183+86+135=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75687 is #48A978. Grayscale: #787878. Windows color (decimal): -4761977 or 8869559. OLE color: 8869559.
HSL color Cylindrical-coordinate representation of color #B75687: hue angle of 329.69º degrees, saturation: 0.4, 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 #B75687 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 135 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.28 |
| HSL | 329.69º | 0.4% | 0.53% | - |
| HSV(B) | 329.69º | 0.53% | 0.72% | - |
| XYZ | 27.23 | 18.47 | 25.05 | - |
| YUV | 120.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 135 | 0 | 0.53 | 0.26 | 0.28 | 329.69 | 0.4 | 0.53 |
| Hex | B7 | 56 | 87 | 0 | 35 | 1A | 1C | 14A | 28 | 35 |
| Octal | 267 | 126 | 207 | 0 | 65 | 32 | 34 | 512 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10000111 | 0 | 110101 | 11010 | 11100 | 101001010 | 101000 | 110101 |
Color Harmonies of #B75687
Complementary color
Monochromatic Colors of #B75687
Black with #B75687
Text Example
Text Example
White with #B75687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75687; }
p { color: rgb(183,86,135); }
H1.HeaderClassName
{
color: #B75687;
}
.AnyTagClassName
{
color: #B75687;
}
</style>
background-color css
<style>
a { background-color: #B75687; }
a { background-color: rgb(183,86,135); }
div.DivClassName
{
background-color: #B75687;
}
.BgClassName
{
background-color: #B75687;
}
</style>
border-color css
<style>
span { border-color: #B75687; }
span { border-color: rgb(183,86,135); }
td.TdClassName
{
border-color: #B75687;
}
.TagClassName
{
border-color: #B75687;
}
</style>