Shades of Royal Heath #BA3D6E
Tints of Royal Heath #BA3D6E
RGB
CMYK
RGB Variations
Color information
#BA3D6E (or 0xBA3D6E) is known color: Royal Heath. HEX triplet: BA, 3D and 6E. RGB value is (186,61,110). Sum of RGB (Red+Green+Blue) = 186+61+110=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D6E is #45C291. Grayscale: #676767. Windows color (decimal): -4571794 or 7224762. OLE color: 7224762.
HSL color Cylindrical-coordinate representation of color #BA3D6E: hue angle of 336.48º 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 #BA3D6E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 110 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.27 |
| HSL | 336.48º | 0.51% | 0.48% | - |
| HSV(B) | 336.48º | 0.67% | 0.73% | - |
| XYZ | 24.73 | 14.9 | 16.32 | - |
| YUV | 103.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 110 | 0 | 0.67 | 0.41 | 0.27 | 336.48 | 0.51 | 0.48 |
| Hex | BA | 3D | 6E | 0 | 43 | 29 | 1B | 150 | 33 | 30 |
| Octal | 272 | 75 | 156 | 0 | 103 | 51 | 33 | 520 | 63 | 60 |
| Binary | 10111010 | 111101 | 1101110 | 0 | 1000011 | 101001 | 11011 | 101010000 | 110011 | 110000 |
Color Harmonies of #BA3D6E
Complementary color
Monochromatic Colors of #BA3D6E
Black with #BA3D6E
Text Example
Text Example
White with #BA3D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D6E; }
p { color: rgb(186,61,110); }
H1.HeaderClassName
{
color: #BA3D6E;
}
.AnyTagClassName
{
color: #BA3D6E;
}
</style>
background-color css
<style>
a { background-color: #BA3D6E; }
a { background-color: rgb(186,61,110); }
div.DivClassName
{
background-color: #BA3D6E;
}
.BgClassName
{
background-color: #BA3D6E;
}
</style>
border-color css
<style>
span { border-color: #BA3D6E; }
span { border-color: rgb(186,61,110); }
td.TdClassName
{
border-color: #BA3D6E;
}
.TagClassName
{
border-color: #BA3D6E;
}
</style>