Shades of Mulberry #B65C8D
Tints of Mulberry #B65C8D
RGB
CMYK
RGB Variations
Color information
#B65C8D (or 0xB65C8D) is known color: Mulberry. HEX triplet: B6, 5C and 8D. RGB value is (182,92,141). Sum of RGB (Red+Green+Blue) = 182+92+141=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C8D is #49A372. Grayscale: #7C7C7C. Windows color (decimal): -4825971 or 9264310. OLE color: 9264310.
HSL color Cylindrical-coordinate representation of color #B65C8D: hue angle of 327.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65C8D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 141 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.29 |
| HSL | 327.33º | 0.38% | 0.54% | - |
| HSV(B) | 327.33º | 0.49% | 0.71% | - |
| XYZ | 27.93 | 19.52 | 27.5 | - |
| YUV | 124.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 141 | 0 | 0.49 | 0.23 | 0.29 | 327.33 | 0.38 | 0.54 |
| Hex | B6 | 5C | 8D | 0 | 31 | 17 | 1D | 147 | 26 | 36 |
| Octal | 266 | 134 | 215 | 0 | 61 | 27 | 35 | 507 | 46 | 66 |
| Binary | 10110110 | 1011100 | 10001101 | 0 | 110001 | 10111 | 11101 | 101000111 | 100110 | 110110 |
Color Harmonies of #B65C8D
Complementary color
Monochromatic Colors of #B65C8D
Black with #B65C8D
Text Example
Text Example
White with #B65C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C8D; }
p { color: rgb(182,92,141); }
H1.HeaderClassName
{
color: #B65C8D;
}
.AnyTagClassName
{
color: #B65C8D;
}
</style>
background-color css
<style>
a { background-color: #B65C8D; }
a { background-color: rgb(182,92,141); }
div.DivClassName
{
background-color: #B65C8D;
}
.BgClassName
{
background-color: #B65C8D;
}
</style>
border-color css
<style>
span { border-color: #B65C8D; }
span { border-color: rgb(182,92,141); }
td.TdClassName
{
border-color: #B65C8D;
}
.TagClassName
{
border-color: #B65C8D;
}
</style>