Shades of Royal Heath #BA4972
Tints of Royal Heath #BA4972
RGB
CMYK
RGB Variations
Color information
#BA4972 (or 0xBA4972) is known color: Royal Heath. HEX triplet: BA, 49 and 72. RGB value is (186,73,114). Sum of RGB (Red+Green+Blue) = 186+73+114=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4972 is #45B68D. Grayscale: #6F6F6F. Windows color (decimal): -4568718 or 7489978. OLE color: 7489978.
HSL color Cylindrical-coordinate representation of color #BA4972: hue angle of 338.23º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4972 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 114 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.27 |
| HSL | 338.23º | 0.45% | 0.51% | - |
| HSV(B) | 338.23º | 0.61% | 0.73% | - |
| XYZ | 25.67 | 16.42 | 17.74 | - |
| YUV | 111.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 114 | 0 | 0.61 | 0.39 | 0.27 | 338.23 | 0.45 | 0.51 |
| Hex | BA | 49 | 72 | 0 | 3D | 27 | 1B | 152 | 2D | 33 |
| Octal | 272 | 111 | 162 | 0 | 75 | 47 | 33 | 522 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1110010 | 0 | 111101 | 100111 | 11011 | 101010010 | 101101 | 110011 |
Color Harmonies of #BA4972
Complementary color
Monochromatic Colors of #BA4972
Black with #BA4972
Text Example
Text Example
White with #BA4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4972; }
p { color: rgb(186,73,114); }
H1.HeaderClassName
{
color: #BA4972;
}
.AnyTagClassName
{
color: #BA4972;
}
</style>
background-color css
<style>
a { background-color: #BA4972; }
a { background-color: rgb(186,73,114); }
div.DivClassName
{
background-color: #BA4972;
}
.BgClassName
{
background-color: #BA4972;
}
</style>
border-color css
<style>
span { border-color: #BA4972; }
span { border-color: rgb(186,73,114); }
td.TdClassName
{
border-color: #BA4972;
}
.TagClassName
{
border-color: #BA4972;
}
</style>