Shades of Mulberry #B65799
Tints of Mulberry #B65799
RGB
CMYK
RGB Variations
Color information
#B65799 (or 0xB65799) is known color: Mulberry. HEX triplet: B6, 57 and 99. RGB value is (182,87,153). Sum of RGB (Red+Green+Blue) = 182+87+153=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B65799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65799 is #49A866. Grayscale: #7A7A7A. Windows color (decimal): -4827239 or 10049462. OLE color: 10049462.
HSL color Cylindrical-coordinate representation of color #B65799: hue angle of 318.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65799 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 153 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.29 |
| HSL | 318.32º | 0.39% | 0.53% | - |
| HSV(B) | 318.32º | 0.52% | 0.71% | - |
| XYZ | 28.45 | 19.06 | 32.32 | - |
| YUV | 122.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 153 | 0 | 0.52 | 0.16 | 0.29 | 318.32 | 0.39 | 0.53 |
| Hex | B6 | 57 | 99 | 0 | 34 | 10 | 1D | 13E | 27 | 35 |
| Octal | 266 | 127 | 231 | 0 | 64 | 20 | 35 | 476 | 47 | 65 |
| Binary | 10110110 | 1010111 | 10011001 | 0 | 110100 | 10000 | 11101 | 100111110 | 100111 | 110101 |
Color Harmonies of #B65799
Complementary color
Monochromatic Colors of #B65799
Black with #B65799
Text Example
Text Example
White with #B65799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65799; }
p { color: rgb(182,87,153); }
H1.HeaderClassName
{
color: #B65799;
}
.AnyTagClassName
{
color: #B65799;
}
</style>
background-color css
<style>
a { background-color: #B65799; }
a { background-color: rgb(182,87,153); }
div.DivClassName
{
background-color: #B65799;
}
.BgClassName
{
background-color: #B65799;
}
</style>
border-color css
<style>
span { border-color: #B65799; }
span { border-color: rgb(182,87,153); }
td.TdClassName
{
border-color: #B65799;
}
.TagClassName
{
border-color: #B65799;
}
</style>