Shades of Royal Heath #BA5375
Tints of Royal Heath #BA5375
RGB
CMYK
RGB Variations
Color information
#BA5375 (or 0xBA5375) is known color: Royal Heath. HEX triplet: BA, 53 and 75. RGB value is (186,83,117). Sum of RGB (Red+Green+Blue) = 186+83+117=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5375 is #45AC8A. Grayscale: #757575. Windows color (decimal): -4566155 or 7689146. OLE color: 7689146.
HSL color Cylindrical-coordinate representation of color #BA5375: hue angle of 340.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5375 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 117 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.27 |
| HSL | 340.19º | 0.43% | 0.53% | - |
| HSV(B) | 340.19º | 0.55% | 0.73% | - |
| XYZ | 26.55 | 17.91 | 18.89 | - |
| YUV | 117.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 117 | 0 | 0.55 | 0.37 | 0.27 | 340.19 | 0.43 | 0.53 |
| Hex | BA | 53 | 75 | 0 | 37 | 25 | 1B | 154 | 2B | 35 |
| Octal | 272 | 123 | 165 | 0 | 67 | 45 | 33 | 524 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1110101 | 0 | 110111 | 100101 | 11011 | 101010100 | 101011 | 110101 |
Color Harmonies of #BA5375
Complementary color
Monochromatic Colors of #BA5375
Black with #BA5375
Text Example
Text Example
White with #BA5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5375; }
p { color: rgb(186,83,117); }
H1.HeaderClassName
{
color: #BA5375;
}
.AnyTagClassName
{
color: #BA5375;
}
</style>
background-color css
<style>
a { background-color: #BA5375; }
a { background-color: rgb(186,83,117); }
div.DivClassName
{
background-color: #BA5375;
}
.BgClassName
{
background-color: #BA5375;
}
</style>
border-color css
<style>
span { border-color: #BA5375; }
span { border-color: rgb(186,83,117); }
td.TdClassName
{
border-color: #BA5375;
}
.TagClassName
{
border-color: #BA5375;
}
</style>