Shades of Royal Heath #BA5B80
Tints of Royal Heath #BA5B80
RGB
CMYK
RGB Variations
Color information
#BA5B80 (or 0xBA5B80) is known color: Royal Heath. HEX triplet: BA, 5B and 80. RGB value is (186,91,128). Sum of RGB (Red+Green+Blue) = 186+91+128=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B80 is #45A47F. Grayscale: #7B7B7B. Windows color (decimal): -4564096 or 8412090. OLE color: 8412090.
HSL color Cylindrical-coordinate representation of color #BA5B80: hue angle of 336.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B80 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 128 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.27 |
| HSL | 336.63º | 0.41% | 0.54% | - |
| HSV(B) | 336.63º | 0.51% | 0.73% | - |
| XYZ | 27.89 | 19.48 | 22.71 | - |
| YUV | 123.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 128 | 0 | 0.51 | 0.31 | 0.27 | 336.63 | 0.41 | 0.54 |
| Hex | BA | 5B | 80 | 0 | 33 | 1F | 1B | 151 | 29 | 36 |
| Octal | 272 | 133 | 200 | 0 | 63 | 37 | 33 | 521 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10000000 | 0 | 110011 | 11111 | 11011 | 101010001 | 101001 | 110110 |
Color Harmonies of #BA5B80
Complementary color
Monochromatic Colors of #BA5B80
Black with #BA5B80
Text Example
Text Example
White with #BA5B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B80; }
p { color: rgb(186,91,128); }
H1.HeaderClassName
{
color: #BA5B80;
}
.AnyTagClassName
{
color: #BA5B80;
}
</style>
background-color css
<style>
a { background-color: #BA5B80; }
a { background-color: rgb(186,91,128); }
div.DivClassName
{
background-color: #BA5B80;
}
.BgClassName
{
background-color: #BA5B80;
}
</style>
border-color css
<style>
span { border-color: #BA5B80; }
span { border-color: rgb(186,91,128); }
td.TdClassName
{
border-color: #BA5B80;
}
.TagClassName
{
border-color: #BA5B80;
}
</style>