Shades of Mulberry #B65B85
Tints of Mulberry #B65B85
RGB
CMYK
RGB Variations
Color information
#B65B85 (or 0xB65B85) is known color: Mulberry. HEX triplet: B6, 5B and 85. RGB value is (182,91,133). Sum of RGB (Red+Green+Blue) = 182+91+133=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B85 is #49A47A. Grayscale: #7A7A7A. Windows color (decimal): -4826235 or 8739766. OLE color: 8739766.
HSL color Cylindrical-coordinate representation of color #B65B85: hue angle of 332.31º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65B85 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 133 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.29 |
| HSL | 332.31º | 0.38% | 0.54% | - |
| HSV(B) | 332.31º | 0.5% | 0.71% | - |
| XYZ | 27.27 | 19.12 | 24.44 | - |
| YUV | 123 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 133 | 0 | 0.5 | 0.27 | 0.29 | 332.31 | 0.38 | 0.54 |
| Hex | B6 | 5B | 85 | 0 | 32 | 1B | 1D | 14C | 26 | 36 |
| Octal | 266 | 133 | 205 | 0 | 62 | 33 | 35 | 514 | 46 | 66 |
| Binary | 10110110 | 1011011 | 10000101 | 0 | 110010 | 11011 | 11101 | 101001100 | 100110 | 110110 |
Color Harmonies of #B65B85
Complementary color
Monochromatic Colors of #B65B85
Black with #B65B85
Text Example
Text Example
White with #B65B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65B85; }
p { color: rgb(182,91,133); }
H1.HeaderClassName
{
color: #B65B85;
}
.AnyTagClassName
{
color: #B65B85;
}
</style>
background-color css
<style>
a { background-color: #B65B85; }
a { background-color: rgb(182,91,133); }
div.DivClassName
{
background-color: #B65B85;
}
.BgClassName
{
background-color: #B65B85;
}
</style>
border-color css
<style>
span { border-color: #B65B85; }
span { border-color: rgb(182,91,133); }
td.TdClassName
{
border-color: #B65B85;
}
.TagClassName
{
border-color: #B65B85;
}
</style>