Shades of Mulberry #B64597
Tints of Mulberry #B64597
RGB
CMYK
RGB Variations
Color information
#B64597 (or 0xB64597) is known color: Mulberry. HEX triplet: B6, 45 and 97. RGB value is (182,69,151). Sum of RGB (Red+Green+Blue) = 182+69+151=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B64597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64597 is #49BA68. Grayscale: #6F6F6F. Windows color (decimal): -4831849 or 9913782. OLE color: 9913782.
HSL color Cylindrical-coordinate representation of color #B64597: hue angle of 316.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64597 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 151 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.29 |
| HSL | 316.46º | 0.45% | 0.49% | - |
| HSV(B) | 316.46º | 0.62% | 0.71% | - |
| XYZ | 27.01 | 16.44 | 31.03 | - |
| YUV | 112.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 151 | 0 | 0.62 | 0.17 | 0.29 | 316.46 | 0.45 | 0.49 |
| Hex | B6 | 45 | 97 | 0 | 3E | 11 | 1D | 13C | 2D | 31 |
| Octal | 266 | 105 | 227 | 0 | 76 | 21 | 35 | 474 | 55 | 61 |
| Binary | 10110110 | 1000101 | 10010111 | 0 | 111110 | 10001 | 11101 | 100111100 | 101101 | 110001 |
Color Harmonies of #B64597
Complementary color
Monochromatic Colors of #B64597
Black with #B64597
Text Example
Text Example
White with #B64597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64597; }
p { color: rgb(182,69,151); }
H1.HeaderClassName
{
color: #B64597;
}
.AnyTagClassName
{
color: #B64597;
}
</style>
background-color css
<style>
a { background-color: #B64597; }
a { background-color: rgb(182,69,151); }
div.DivClassName
{
background-color: #B64597;
}
.BgClassName
{
background-color: #B64597;
}
</style>
border-color css
<style>
span { border-color: #B64597; }
span { border-color: rgb(182,69,151); }
td.TdClassName
{
border-color: #B64597;
}
.TagClassName
{
border-color: #B64597;
}
</style>