Shades of Royal Heath #BA446B
Tints of Royal Heath #BA446B
RGB
CMYK
RGB Variations
Color information
#BA446B (or 0xBA446B) is known color: Royal Heath. HEX triplet: BA, 44 and 6B. RGB value is (186,68,107). Sum of RGB (Red+Green+Blue) = 186+68+107=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446B is #45BB94. Grayscale: #6B6B6B. Windows color (decimal): -4570005 or 7029946. OLE color: 7029946.
HSL color Cylindrical-coordinate representation of color #BA446B: hue angle of 340.17º 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 #BA446B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 107 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.27 |
| HSL | 340.17º | 0.46% | 0.5% | - |
| HSV(B) | 340.17º | 0.63% | 0.73% | - |
| XYZ | 24.97 | 15.63 | 15.61 | - |
| YUV | 107.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 107 | 0 | 0.63 | 0.42 | 0.27 | 340.17 | 0.46 | 0.5 |
| Hex | BA | 44 | 6B | 0 | 3F | 2A | 1B | 154 | 2E | 32 |
| Octal | 272 | 104 | 153 | 0 | 77 | 52 | 33 | 524 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1101011 | 0 | 111111 | 101010 | 11011 | 101010100 | 101110 | 110010 |
Color Harmonies of #BA446B
Complementary color
Monochromatic Colors of #BA446B
Black with #BA446B
Text Example
Text Example
White with #BA446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA446B; }
p { color: rgb(186,68,107); }
H1.HeaderClassName
{
color: #BA446B;
}
.AnyTagClassName
{
color: #BA446B;
}
</style>
background-color css
<style>
a { background-color: #BA446B; }
a { background-color: rgb(186,68,107); }
div.DivClassName
{
background-color: #BA446B;
}
.BgClassName
{
background-color: #BA446B;
}
</style>
border-color css
<style>
span { border-color: #BA446B; }
span { border-color: rgb(186,68,107); }
td.TdClassName
{
border-color: #BA446B;
}
.TagClassName
{
border-color: #BA446B;
}
</style>