Shades of Royal Heath #BA3B76
Tints of Royal Heath #BA3B76
RGB
CMYK
RGB Variations
Color information
#BA3B76 (or 0xBA3B76) is known color: Royal Heath. HEX triplet: BA, 3B and 76. RGB value is (186,59,118). Sum of RGB (Red+Green+Blue) = 186+59+118=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B76 is #45C489. Grayscale: #676767. Windows color (decimal): -4572298 or 7748538. OLE color: 7748538.
HSL color Cylindrical-coordinate representation of color #BA3B76: hue angle of 332.13º degrees, saturation: 0.52, 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 #BA3B76 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 118 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.27 |
| HSL | 332.13º | 0.52% | 0.48% | - |
| HSV(B) | 332.13º | 0.68% | 0.73% | - |
| XYZ | 25.08 | 14.88 | 18.69 | - |
| YUV | 103.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 118 | 0 | 0.68 | 0.37 | 0.27 | 332.13 | 0.52 | 0.48 |
| Hex | BA | 3B | 76 | 0 | 44 | 25 | 1B | 14C | 34 | 30 |
| Octal | 272 | 73 | 166 | 0 | 104 | 45 | 33 | 514 | 64 | 60 |
| Binary | 10111010 | 111011 | 1110110 | 0 | 1000100 | 100101 | 11011 | 101001100 | 110100 | 110000 |
Color Harmonies of #BA3B76
Complementary color
Monochromatic Colors of #BA3B76
Black with #BA3B76
Text Example
Text Example
White with #BA3B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B76; }
p { color: rgb(186,59,118); }
H1.HeaderClassName
{
color: #BA3B76;
}
.AnyTagClassName
{
color: #BA3B76;
}
</style>
background-color css
<style>
a { background-color: #BA3B76; }
a { background-color: rgb(186,59,118); }
div.DivClassName
{
background-color: #BA3B76;
}
.BgClassName
{
background-color: #BA3B76;
}
</style>
border-color css
<style>
span { border-color: #BA3B76; }
span { border-color: rgb(186,59,118); }
td.TdClassName
{
border-color: #BA3B76;
}
.TagClassName
{
border-color: #BA3B76;
}
</style>