Shades of Mulberry #BA618F
Tints of Mulberry #BA618F
RGB
CMYK
RGB Variations
Color information
#BA618F (or 0xBA618F) is known color: Mulberry. HEX triplet: BA, 61 and 8F. RGB value is (186,97,143). Sum of RGB (Red+Green+Blue) = 186+97+143=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA618F is #459E70. Grayscale: #808080. Windows color (decimal): -4562545 or 9396666. OLE color: 9396666.
HSL color Cylindrical-coordinate representation of color #BA618F: hue angle of 328.99º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA618F is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 143 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.27 |
| HSL | 328.99º | 0.39% | 0.55% | - |
| HSV(B) | 328.99º | 0.48% | 0.73% | - |
| XYZ | 29.48 | 20.97 | 28.48 | - |
| YUV | 128.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 143 | 0 | 0.48 | 0.23 | 0.27 | 328.99 | 0.39 | 0.55 |
| Hex | BA | 61 | 8F | 0 | 30 | 17 | 1B | 149 | 27 | 37 |
| Octal | 272 | 141 | 217 | 0 | 60 | 27 | 33 | 511 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10001111 | 0 | 110000 | 10111 | 11011 | 101001001 | 100111 | 110111 |
Color Harmonies of #BA618F
Complementary color
Monochromatic Colors of #BA618F
Black with #BA618F
Text Example
Text Example
White with #BA618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA618F; }
p { color: rgb(186,97,143); }
H1.HeaderClassName
{
color: #BA618F;
}
.AnyTagClassName
{
color: #BA618F;
}
</style>
background-color css
<style>
a { background-color: #BA618F; }
a { background-color: rgb(186,97,143); }
div.DivClassName
{
background-color: #BA618F;
}
.BgClassName
{
background-color: #BA618F;
}
</style>
border-color css
<style>
span { border-color: #BA618F; }
span { border-color: rgb(186,97,143); }
td.TdClassName
{
border-color: #BA618F;
}
.TagClassName
{
border-color: #BA618F;
}
</style>