Shades of Mulberry #B65A86
Tints of Mulberry #B65A86
RGB
CMYK
RGB Variations
Color information
#B65A86 (or 0xB65A86) is known color: Mulberry. HEX triplet: B6, 5A and 86. RGB value is (182,90,134). Sum of RGB (Red+Green+Blue) = 182+90+134=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A86 is #49A579. Grayscale: #7A7A7A. Windows color (decimal): -4826490 or 8805046. OLE color: 8805046.
HSL color Cylindrical-coordinate representation of color #B65A86: hue angle of 331.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A86 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 134 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.29 |
| HSL | 331.3º | 0.39% | 0.53% | - |
| HSV(B) | 331.3º | 0.51% | 0.71% | - |
| XYZ | 27.25 | 18.98 | 24.78 | - |
| YUV | 122.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 134 | 0 | 0.51 | 0.26 | 0.29 | 331.3 | 0.39 | 0.53 |
| Hex | B6 | 5A | 86 | 0 | 33 | 1A | 1D | 14B | 27 | 35 |
| Octal | 266 | 132 | 206 | 0 | 63 | 32 | 35 | 513 | 47 | 65 |
| Binary | 10110110 | 1011010 | 10000110 | 0 | 110011 | 11010 | 11101 | 101001011 | 100111 | 110101 |
Color Harmonies of #B65A86
Complementary color
Monochromatic Colors of #B65A86
Black with #B65A86
Text Example
Text Example
White with #B65A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A86; }
p { color: rgb(182,90,134); }
H1.HeaderClassName
{
color: #B65A86;
}
.AnyTagClassName
{
color: #B65A86;
}
</style>
background-color css
<style>
a { background-color: #B65A86; }
a { background-color: rgb(182,90,134); }
div.DivClassName
{
background-color: #B65A86;
}
.BgClassName
{
background-color: #B65A86;
}
</style>
border-color css
<style>
span { border-color: #B65A86; }
span { border-color: rgb(182,90,134); }
td.TdClassName
{
border-color: #B65A86;
}
.TagClassName
{
border-color: #B65A86;
}
</style>