Shades of Royal Heath #BA3D6D
Tints of Royal Heath #BA3D6D
RGB
CMYK
RGB Variations
Color information
#BA3D6D (or 0xBA3D6D) is known color: Royal Heath. HEX triplet: BA, 3D and 6D. RGB value is (186,61,109). Sum of RGB (Red+Green+Blue) = 186+61+109=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D6D is #45C292. Grayscale: #676767. Windows color (decimal): -4571795 or 7159226. OLE color: 7159226.
HSL color Cylindrical-coordinate representation of color #BA3D6D: hue angle of 336.96º 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 #BA3D6D is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 109 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.27 |
| HSL | 336.96º | 0.51% | 0.48% | - |
| HSV(B) | 336.96º | 0.67% | 0.73% | - |
| XYZ | 24.68 | 14.88 | 16.04 | - |
| YUV | 103.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 109 | 0 | 0.67 | 0.41 | 0.27 | 336.96 | 0.51 | 0.48 |
| Hex | BA | 3D | 6D | 0 | 43 | 29 | 1B | 151 | 33 | 30 |
| Octal | 272 | 75 | 155 | 0 | 103 | 51 | 33 | 521 | 63 | 60 |
| Binary | 10111010 | 111101 | 1101101 | 0 | 1000011 | 101001 | 11011 | 101010001 | 110011 | 110000 |
Color Harmonies of #BA3D6D
Complementary color
Monochromatic Colors of #BA3D6D
Black with #BA3D6D
Text Example
Text Example
White with #BA3D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D6D; }
p { color: rgb(186,61,109); }
H1.HeaderClassName
{
color: #BA3D6D;
}
.AnyTagClassName
{
color: #BA3D6D;
}
</style>
background-color css
<style>
a { background-color: #BA3D6D; }
a { background-color: rgb(186,61,109); }
div.DivClassName
{
background-color: #BA3D6D;
}
.BgClassName
{
background-color: #BA3D6D;
}
</style>
border-color css
<style>
span { border-color: #BA3D6D; }
span { border-color: rgb(186,61,109); }
td.TdClassName
{
border-color: #BA3D6D;
}
.TagClassName
{
border-color: #BA3D6D;
}
</style>