Shades of Royal Heath #BA3D71
Tints of Royal Heath #BA3D71
RGB
CMYK
RGB Variations
Color information
#BA3D71 (or 0xBA3D71) is known color: Royal Heath. HEX triplet: BA, 3D and 71. RGB value is (186,61,113). Sum of RGB (Red+Green+Blue) = 186+61+113=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D71 is #45C28E. Grayscale: #686868. Windows color (decimal): -4571791 or 7421370. OLE color: 7421370.
HSL color Cylindrical-coordinate representation of color #BA3D71: hue angle of 335.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D71 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 113 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.27 |
| HSL | 335.04º | 0.51% | 0.48% | - |
| HSV(B) | 335.04º | 0.67% | 0.73% | - |
| XYZ | 24.9 | 14.97 | 17.2 | - |
| YUV | 104.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 113 | 0 | 0.67 | 0.39 | 0.27 | 335.04 | 0.51 | 0.48 |
| Hex | BA | 3D | 71 | 0 | 43 | 27 | 1B | 14F | 33 | 30 |
| Octal | 272 | 75 | 161 | 0 | 103 | 47 | 33 | 517 | 63 | 60 |
| Binary | 10111010 | 111101 | 1110001 | 0 | 1000011 | 100111 | 11011 | 101001111 | 110011 | 110000 |
Color Harmonies of #BA3D71
Complementary color
Monochromatic Colors of #BA3D71
Black with #BA3D71
Text Example
Text Example
White with #BA3D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D71; }
p { color: rgb(186,61,113); }
H1.HeaderClassName
{
color: #BA3D71;
}
.AnyTagClassName
{
color: #BA3D71;
}
</style>
background-color css
<style>
a { background-color: #BA3D71; }
a { background-color: rgb(186,61,113); }
div.DivClassName
{
background-color: #BA3D71;
}
.BgClassName
{
background-color: #BA3D71;
}
</style>
border-color css
<style>
span { border-color: #BA3D71; }
span { border-color: rgb(186,61,113); }
td.TdClassName
{
border-color: #BA3D71;
}
.TagClassName
{
border-color: #BA3D71;
}
</style>