Shades of Royal Heath #BA557B
Tints of Royal Heath #BA557B
RGB
CMYK
RGB Variations
Color information
#BA557B (or 0xBA557B) is known color: Royal Heath. HEX triplet: BA, 55 and 7B. RGB value is (186,85,123). Sum of RGB (Red+Green+Blue) = 186+85+123=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557B is #45AA84. Grayscale: #777777. Windows color (decimal): -4565637 or 8082874. OLE color: 8082874.
HSL color Cylindrical-coordinate representation of color #BA557B: hue angle of 337.43º 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 #BA557B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 123 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.27 |
| HSL | 337.43º | 0.42% | 0.53% | - |
| HSV(B) | 337.43º | 0.54% | 0.73% | - |
| XYZ | 27.07 | 18.37 | 20.86 | - |
| YUV | 119.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 123 | 0 | 0.54 | 0.34 | 0.27 | 337.43 | 0.42 | 0.53 |
| Hex | BA | 55 | 7B | 0 | 36 | 22 | 1B | 151 | 2A | 35 |
| Octal | 272 | 125 | 173 | 0 | 66 | 42 | 33 | 521 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1111011 | 0 | 110110 | 100010 | 11011 | 101010001 | 101010 | 110101 |
Color Harmonies of #BA557B
Complementary color
Monochromatic Colors of #BA557B
Black with #BA557B
Text Example
Text Example
White with #BA557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA557B; }
p { color: rgb(186,85,123); }
H1.HeaderClassName
{
color: #BA557B;
}
.AnyTagClassName
{
color: #BA557B;
}
</style>
background-color css
<style>
a { background-color: #BA557B; }
a { background-color: rgb(186,85,123); }
div.DivClassName
{
background-color: #BA557B;
}
.BgClassName
{
background-color: #BA557B;
}
</style>
border-color css
<style>
span { border-color: #BA557B; }
span { border-color: rgb(186,85,123); }
td.TdClassName
{
border-color: #BA557B;
}
.TagClassName
{
border-color: #BA557B;
}
</style>