Shades of Royal Heath #BA406B
Tints of Royal Heath #BA406B
RGB
CMYK
RGB Variations
Color information
#BA406B (or 0xBA406B) is known color: Royal Heath. HEX triplet: BA, 40 and 6B. RGB value is (186,64,107). Sum of RGB (Red+Green+Blue) = 186+64+107=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA406B is #45BF94. Grayscale: #696969. Windows color (decimal): -4571029 or 7028922. OLE color: 7028922.
HSL color Cylindrical-coordinate representation of color #BA406B: hue angle of 338.85º 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 #BA406B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 107 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.27 |
| HSL | 338.85º | 0.49% | 0.49% | - |
| HSV(B) | 338.85º | 0.66% | 0.73% | - |
| XYZ | 24.74 | 15.17 | 15.53 | - |
| YUV | 105.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 107 | 0 | 0.66 | 0.42 | 0.27 | 338.85 | 0.49 | 0.49 |
| Hex | BA | 40 | 6B | 0 | 42 | 2A | 1B | 153 | 31 | 31 |
| Octal | 272 | 100 | 153 | 0 | 102 | 52 | 33 | 523 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1101011 | 0 | 1000010 | 101010 | 11011 | 101010011 | 110001 | 110001 |
Color Harmonies of #BA406B
Complementary color
Monochromatic Colors of #BA406B
Black with #BA406B
Text Example
Text Example
White with #BA406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA406B; }
p { color: rgb(186,64,107); }
H1.HeaderClassName
{
color: #BA406B;
}
.AnyTagClassName
{
color: #BA406B;
}
</style>
background-color css
<style>
a { background-color: #BA406B; }
a { background-color: rgb(186,64,107); }
div.DivClassName
{
background-color: #BA406B;
}
.BgClassName
{
background-color: #BA406B;
}
</style>
border-color css
<style>
span { border-color: #BA406B; }
span { border-color: rgb(186,64,107); }
td.TdClassName
{
border-color: #BA406B;
}
.TagClassName
{
border-color: #BA406B;
}
</style>