Shades of Royal Heath #BA3C75
Tints of Royal Heath #BA3C75
RGB
CMYK
RGB Variations
Color information
#BA3C75 (or 0xBA3C75) is known color: Royal Heath. HEX triplet: BA, 3C and 75. RGB value is (186,60,117). Sum of RGB (Red+Green+Blue) = 186+60+117=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C75 is #45C38A. Grayscale: #686868. Windows color (decimal): -4572043 or 7683258. OLE color: 7683258.
HSL color Cylindrical-coordinate representation of color #BA3C75: hue angle of 332.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C75 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 117 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.27 |
| HSL | 332.86º | 0.51% | 0.48% | - |
| HSV(B) | 332.86º | 0.68% | 0.73% | - |
| XYZ | 25.08 | 14.96 | 18.39 | - |
| YUV | 104.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 117 | 0 | 0.68 | 0.37 | 0.27 | 332.86 | 0.51 | 0.48 |
| Hex | BA | 3C | 75 | 0 | 44 | 25 | 1B | 14D | 33 | 30 |
| Octal | 272 | 74 | 165 | 0 | 104 | 45 | 33 | 515 | 63 | 60 |
| Binary | 10111010 | 111100 | 1110101 | 0 | 1000100 | 100101 | 11011 | 101001101 | 110011 | 110000 |
Color Harmonies of #BA3C75
Complementary color
Monochromatic Colors of #BA3C75
Black with #BA3C75
Text Example
Text Example
White with #BA3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C75; }
p { color: rgb(186,60,117); }
H1.HeaderClassName
{
color: #BA3C75;
}
.AnyTagClassName
{
color: #BA3C75;
}
</style>
background-color css
<style>
a { background-color: #BA3C75; }
a { background-color: rgb(186,60,117); }
div.DivClassName
{
background-color: #BA3C75;
}
.BgClassName
{
background-color: #BA3C75;
}
</style>
border-color css
<style>
span { border-color: #BA3C75; }
span { border-color: rgb(186,60,117); }
td.TdClassName
{
border-color: #BA3C75;
}
.TagClassName
{
border-color: #BA3C75;
}
</style>