Shades of Royal Heath #BA446D
Tints of Royal Heath #BA446D
RGB
CMYK
RGB Variations
Color information
#BA446D (or 0xBA446D) is known color: Royal Heath. HEX triplet: BA, 44 and 6D. RGB value is (186,68,109). Sum of RGB (Red+Green+Blue) = 186+68+109=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446D is #45BB92. Grayscale: #6B6B6B. Windows color (decimal): -4570003 or 7161018. OLE color: 7161018.
HSL color Cylindrical-coordinate representation of color #BA446D: hue angle of 339.15º 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 #BA446D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 109 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.27 |
| HSL | 339.15º | 0.46% | 0.5% | - |
| HSV(B) | 339.15º | 0.63% | 0.73% | - |
| XYZ | 25.08 | 15.68 | 16.17 | - |
| YUV | 107.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 109 | 0 | 0.63 | 0.41 | 0.27 | 339.15 | 0.46 | 0.5 |
| Hex | BA | 44 | 6D | 0 | 3F | 29 | 1B | 153 | 2E | 32 |
| Octal | 272 | 104 | 155 | 0 | 77 | 51 | 33 | 523 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1101101 | 0 | 111111 | 101001 | 11011 | 101010011 | 101110 | 110010 |
Color Harmonies of #BA446D
Complementary color
Monochromatic Colors of #BA446D
Black with #BA446D
Text Example
Text Example
White with #BA446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA446D; }
p { color: rgb(186,68,109); }
H1.HeaderClassName
{
color: #BA446D;
}
.AnyTagClassName
{
color: #BA446D;
}
</style>
background-color css
<style>
a { background-color: #BA446D; }
a { background-color: rgb(186,68,109); }
div.DivClassName
{
background-color: #BA446D;
}
.BgClassName
{
background-color: #BA446D;
}
</style>
border-color css
<style>
span { border-color: #BA446D; }
span { border-color: rgb(186,68,109); }
td.TdClassName
{
border-color: #BA446D;
}
.TagClassName
{
border-color: #BA446D;
}
</style>