Shades of Royal Heath #BA3872
Tints of Royal Heath #BA3872
RGB
CMYK
RGB Variations
Color information
#BA3872 (or 0xBA3872) is known color: Royal Heath. HEX triplet: BA, 38 and 72. RGB value is (186,56,114). Sum of RGB (Red+Green+Blue) = 186+56+114=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3872 is #45C78D. Grayscale: #656565. Windows color (decimal): -4573070 or 7485626. OLE color: 7485626.
HSL color Cylindrical-coordinate representation of color #BA3872: hue angle of 333.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3872 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 114 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.27 |
| HSL | 333.23º | 0.54% | 0.47% | - |
| HSV(B) | 333.23º | 0.7% | 0.73% | - |
| XYZ | 24.7 | 14.48 | 17.41 | - |
| YUV | 101.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 114 | 0 | 0.70 | 0.39 | 0.27 | 333.23 | 0.54 | 0.47 |
| Hex | BA | 38 | 72 | 0 | 46 | 27 | 1B | 14D | 36 | 2F |
| Octal | 272 | 70 | 162 | 0 | 106 | 47 | 33 | 515 | 66 | 57 |
| Binary | 10111010 | 111000 | 1110010 | 0 | 1000110 | 100111 | 11011 | 101001101 | 110110 | 101111 |
Color Harmonies of #BA3872
Complementary color
Monochromatic Colors of #BA3872
Black with #BA3872
Text Example
Text Example
White with #BA3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3872; }
p { color: rgb(186,56,114); }
H1.HeaderClassName
{
color: #BA3872;
}
.AnyTagClassName
{
color: #BA3872;
}
</style>
background-color css
<style>
a { background-color: #BA3872; }
a { background-color: rgb(186,56,114); }
div.DivClassName
{
background-color: #BA3872;
}
.BgClassName
{
background-color: #BA3872;
}
</style>
border-color css
<style>
span { border-color: #BA3872; }
span { border-color: rgb(186,56,114); }
td.TdClassName
{
border-color: #BA3872;
}
.TagClassName
{
border-color: #BA3872;
}
</style>