Shades of Mulberry #B7608D
Tints of Mulberry #B7608D
RGB
CMYK
RGB Variations
Color information
#B7608D (or 0xB7608D) is known color: Mulberry. HEX triplet: B7, 60 and 8D. RGB value is (183,96,141). Sum of RGB (Red+Green+Blue) = 183+96+141=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608D is #489F72. Grayscale: #7F7F7F. Windows color (decimal): -4759411 or 9265335. OLE color: 9265335.
HSL color Cylindrical-coordinate representation of color #B7608D: hue angle of 328.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7608D is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 141 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.28 |
| HSL | 328.97º | 0.38% | 0.55% | - |
| HSV(B) | 328.97º | 0.48% | 0.72% | - |
| XYZ | 28.52 | 20.36 | 27.63 | - |
| YUV | 127.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 141 | 0 | 0.48 | 0.23 | 0.28 | 328.97 | 0.38 | 0.55 |
| Hex | B7 | 60 | 8D | 0 | 30 | 17 | 1C | 149 | 26 | 37 |
| Octal | 267 | 140 | 215 | 0 | 60 | 27 | 34 | 511 | 46 | 67 |
| Binary | 10110111 | 1100000 | 10001101 | 0 | 110000 | 10111 | 11100 | 101001001 | 100110 | 110111 |
Color Harmonies of #B7608D
Complementary color
Monochromatic Colors of #B7608D
Black with #B7608D
Text Example
Text Example
White with #B7608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7608D; }
p { color: rgb(183,96,141); }
H1.HeaderClassName
{
color: #B7608D;
}
.AnyTagClassName
{
color: #B7608D;
}
</style>
background-color css
<style>
a { background-color: #B7608D; }
a { background-color: rgb(183,96,141); }
div.DivClassName
{
background-color: #B7608D;
}
.BgClassName
{
background-color: #B7608D;
}
</style>
border-color css
<style>
span { border-color: #B7608D; }
span { border-color: rgb(183,96,141); }
td.TdClassName
{
border-color: #B7608D;
}
.TagClassName
{
border-color: #B7608D;
}
</style>