Shades of Royal Heath #BA4569
Tints of Royal Heath #BA4569
RGB
CMYK
RGB Variations
Color information
#BA4569 (or 0xBA4569) is known color: Royal Heath. HEX triplet: BA, 45 and 69. RGB value is (186,69,105). Sum of RGB (Red+Green+Blue) = 186+69+105=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4569 is #45BA96. Grayscale: #6C6C6C. Windows color (decimal): -4569751 or 6899130. OLE color: 6899130.
HSL color Cylindrical-coordinate representation of color #BA4569: hue angle of 341.54º 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 #BA4569 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 105 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.27 |
| HSL | 341.54º | 0.46% | 0.5% | - |
| HSV(B) | 341.54º | 0.63% | 0.73% | - |
| XYZ | 24.93 | 15.72 | 15.08 | - |
| YUV | 108.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 105 | 0 | 0.63 | 0.44 | 0.27 | 341.54 | 0.46 | 0.5 |
| Hex | BA | 45 | 69 | 0 | 3F | 2C | 1B | 156 | 2E | 32 |
| Octal | 272 | 105 | 151 | 0 | 77 | 54 | 33 | 526 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1101001 | 0 | 111111 | 101100 | 11011 | 101010110 | 101110 | 110010 |
Color Harmonies of #BA4569
Complementary color
Monochromatic Colors of #BA4569
Black with #BA4569
Text Example
Text Example
White with #BA4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4569; }
p { color: rgb(186,69,105); }
H1.HeaderClassName
{
color: #BA4569;
}
.AnyTagClassName
{
color: #BA4569;
}
</style>
background-color css
<style>
a { background-color: #BA4569; }
a { background-color: rgb(186,69,105); }
div.DivClassName
{
background-color: #BA4569;
}
.BgClassName
{
background-color: #BA4569;
}
</style>
border-color css
<style>
span { border-color: #BA4569; }
span { border-color: rgb(186,69,105); }
td.TdClassName
{
border-color: #BA4569;
}
.TagClassName
{
border-color: #BA4569;
}
</style>