Shades of Royal Heath #BA496D
Tints of Royal Heath #BA496D
RGB
CMYK
RGB Variations
Color information
#BA496D (or 0xBA496D) is known color: Royal Heath. HEX triplet: BA, 49 and 6D. RGB value is (186,73,109). Sum of RGB (Red+Green+Blue) = 186+73+109=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA496D is #45B692. Grayscale: #6E6E6E. Windows color (decimal): -4568723 or 7162298. OLE color: 7162298.
HSL color Cylindrical-coordinate representation of color #BA496D: hue angle of 340.88º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA496D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 109 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.27 |
| HSL | 340.88º | 0.45% | 0.51% | - |
| HSV(B) | 340.88º | 0.61% | 0.73% | - |
| XYZ | 25.39 | 16.31 | 16.28 | - |
| YUV | 110.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 109 | 0 | 0.61 | 0.41 | 0.27 | 340.88 | 0.45 | 0.51 |
| Hex | BA | 49 | 6D | 0 | 3D | 29 | 1B | 155 | 2D | 33 |
| Octal | 272 | 111 | 155 | 0 | 75 | 51 | 33 | 525 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1101101 | 0 | 111101 | 101001 | 11011 | 101010101 | 101101 | 110011 |
Color Harmonies of #BA496D
Complementary color
Monochromatic Colors of #BA496D
Black with #BA496D
Text Example
Text Example
White with #BA496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA496D; }
p { color: rgb(186,73,109); }
H1.HeaderClassName
{
color: #BA496D;
}
.AnyTagClassName
{
color: #BA496D;
}
</style>
background-color css
<style>
a { background-color: #BA496D; }
a { background-color: rgb(186,73,109); }
div.DivClassName
{
background-color: #BA496D;
}
.BgClassName
{
background-color: #BA496D;
}
</style>
border-color css
<style>
span { border-color: #BA496D; }
span { border-color: rgb(186,73,109); }
td.TdClassName
{
border-color: #BA496D;
}
.TagClassName
{
border-color: #BA496D;
}
</style>