Shades of Royal Heath #BA447B
Tints of Royal Heath #BA447B
RGB
CMYK
RGB Variations
Color information
#BA447B (or 0xBA447B) is known color: Royal Heath. HEX triplet: BA, 44 and 7B. RGB value is (186,68,123). Sum of RGB (Red+Green+Blue) = 186+68+123=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA447B is #45BB84. Grayscale: #6D6D6D. Windows color (decimal): -4569989 or 8078522. OLE color: 8078522.
HSL color Cylindrical-coordinate representation of color #BA447B: hue angle of 332.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA447B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 123 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.27 |
| HSL | 332.03º | 0.46% | 0.5% | - |
| HSV(B) | 332.03º | 0.63% | 0.73% | - |
| XYZ | 25.89 | 16 | 20.46 | - |
| YUV | 109.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 123 | 0 | 0.63 | 0.34 | 0.27 | 332.03 | 0.46 | 0.5 |
| Hex | BA | 44 | 7B | 0 | 3F | 22 | 1B | 14C | 2E | 32 |
| Octal | 272 | 104 | 173 | 0 | 77 | 42 | 33 | 514 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1111011 | 0 | 111111 | 100010 | 11011 | 101001100 | 101110 | 110010 |
Color Harmonies of #BA447B
Complementary color
Monochromatic Colors of #BA447B
Black with #BA447B
Text Example
Text Example
White with #BA447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA447B; }
p { color: rgb(186,68,123); }
H1.HeaderClassName
{
color: #BA447B;
}
.AnyTagClassName
{
color: #BA447B;
}
</style>
background-color css
<style>
a { background-color: #BA447B; }
a { background-color: rgb(186,68,123); }
div.DivClassName
{
background-color: #BA447B;
}
.BgClassName
{
background-color: #BA447B;
}
</style>
border-color css
<style>
span { border-color: #BA447B; }
span { border-color: rgb(186,68,123); }
td.TdClassName
{
border-color: #BA447B;
}
.TagClassName
{
border-color: #BA447B;
}
</style>