Shades of Royal Heath #BA587B
Tints of Royal Heath #BA587B
RGB
CMYK
RGB Variations
Color information
#BA587B (or 0xBA587B) is known color: Royal Heath. HEX triplet: BA, 58 and 7B. RGB value is (186,88,123). Sum of RGB (Red+Green+Blue) = 186+88+123=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA587B is #45A784. Grayscale: #797979. Windows color (decimal): -4564869 or 8083642. OLE color: 8083642.
HSL color Cylindrical-coordinate representation of color #BA587B: hue angle of 338.57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA587B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 123 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.27 |
| HSL | 338.57º | 0.42% | 0.54% | - |
| HSV(B) | 338.57º | 0.53% | 0.73% | - |
| XYZ | 27.31 | 18.85 | 20.94 | - |
| YUV | 121.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 123 | 0 | 0.53 | 0.34 | 0.27 | 338.57 | 0.42 | 0.54 |
| Hex | BA | 58 | 7B | 0 | 35 | 22 | 1B | 153 | 2A | 36 |
| Octal | 272 | 130 | 173 | 0 | 65 | 42 | 33 | 523 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1111011 | 0 | 110101 | 100010 | 11011 | 101010011 | 101010 | 110110 |
Color Harmonies of #BA587B
Complementary color
Monochromatic Colors of #BA587B
Black with #BA587B
Text Example
Text Example
White with #BA587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA587B; }
p { color: rgb(186,88,123); }
H1.HeaderClassName
{
color: #BA587B;
}
.AnyTagClassName
{
color: #BA587B;
}
</style>
background-color css
<style>
a { background-color: #BA587B; }
a { background-color: rgb(186,88,123); }
div.DivClassName
{
background-color: #BA587B;
}
.BgClassName
{
background-color: #BA587B;
}
</style>
border-color css
<style>
span { border-color: #BA587B; }
span { border-color: rgb(186,88,123); }
td.TdClassName
{
border-color: #BA587B;
}
.TagClassName
{
border-color: #BA587B;
}
</style>