Shades of Royal Heath #BA406D
Tints of Royal Heath #BA406D
RGB
CMYK
RGB Variations
Color information
#BA406D (or 0xBA406D) is known color: Royal Heath. HEX triplet: BA, 40 and 6D. RGB value is (186,64,109). Sum of RGB (Red+Green+Blue) = 186+64+109=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA406D is #45BF92. Grayscale: #696969. Windows color (decimal): -4571027 or 7159994. OLE color: 7159994.
HSL color Cylindrical-coordinate representation of color #BA406D: hue angle of 337.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA406D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 109 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.27 |
| HSL | 337.87º | 0.49% | 0.49% | - |
| HSV(B) | 337.87º | 0.66% | 0.73% | - |
| XYZ | 24.84 | 15.21 | 16.09 | - |
| YUV | 105.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 109 | 0 | 0.66 | 0.41 | 0.27 | 337.87 | 0.49 | 0.49 |
| Hex | BA | 40 | 6D | 0 | 42 | 29 | 1B | 152 | 31 | 31 |
| Octal | 272 | 100 | 155 | 0 | 102 | 51 | 33 | 522 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1101101 | 0 | 1000010 | 101001 | 11011 | 101010010 | 110001 | 110001 |
Color Harmonies of #BA406D
Complementary color
Monochromatic Colors of #BA406D
Black with #BA406D
Text Example
Text Example
White with #BA406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA406D; }
p { color: rgb(186,64,109); }
H1.HeaderClassName
{
color: #BA406D;
}
.AnyTagClassName
{
color: #BA406D;
}
</style>
background-color css
<style>
a { background-color: #BA406D; }
a { background-color: rgb(186,64,109); }
div.DivClassName
{
background-color: #BA406D;
}
.BgClassName
{
background-color: #BA406D;
}
</style>
border-color css
<style>
span { border-color: #BA406D; }
span { border-color: rgb(186,64,109); }
td.TdClassName
{
border-color: #BA406D;
}
.TagClassName
{
border-color: #BA406D;
}
</style>