Shades of Royal Heath #BA5C80
Tints of Royal Heath #BA5C80
RGB
CMYK
RGB Variations
Color information
#BA5C80 (or 0xBA5C80) is known color: Royal Heath. HEX triplet: BA, 5C and 80. RGB value is (186,92,128). Sum of RGB (Red+Green+Blue) = 186+92+128=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C80 is #45A37F. Grayscale: #7C7C7C. Windows color (decimal): -4563840 or 8412346. OLE color: 8412346.
HSL color Cylindrical-coordinate representation of color #BA5C80: hue angle of 337.02º 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 #BA5C80 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 128 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.27 |
| HSL | 337.02º | 0.41% | 0.55% | - |
| HSV(B) | 337.02º | 0.51% | 0.73% | - |
| XYZ | 27.97 | 19.65 | 22.74 | - |
| YUV | 124.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 128 | 0 | 0.51 | 0.31 | 0.27 | 337.02 | 0.41 | 0.55 |
| Hex | BA | 5C | 80 | 0 | 33 | 1F | 1B | 151 | 29 | 37 |
| Octal | 272 | 134 | 200 | 0 | 63 | 37 | 33 | 521 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10000000 | 0 | 110011 | 11111 | 11011 | 101010001 | 101001 | 110111 |
Color Harmonies of #BA5C80
Complementary color
Monochromatic Colors of #BA5C80
Black with #BA5C80
Text Example
Text Example
White with #BA5C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C80; }
p { color: rgb(186,92,128); }
H1.HeaderClassName
{
color: #BA5C80;
}
.AnyTagClassName
{
color: #BA5C80;
}
</style>
background-color css
<style>
a { background-color: #BA5C80; }
a { background-color: rgb(186,92,128); }
div.DivClassName
{
background-color: #BA5C80;
}
.BgClassName
{
background-color: #BA5C80;
}
</style>
border-color css
<style>
span { border-color: #BA5C80; }
span { border-color: rgb(186,92,128); }
td.TdClassName
{
border-color: #BA5C80;
}
.TagClassName
{
border-color: #BA5C80;
}
</style>