Shades of Royal Heath #BA5C7A
Tints of Royal Heath #BA5C7A
RGB
CMYK
RGB Variations
Color information
#BA5C7A (or 0xBA5C7A) is known color: Royal Heath. HEX triplet: BA, 5C and 7A. RGB value is (186,92,122). Sum of RGB (Red+Green+Blue) = 186+92+122=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C7A is #45A385. Grayscale: #7B7B7B. Windows color (decimal): -4563846 or 8019130. OLE color: 8019130.
HSL color Cylindrical-coordinate representation of color #BA5C7A: hue angle of 340.85º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C7A is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 122 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.27 |
| HSL | 340.85º | 0.41% | 0.55% | - |
| HSV(B) | 340.85º | 0.51% | 0.73% | - |
| XYZ | 27.59 | 19.5 | 20.72 | - |
| YUV | 123.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 122 | 0 | 0.51 | 0.34 | 0.27 | 340.85 | 0.41 | 0.55 |
| Hex | BA | 5C | 7A | 0 | 33 | 22 | 1B | 155 | 29 | 37 |
| Octal | 272 | 134 | 172 | 0 | 63 | 42 | 33 | 525 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1111010 | 0 | 110011 | 100010 | 11011 | 101010101 | 101001 | 110111 |
Color Harmonies of #BA5C7A
Complementary color
Monochromatic Colors of #BA5C7A
Black with #BA5C7A
Text Example
Text Example
White with #BA5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C7A; }
p { color: rgb(186,92,122); }
H1.HeaderClassName
{
color: #BA5C7A;
}
.AnyTagClassName
{
color: #BA5C7A;
}
</style>
background-color css
<style>
a { background-color: #BA5C7A; }
a { background-color: rgb(186,92,122); }
div.DivClassName
{
background-color: #BA5C7A;
}
.BgClassName
{
background-color: #BA5C7A;
}
</style>
border-color css
<style>
span { border-color: #BA5C7A; }
span { border-color: rgb(186,92,122); }
td.TdClassName
{
border-color: #BA5C7A;
}
.TagClassName
{
border-color: #BA5C7A;
}
</style>