Shades of Royal Heath #BA3E77
Tints of Royal Heath #BA3E77
RGB
CMYK
RGB Variations
Color information
#BA3E77 (or 0xBA3E77) is known color: Royal Heath. HEX triplet: BA, 3E and 77. RGB value is (186,62,119). Sum of RGB (Red+Green+Blue) = 186+62+119=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E77 is #45C188. Grayscale: #696969. Windows color (decimal): -4571529 or 7814842. OLE color: 7814842.
HSL color Cylindrical-coordinate representation of color #BA3E77: hue angle of 332.42º 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 #BA3E77 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 119 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.27 |
| HSL | 332.42º | 0.5% | 0.49% | - |
| HSV(B) | 332.42º | 0.67% | 0.73% | - |
| XYZ | 25.3 | 15.22 | 19.06 | - |
| YUV | 105.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 119 | 0 | 0.67 | 0.36 | 0.27 | 332.42 | 0.5 | 0.49 |
| Hex | BA | 3E | 77 | 0 | 43 | 24 | 1B | 14C | 32 | 31 |
| Octal | 272 | 76 | 167 | 0 | 103 | 44 | 33 | 514 | 62 | 61 |
| Binary | 10111010 | 111110 | 1110111 | 0 | 1000011 | 100100 | 11011 | 101001100 | 110010 | 110001 |
Color Harmonies of #BA3E77
Complementary color
Monochromatic Colors of #BA3E77
Black with #BA3E77
Text Example
Text Example
White with #BA3E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E77; }
p { color: rgb(186,62,119); }
H1.HeaderClassName
{
color: #BA3E77;
}
.AnyTagClassName
{
color: #BA3E77;
}
</style>
background-color css
<style>
a { background-color: #BA3E77; }
a { background-color: rgb(186,62,119); }
div.DivClassName
{
background-color: #BA3E77;
}
.BgClassName
{
background-color: #BA3E77;
}
</style>
border-color css
<style>
span { border-color: #BA3E77; }
span { border-color: rgb(186,62,119); }
td.TdClassName
{
border-color: #BA3E77;
}
.TagClassName
{
border-color: #BA3E77;
}
</style>