Shades of Royal Heath #BA4D71
Tints of Royal Heath #BA4D71
RGB
CMYK
RGB Variations
Color information
#BA4D71 (or 0xBA4D71) is known color: Royal Heath. HEX triplet: BA, 4D and 71. RGB value is (186,77,113). Sum of RGB (Red+Green+Blue) = 186+77+113=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D71 is #45B28E. Grayscale: #717171. Windows color (decimal): -4567695 or 7425466. OLE color: 7425466.
HSL color Cylindrical-coordinate representation of color #BA4D71: hue angle of 340.18º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D71 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 113 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.27 |
| HSL | 340.18º | 0.44% | 0.52% | - |
| HSV(B) | 340.18º | 0.59% | 0.73% | - |
| XYZ | 25.88 | 16.94 | 17.53 | - |
| YUV | 113.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 113 | 0 | 0.59 | 0.39 | 0.27 | 340.18 | 0.44 | 0.52 |
| Hex | BA | 4D | 71 | 0 | 3B | 27 | 1B | 154 | 2C | 34 |
| Octal | 272 | 115 | 161 | 0 | 73 | 47 | 33 | 524 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1110001 | 0 | 111011 | 100111 | 11011 | 101010100 | 101100 | 110100 |
Color Harmonies of #BA4D71
Complementary color
Monochromatic Colors of #BA4D71
Black with #BA4D71
Text Example
Text Example
White with #BA4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D71; }
p { color: rgb(186,77,113); }
H1.HeaderClassName
{
color: #BA4D71;
}
.AnyTagClassName
{
color: #BA4D71;
}
</style>
background-color css
<style>
a { background-color: #BA4D71; }
a { background-color: rgb(186,77,113); }
div.DivClassName
{
background-color: #BA4D71;
}
.BgClassName
{
background-color: #BA4D71;
}
</style>
border-color css
<style>
span { border-color: #BA4D71; }
span { border-color: rgb(186,77,113); }
td.TdClassName
{
border-color: #BA4D71;
}
.TagClassName
{
border-color: #BA4D71;
}
</style>