Shades of Royal Heath #BA416B
Tints of Royal Heath #BA416B
RGB
CMYK
RGB Variations
Color information
#BA416B (or 0xBA416B) is known color: Royal Heath. HEX triplet: BA, 41 and 6B. RGB value is (186,65,107). Sum of RGB (Red+Green+Blue) = 186+65+107=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA416B is #45BE94. Grayscale: #696969. Windows color (decimal): -4570773 or 7029178. OLE color: 7029178.
HSL color Cylindrical-coordinate representation of color #BA416B: hue angle of 339.17º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA416B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 107 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.27 |
| HSL | 339.17º | 0.48% | 0.49% | - |
| HSV(B) | 339.17º | 0.65% | 0.73% | - |
| XYZ | 24.79 | 15.28 | 15.55 | - |
| YUV | 105.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 107 | 0 | 0.65 | 0.42 | 0.27 | 339.17 | 0.48 | 0.49 |
| Hex | BA | 41 | 6B | 0 | 41 | 2A | 1B | 153 | 30 | 31 |
| Octal | 272 | 101 | 153 | 0 | 101 | 52 | 33 | 523 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1101011 | 0 | 1000001 | 101010 | 11011 | 101010011 | 110000 | 110001 |
Color Harmonies of #BA416B
Complementary color
Monochromatic Colors of #BA416B
Black with #BA416B
Text Example
Text Example
White with #BA416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA416B; }
p { color: rgb(186,65,107); }
H1.HeaderClassName
{
color: #BA416B;
}
.AnyTagClassName
{
color: #BA416B;
}
</style>
background-color css
<style>
a { background-color: #BA416B; }
a { background-color: rgb(186,65,107); }
div.DivClassName
{
background-color: #BA416B;
}
.BgClassName
{
background-color: #BA416B;
}
</style>
border-color css
<style>
span { border-color: #BA416B; }
span { border-color: rgb(186,65,107); }
td.TdClassName
{
border-color: #BA416B;
}
.TagClassName
{
border-color: #BA416B;
}
</style>