Shades of Royal Heath #BA477B
Tints of Royal Heath #BA477B
RGB
CMYK
RGB Variations
Color information
#BA477B (or 0xBA477B) is known color: Royal Heath. HEX triplet: BA, 47 and 7B. RGB value is (186,71,123). Sum of RGB (Red+Green+Blue) = 186+71+123=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA477B is #45B884. Grayscale: #6F6F6F. Windows color (decimal): -4569221 or 8079290. OLE color: 8079290.
HSL color Cylindrical-coordinate representation of color #BA477B: hue angle of 332.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA477B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 123 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.27 |
| HSL | 332.87º | 0.45% | 0.5% | - |
| HSV(B) | 332.87º | 0.62% | 0.73% | - |
| XYZ | 26.08 | 16.38 | 20.53 | - |
| YUV | 111.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 123 | 0 | 0.62 | 0.34 | 0.27 | 332.87 | 0.45 | 0.5 |
| Hex | BA | 47 | 7B | 0 | 3E | 22 | 1B | 14D | 2D | 32 |
| Octal | 272 | 107 | 173 | 0 | 76 | 42 | 33 | 515 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1111011 | 0 | 111110 | 100010 | 11011 | 101001101 | 101101 | 110010 |
Color Harmonies of #BA477B
Complementary color
Monochromatic Colors of #BA477B
Black with #BA477B
Text Example
Text Example
White with #BA477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA477B; }
p { color: rgb(186,71,123); }
H1.HeaderClassName
{
color: #BA477B;
}
.AnyTagClassName
{
color: #BA477B;
}
</style>
background-color css
<style>
a { background-color: #BA477B; }
a { background-color: rgb(186,71,123); }
div.DivClassName
{
background-color: #BA477B;
}
.BgClassName
{
background-color: #BA477B;
}
</style>
border-color css
<style>
span { border-color: #BA477B; }
span { border-color: rgb(186,71,123); }
td.TdClassName
{
border-color: #BA477B;
}
.TagClassName
{
border-color: #BA477B;
}
</style>