Shades of Royal Heath #BA3A6C
Tints of Royal Heath #BA3A6C
RGB
CMYK
RGB Variations
Color information
#BA3A6C (or 0xBA3A6C) is known color: Royal Heath. HEX triplet: BA, 3A and 6C. RGB value is (186,58,108). Sum of RGB (Red+Green+Blue) = 186+58+108=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A6C is #45C593. Grayscale: #656565. Windows color (decimal): -4572564 or 7092922. OLE color: 7092922.
HSL color Cylindrical-coordinate representation of color #BA3A6C: hue angle of 336.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A6C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 108 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.27 |
| HSL | 336.56º | 0.52% | 0.48% | - |
| HSV(B) | 336.56º | 0.69% | 0.73% | - |
| XYZ | 24.47 | 14.55 | 15.71 | - |
| YUV | 101.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 108 | 0 | 0.69 | 0.42 | 0.27 | 336.56 | 0.52 | 0.48 |
| Hex | BA | 3A | 6C | 0 | 45 | 2A | 1B | 151 | 34 | 30 |
| Octal | 272 | 72 | 154 | 0 | 105 | 52 | 33 | 521 | 64 | 60 |
| Binary | 10111010 | 111010 | 1101100 | 0 | 1000101 | 101010 | 11011 | 101010001 | 110100 | 110000 |
Color Harmonies of #BA3A6C
Complementary color
Monochromatic Colors of #BA3A6C
Black with #BA3A6C
Text Example
Text Example
White with #BA3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A6C; }
p { color: rgb(186,58,108); }
H1.HeaderClassName
{
color: #BA3A6C;
}
.AnyTagClassName
{
color: #BA3A6C;
}
</style>
background-color css
<style>
a { background-color: #BA3A6C; }
a { background-color: rgb(186,58,108); }
div.DivClassName
{
background-color: #BA3A6C;
}
.BgClassName
{
background-color: #BA3A6C;
}
</style>
border-color css
<style>
span { border-color: #BA3A6C; }
span { border-color: rgb(186,58,108); }
td.TdClassName
{
border-color: #BA3A6C;
}
.TagClassName
{
border-color: #BA3A6C;
}
</style>