Shades of Royal Heath #BA3C6C
Tints of Royal Heath #BA3C6C
RGB
CMYK
RGB Variations
Color information
#BA3C6C (or 0xBA3C6C) is known color: Royal Heath. HEX triplet: BA, 3C and 6C. RGB value is (186,60,108). Sum of RGB (Red+Green+Blue) = 186+60+108=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C6C is #45C393. Grayscale: #676767. Windows color (decimal): -4572052 or 7093434. OLE color: 7093434.
HSL color Cylindrical-coordinate representation of color #BA3C6C: hue angle of 337.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C6C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 108 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.27 |
| HSL | 337.14º | 0.51% | 0.48% | - |
| HSV(B) | 337.14º | 0.68% | 0.73% | - |
| XYZ | 24.57 | 14.75 | 15.74 | - |
| YUV | 103.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 108 | 0 | 0.68 | 0.42 | 0.27 | 337.14 | 0.51 | 0.48 |
| Hex | BA | 3C | 6C | 0 | 44 | 2A | 1B | 151 | 33 | 30 |
| Octal | 272 | 74 | 154 | 0 | 104 | 52 | 33 | 521 | 63 | 60 |
| Binary | 10111010 | 111100 | 1101100 | 0 | 1000100 | 101010 | 11011 | 101010001 | 110011 | 110000 |
Color Harmonies of #BA3C6C
Complementary color
Monochromatic Colors of #BA3C6C
Black with #BA3C6C
Text Example
Text Example
White with #BA3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C6C; }
p { color: rgb(186,60,108); }
H1.HeaderClassName
{
color: #BA3C6C;
}
.AnyTagClassName
{
color: #BA3C6C;
}
</style>
background-color css
<style>
a { background-color: #BA3C6C; }
a { background-color: rgb(186,60,108); }
div.DivClassName
{
background-color: #BA3C6C;
}
.BgClassName
{
background-color: #BA3C6C;
}
</style>
border-color css
<style>
span { border-color: #BA3C6C; }
span { border-color: rgb(186,60,108); }
td.TdClassName
{
border-color: #BA3C6C;
}
.TagClassName
{
border-color: #BA3C6C;
}
</style>