Shades of Mulberry #BA608B
Tints of Mulberry #BA608B
RGB
CMYK
RGB Variations
Color information
#BA608B (or 0xBA608B) is known color: Mulberry. HEX triplet: BA, 60 and 8B. RGB value is (186,96,139). Sum of RGB (Red+Green+Blue) = 186+96+139=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608B is #459F74. Grayscale: #7F7F7F. Windows color (decimal): -4562805 or 9134266. OLE color: 9134266.
HSL color Cylindrical-coordinate representation of color #BA608B: hue angle of 331.33º 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 #BA608B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 139 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.27 |
| HSL | 331.33º | 0.39% | 0.55% | - |
| HSV(B) | 331.33º | 0.48% | 0.73% | - |
| XYZ | 29.09 | 20.67 | 26.88 | - |
| YUV | 127.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 139 | 0 | 0.48 | 0.25 | 0.27 | 331.33 | 0.39 | 0.55 |
| Hex | BA | 60 | 8B | 0 | 30 | 19 | 1B | 14B | 27 | 37 |
| Octal | 272 | 140 | 213 | 0 | 60 | 31 | 33 | 513 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10001011 | 0 | 110000 | 11001 | 11011 | 101001011 | 100111 | 110111 |
Color Harmonies of #BA608B
Complementary color
Monochromatic Colors of #BA608B
Black with #BA608B
Text Example
Text Example
White with #BA608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA608B; }
p { color: rgb(186,96,139); }
H1.HeaderClassName
{
color: #BA608B;
}
.AnyTagClassName
{
color: #BA608B;
}
</style>
background-color css
<style>
a { background-color: #BA608B; }
a { background-color: rgb(186,96,139); }
div.DivClassName
{
background-color: #BA608B;
}
.BgClassName
{
background-color: #BA608B;
}
</style>
border-color css
<style>
span { border-color: #BA608B; }
span { border-color: rgb(186,96,139); }
td.TdClassName
{
border-color: #BA608B;
}
.TagClassName
{
border-color: #BA608B;
}
</style>