Shades of Royal Heath #BA567B
Tints of Royal Heath #BA567B
RGB
CMYK
RGB Variations
Color information
#BA567B (or 0xBA567B) is known color: Royal Heath. HEX triplet: BA, 56 and 7B. RGB value is (186,86,123). Sum of RGB (Red+Green+Blue) = 186+86+123=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA567B is #45A984. Grayscale: #787878. Windows color (decimal): -4565381 or 8083130. OLE color: 8083130.
HSL color Cylindrical-coordinate representation of color #BA567B: hue angle of 337.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA567B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 123 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.27 |
| HSL | 337.8º | 0.42% | 0.53% | - |
| HSV(B) | 337.8º | 0.54% | 0.73% | - |
| XYZ | 27.15 | 18.52 | 20.88 | - |
| YUV | 120.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 123 | 0 | 0.54 | 0.34 | 0.27 | 337.8 | 0.42 | 0.53 |
| Hex | BA | 56 | 7B | 0 | 36 | 22 | 1B | 152 | 2A | 35 |
| Octal | 272 | 126 | 173 | 0 | 66 | 42 | 33 | 522 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1111011 | 0 | 110110 | 100010 | 11011 | 101010010 | 101010 | 110101 |
Color Harmonies of #BA567B
Complementary color
Monochromatic Colors of #BA567B
Black with #BA567B
Text Example
Text Example
White with #BA567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA567B; }
p { color: rgb(186,86,123); }
H1.HeaderClassName
{
color: #BA567B;
}
.AnyTagClassName
{
color: #BA567B;
}
</style>
background-color css
<style>
a { background-color: #BA567B; }
a { background-color: rgb(186,86,123); }
div.DivClassName
{
background-color: #BA567B;
}
.BgClassName
{
background-color: #BA567B;
}
</style>
border-color css
<style>
span { border-color: #BA567B; }
span { border-color: rgb(186,86,123); }
td.TdClassName
{
border-color: #BA567B;
}
.TagClassName
{
border-color: #BA567B;
}
</style>