Shades of Mulberry #B64592
Tints of Mulberry #B64592
RGB
CMYK
RGB Variations
Color information
#B64592 (or 0xB64592) is known color: Mulberry. HEX triplet: B6, 45 and 92. RGB value is (182,69,146). Sum of RGB (Red+Green+Blue) = 182+69+146=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B64592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64592 is #49BA6D. Grayscale: #6F6F6F. Windows color (decimal): -4831854 or 9586102. OLE color: 9586102.
HSL color Cylindrical-coordinate representation of color #B64592: hue angle of 319.12º 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 #B64592 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 146 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.29 |
| HSL | 319.12º | 0.45% | 0.49% | - |
| HSV(B) | 319.12º | 0.62% | 0.71% | - |
| XYZ | 26.61 | 16.28 | 28.93 | - |
| YUV | 111.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 146 | 0 | 0.62 | 0.20 | 0.29 | 319.12 | 0.45 | 0.49 |
| Hex | B6 | 45 | 92 | 0 | 3E | 14 | 1D | 13F | 2D | 31 |
| Octal | 266 | 105 | 222 | 0 | 76 | 24 | 35 | 477 | 55 | 61 |
| Binary | 10110110 | 1000101 | 10010010 | 0 | 111110 | 10100 | 11101 | 100111111 | 101101 | 110001 |
Color Harmonies of #B64592
Complementary color
Monochromatic Colors of #B64592
Black with #B64592
Text Example
Text Example
White with #B64592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64592; }
p { color: rgb(182,69,146); }
H1.HeaderClassName
{
color: #B64592;
}
.AnyTagClassName
{
color: #B64592;
}
</style>
background-color css
<style>
a { background-color: #B64592; }
a { background-color: rgb(182,69,146); }
div.DivClassName
{
background-color: #B64592;
}
.BgClassName
{
background-color: #B64592;
}
</style>
border-color css
<style>
span { border-color: #B64592; }
span { border-color: rgb(182,69,146); }
td.TdClassName
{
border-color: #B64592;
}
.TagClassName
{
border-color: #B64592;
}
</style>