Shades of Mulberry #B65B8C
Tints of Mulberry #B65B8C
RGB
CMYK
RGB Variations
Color information
#B65B8C (or 0xB65B8C) is known color: Mulberry. HEX triplet: B6, 5B and 8C. RGB value is (182,91,140). Sum of RGB (Red+Green+Blue) = 182+91+140=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B8C is #49A473. Grayscale: #7B7B7B. Windows color (decimal): -4826228 or 9198518. OLE color: 9198518.
HSL color Cylindrical-coordinate representation of color #B65B8C: hue angle of 327.69º 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 #B65B8C is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 140 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.29 |
| HSL | 327.69º | 0.38% | 0.54% | - |
| HSV(B) | 327.69º | 0.5% | 0.71% | - |
| XYZ | 27.77 | 19.32 | 27.08 | - |
| YUV | 123.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 140 | 0 | 0.5 | 0.23 | 0.29 | 327.69 | 0.38 | 0.54 |
| Hex | B6 | 5B | 8C | 0 | 32 | 17 | 1D | 148 | 26 | 36 |
| Octal | 266 | 133 | 214 | 0 | 62 | 27 | 35 | 510 | 46 | 66 |
| Binary | 10110110 | 1011011 | 10001100 | 0 | 110010 | 10111 | 11101 | 101001000 | 100110 | 110110 |
Color Harmonies of #B65B8C
Complementary color
Monochromatic Colors of #B65B8C
Black with #B65B8C
Text Example
Text Example
White with #B65B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65B8C; }
p { color: rgb(182,91,140); }
H1.HeaderClassName
{
color: #B65B8C;
}
.AnyTagClassName
{
color: #B65B8C;
}
</style>
background-color css
<style>
a { background-color: #B65B8C; }
a { background-color: rgb(182,91,140); }
div.DivClassName
{
background-color: #B65B8C;
}
.BgClassName
{
background-color: #B65B8C;
}
</style>
border-color css
<style>
span { border-color: #B65B8C; }
span { border-color: rgb(182,91,140); }
td.TdClassName
{
border-color: #B65B8C;
}
.TagClassName
{
border-color: #B65B8C;
}
</style>