Shades of Royal Heath #BA3E79
Tints of Royal Heath #BA3E79
RGB
CMYK
RGB Variations
Color information
#BA3E79 (or 0xBA3E79) is known color: Royal Heath. HEX triplet: BA, 3E and 79. RGB value is (186,62,121). Sum of RGB (Red+Green+Blue) = 186+62+121=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E79 is #45C186. Grayscale: #696969. Windows color (decimal): -4571527 or 7945914. OLE color: 7945914.
HSL color Cylindrical-coordinate representation of color #BA3E79: hue angle of 331.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E79 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 121 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.27 |
| HSL | 331.45º | 0.5% | 0.49% | - |
| HSV(B) | 331.45º | 0.67% | 0.73% | - |
| XYZ | 25.42 | 15.26 | 19.7 | - |
| YUV | 105.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 121 | 0 | 0.67 | 0.35 | 0.27 | 331.45 | 0.5 | 0.49 |
| Hex | BA | 3E | 79 | 0 | 43 | 23 | 1B | 14B | 32 | 31 |
| Octal | 272 | 76 | 171 | 0 | 103 | 43 | 33 | 513 | 62 | 61 |
| Binary | 10111010 | 111110 | 1111001 | 0 | 1000011 | 100011 | 11011 | 101001011 | 110010 | 110001 |
Color Harmonies of #BA3E79
Complementary color
Monochromatic Colors of #BA3E79
Black with #BA3E79
Text Example
Text Example
White with #BA3E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E79; }
p { color: rgb(186,62,121); }
H1.HeaderClassName
{
color: #BA3E79;
}
.AnyTagClassName
{
color: #BA3E79;
}
</style>
background-color css
<style>
a { background-color: #BA3E79; }
a { background-color: rgb(186,62,121); }
div.DivClassName
{
background-color: #BA3E79;
}
.BgClassName
{
background-color: #BA3E79;
}
</style>
border-color css
<style>
span { border-color: #BA3E79; }
span { border-color: rgb(186,62,121); }
td.TdClassName
{
border-color: #BA3E79;
}
.TagClassName
{
border-color: #BA3E79;
}
</style>