Shades of Royal Heath #BA3D6A
Tints of Royal Heath #BA3D6A
RGB
CMYK
RGB Variations
Color information
#BA3D6A (or 0xBA3D6A) is known color: Royal Heath. HEX triplet: BA, 3D and 6A. RGB value is (186,61,106). Sum of RGB (Red+Green+Blue) = 186+61+106=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D6A is #45C295. Grayscale: #676767. Windows color (decimal): -4571798 or 6962618. OLE color: 6962618.
HSL color Cylindrical-coordinate representation of color #BA3D6A: hue angle of 338.4º 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 #BA3D6A is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 106 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.27 |
| HSL | 338.4º | 0.51% | 0.48% | - |
| HSV(B) | 338.4º | 0.67% | 0.73% | - |
| XYZ | 24.52 | 14.82 | 15.2 | - |
| YUV | 103.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 106 | 0 | 0.67 | 0.43 | 0.27 | 338.4 | 0.51 | 0.48 |
| Hex | BA | 3D | 6A | 0 | 43 | 2B | 1B | 152 | 33 | 30 |
| Octal | 272 | 75 | 152 | 0 | 103 | 53 | 33 | 522 | 63 | 60 |
| Binary | 10111010 | 111101 | 1101010 | 0 | 1000011 | 101011 | 11011 | 101010010 | 110011 | 110000 |
Color Harmonies of #BA3D6A
Complementary color
Monochromatic Colors of #BA3D6A
Black with #BA3D6A
Text Example
Text Example
White with #BA3D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D6A; }
p { color: rgb(186,61,106); }
H1.HeaderClassName
{
color: #BA3D6A;
}
.AnyTagClassName
{
color: #BA3D6A;
}
</style>
background-color css
<style>
a { background-color: #BA3D6A; }
a { background-color: rgb(186,61,106); }
div.DivClassName
{
background-color: #BA3D6A;
}
.BgClassName
{
background-color: #BA3D6A;
}
</style>
border-color css
<style>
span { border-color: #BA3D6A; }
span { border-color: rgb(186,61,106); }
td.TdClassName
{
border-color: #BA3D6A;
}
.TagClassName
{
border-color: #BA3D6A;
}
</style>