Shades of Royal Heath #BA4F80
Tints of Royal Heath #BA4F80
RGB
CMYK
RGB Variations
Color information
#BA4F80 (or 0xBA4F80) is known color: Royal Heath. HEX triplet: BA, 4F and 80. RGB value is (186,79,128). Sum of RGB (Red+Green+Blue) = 186+79+128=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F80 is #45B07F. Grayscale: #747474. Windows color (decimal): -4567168 or 8409018. OLE color: 8409018.
HSL color Cylindrical-coordinate representation of color #BA4F80: hue angle of 332.52º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F80 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 128 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.27 |
| HSL | 332.52º | 0.44% | 0.52% | - |
| HSV(B) | 332.52º | 0.58% | 0.73% | - |
| XYZ | 26.94 | 17.59 | 22.4 | - |
| YUV | 116.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 128 | 0 | 0.58 | 0.31 | 0.27 | 332.52 | 0.44 | 0.52 |
| Hex | BA | 4F | 80 | 0 | 3A | 1F | 1B | 14D | 2C | 34 |
| Octal | 272 | 117 | 200 | 0 | 72 | 37 | 33 | 515 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10000000 | 0 | 111010 | 11111 | 11011 | 101001101 | 101100 | 110100 |
Color Harmonies of #BA4F80
Complementary color
Monochromatic Colors of #BA4F80
Black with #BA4F80
Text Example
Text Example
White with #BA4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F80; }
p { color: rgb(186,79,128); }
H1.HeaderClassName
{
color: #BA4F80;
}
.AnyTagClassName
{
color: #BA4F80;
}
</style>
background-color css
<style>
a { background-color: #BA4F80; }
a { background-color: rgb(186,79,128); }
div.DivClassName
{
background-color: #BA4F80;
}
.BgClassName
{
background-color: #BA4F80;
}
</style>
border-color css
<style>
span { border-color: #BA4F80; }
span { border-color: rgb(186,79,128); }
td.TdClassName
{
border-color: #BA4F80;
}
.TagClassName
{
border-color: #BA4F80;
}
</style>