Shades of Royal Heath #BA4874
Tints of Royal Heath #BA4874
RGB
CMYK
RGB Variations
Color information
#BA4874 (or 0xBA4874) is known color: Royal Heath. HEX triplet: BA, 48 and 74. RGB value is (186,72,116). Sum of RGB (Red+Green+Blue) = 186+72+116=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4874 is #45B78B. Grayscale: #6F6F6F. Windows color (decimal): -4568972 or 7620794. OLE color: 7620794.
HSL color Cylindrical-coordinate representation of color #BA4874: hue angle of 336.84º 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 #BA4874 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 116 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.27 |
| HSL | 336.84º | 0.45% | 0.51% | - |
| HSV(B) | 336.84º | 0.61% | 0.73% | - |
| XYZ | 25.72 | 16.33 | 18.32 | - |
| YUV | 111.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 116 | 0 | 0.61 | 0.38 | 0.27 | 336.84 | 0.45 | 0.51 |
| Hex | BA | 48 | 74 | 0 | 3D | 26 | 1B | 151 | 2D | 33 |
| Octal | 272 | 110 | 164 | 0 | 75 | 46 | 33 | 521 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1110100 | 0 | 111101 | 100110 | 11011 | 101010001 | 101101 | 110011 |
Color Harmonies of #BA4874
Complementary color
Monochromatic Colors of #BA4874
Black with #BA4874
Text Example
Text Example
White with #BA4874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4874; }
p { color: rgb(186,72,116); }
H1.HeaderClassName
{
color: #BA4874;
}
.AnyTagClassName
{
color: #BA4874;
}
</style>
background-color css
<style>
a { background-color: #BA4874; }
a { background-color: rgb(186,72,116); }
div.DivClassName
{
background-color: #BA4874;
}
.BgClassName
{
background-color: #BA4874;
}
</style>
border-color css
<style>
span { border-color: #BA4874; }
span { border-color: rgb(186,72,116); }
td.TdClassName
{
border-color: #BA4874;
}
.TagClassName
{
border-color: #BA4874;
}
</style>