Shades of Royal Heath #BA3E76
Tints of Royal Heath #BA3E76
RGB
CMYK
RGB Variations
Color information
#BA3E76 (or 0xBA3E76) is known color: Royal Heath. HEX triplet: BA, 3E and 76. RGB value is (186,62,118). Sum of RGB (Red+Green+Blue) = 186+62+118=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E76 is #45C189. Grayscale: #696969. Windows color (decimal): -4571530 or 7749306. OLE color: 7749306.
HSL color Cylindrical-coordinate representation of color #BA3E76: hue angle of 332.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E76 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 118 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.27 |
| HSL | 332.9º | 0.5% | 0.49% | - |
| HSV(B) | 332.9º | 0.67% | 0.73% | - |
| XYZ | 25.24 | 15.19 | 18.74 | - |
| YUV | 105.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 118 | 0 | 0.67 | 0.37 | 0.27 | 332.9 | 0.5 | 0.49 |
| Hex | BA | 3E | 76 | 0 | 43 | 25 | 1B | 14D | 32 | 31 |
| Octal | 272 | 76 | 166 | 0 | 103 | 45 | 33 | 515 | 62 | 61 |
| Binary | 10111010 | 111110 | 1110110 | 0 | 1000011 | 100101 | 11011 | 101001101 | 110010 | 110001 |
Color Harmonies of #BA3E76
Complementary color
Monochromatic Colors of #BA3E76
Black with #BA3E76
Text Example
Text Example
White with #BA3E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E76; }
p { color: rgb(186,62,118); }
H1.HeaderClassName
{
color: #BA3E76;
}
.AnyTagClassName
{
color: #BA3E76;
}
</style>
background-color css
<style>
a { background-color: #BA3E76; }
a { background-color: rgb(186,62,118); }
div.DivClassName
{
background-color: #BA3E76;
}
.BgClassName
{
background-color: #BA3E76;
}
</style>
border-color css
<style>
span { border-color: #BA3E76; }
span { border-color: rgb(186,62,118); }
td.TdClassName
{
border-color: #BA3E76;
}
.TagClassName
{
border-color: #BA3E76;
}
</style>