Shades of Royal Heath #BA5675
Tints of Royal Heath #BA5675
RGB
CMYK
RGB Variations
Color information
#BA5675 (or 0xBA5675) is known color: Royal Heath. HEX triplet: BA, 56 and 75. RGB value is (186,86,117). Sum of RGB (Red+Green+Blue) = 186+86+117=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5675 is #45A98A. Grayscale: #777777. Windows color (decimal): -4565387 or 7689914. OLE color: 7689914.
HSL color Cylindrical-coordinate representation of color #BA5675: hue angle of 341.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5675 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 117 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.27 |
| HSL | 341.4º | 0.42% | 0.53% | - |
| HSV(B) | 341.4º | 0.54% | 0.73% | - |
| XYZ | 26.79 | 18.38 | 18.97 | - |
| YUV | 119.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 117 | 0 | 0.54 | 0.37 | 0.27 | 341.4 | 0.42 | 0.53 |
| Hex | BA | 56 | 75 | 0 | 36 | 25 | 1B | 155 | 2A | 35 |
| Octal | 272 | 126 | 165 | 0 | 66 | 45 | 33 | 525 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1110101 | 0 | 110110 | 100101 | 11011 | 101010101 | 101010 | 110101 |
Color Harmonies of #BA5675
Complementary color
Monochromatic Colors of #BA5675
Black with #BA5675
Text Example
Text Example
White with #BA5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5675; }
p { color: rgb(186,86,117); }
H1.HeaderClassName
{
color: #BA5675;
}
.AnyTagClassName
{
color: #BA5675;
}
</style>
background-color css
<style>
a { background-color: #BA5675; }
a { background-color: rgb(186,86,117); }
div.DivClassName
{
background-color: #BA5675;
}
.BgClassName
{
background-color: #BA5675;
}
</style>
border-color css
<style>
span { border-color: #BA5675; }
span { border-color: rgb(186,86,117); }
td.TdClassName
{
border-color: #BA5675;
}
.TagClassName
{
border-color: #BA5675;
}
</style>