Shades of Royal Heath #BA4770
Tints of Royal Heath #BA4770
RGB
CMYK
RGB Variations
Color information
#BA4770 (or 0xBA4770) is known color: Royal Heath. HEX triplet: BA, 47 and 70. RGB value is (186,71,112). Sum of RGB (Red+Green+Blue) = 186+71+112=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4770 is #45B88F. Grayscale: #6E6E6E. Windows color (decimal): -4569232 or 7358394. OLE color: 7358394.
HSL color Cylindrical-coordinate representation of color #BA4770: hue angle of 338.61º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4770 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 112 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.27 |
| HSL | 338.61º | 0.45% | 0.5% | - |
| HSV(B) | 338.61º | 0.62% | 0.73% | - |
| XYZ | 25.43 | 16.12 | 17.1 | - |
| YUV | 110.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 112 | 0 | 0.62 | 0.40 | 0.27 | 338.61 | 0.45 | 0.5 |
| Hex | BA | 47 | 70 | 0 | 3E | 28 | 1B | 153 | 2D | 32 |
| Octal | 272 | 107 | 160 | 0 | 76 | 50 | 33 | 523 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1110000 | 0 | 111110 | 101000 | 11011 | 101010011 | 101101 | 110010 |
Color Harmonies of #BA4770
Complementary color
Monochromatic Colors of #BA4770
Black with #BA4770
Text Example
Text Example
White with #BA4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4770; }
p { color: rgb(186,71,112); }
H1.HeaderClassName
{
color: #BA4770;
}
.AnyTagClassName
{
color: #BA4770;
}
</style>
background-color css
<style>
a { background-color: #BA4770; }
a { background-color: rgb(186,71,112); }
div.DivClassName
{
background-color: #BA4770;
}
.BgClassName
{
background-color: #BA4770;
}
</style>
border-color css
<style>
span { border-color: #BA4770; }
span { border-color: rgb(186,71,112); }
td.TdClassName
{
border-color: #BA4770;
}
.TagClassName
{
border-color: #BA4770;
}
</style>