Shades of Royal Heath #BA5C7E
Tints of Royal Heath #BA5C7E
RGB
CMYK
RGB Variations
Color information
#BA5C7E (or 0xBA5C7E) is known color: Royal Heath. HEX triplet: BA, 5C and 7E. RGB value is (186,92,126). Sum of RGB (Red+Green+Blue) = 186+92+126=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C7E is #45A381. Grayscale: #7B7B7B. Windows color (decimal): -4563842 or 8281274. OLE color: 8281274.
HSL color Cylindrical-coordinate representation of color #BA5C7E: hue angle of 338.3º 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 #BA5C7E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 126 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.27 |
| HSL | 338.3º | 0.41% | 0.55% | - |
| HSV(B) | 338.3º | 0.51% | 0.73% | - |
| XYZ | 27.84 | 19.6 | 22.05 | - |
| YUV | 123.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 126 | 0 | 0.51 | 0.32 | 0.27 | 338.3 | 0.41 | 0.55 |
| Hex | BA | 5C | 7E | 0 | 33 | 20 | 1B | 152 | 29 | 37 |
| Octal | 272 | 134 | 176 | 0 | 63 | 40 | 33 | 522 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1111110 | 0 | 110011 | 100000 | 11011 | 101010010 | 101001 | 110111 |
Color Harmonies of #BA5C7E
Complementary color
Monochromatic Colors of #BA5C7E
Black with #BA5C7E
Text Example
Text Example
White with #BA5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C7E; }
p { color: rgb(186,92,126); }
H1.HeaderClassName
{
color: #BA5C7E;
}
.AnyTagClassName
{
color: #BA5C7E;
}
</style>
background-color css
<style>
a { background-color: #BA5C7E; }
a { background-color: rgb(186,92,126); }
div.DivClassName
{
background-color: #BA5C7E;
}
.BgClassName
{
background-color: #BA5C7E;
}
</style>
border-color css
<style>
span { border-color: #BA5C7E; }
span { border-color: rgb(186,92,126); }
td.TdClassName
{
border-color: #BA5C7E;
}
.TagClassName
{
border-color: #BA5C7E;
}
</style>