Shades of Royal Heath #BA5372
Tints of Royal Heath #BA5372
RGB
CMYK
RGB Variations
Color information
#BA5372 (or 0xBA5372) is known color: Royal Heath. HEX triplet: BA, 53 and 72. RGB value is (186,83,114). Sum of RGB (Red+Green+Blue) = 186+83+114=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5372 is #45AC8D. Grayscale: #757575. Windows color (decimal): -4566158 or 7492538. OLE color: 7492538.
HSL color Cylindrical-coordinate representation of color #BA5372: hue angle of 341.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5372 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 114 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.27 |
| HSL | 341.94º | 0.43% | 0.53% | - |
| HSV(B) | 341.94º | 0.55% | 0.73% | - |
| XYZ | 26.38 | 17.84 | 17.97 | - |
| YUV | 117.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 114 | 0 | 0.55 | 0.39 | 0.27 | 341.94 | 0.43 | 0.53 |
| Hex | BA | 53 | 72 | 0 | 37 | 27 | 1B | 156 | 2B | 35 |
| Octal | 272 | 123 | 162 | 0 | 67 | 47 | 33 | 526 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1110010 | 0 | 110111 | 100111 | 11011 | 101010110 | 101011 | 110101 |
Color Harmonies of #BA5372
Complementary color
Monochromatic Colors of #BA5372
Black with #BA5372
Text Example
Text Example
White with #BA5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5372; }
p { color: rgb(186,83,114); }
H1.HeaderClassName
{
color: #BA5372;
}
.AnyTagClassName
{
color: #BA5372;
}
</style>
background-color css
<style>
a { background-color: #BA5372; }
a { background-color: rgb(186,83,114); }
div.DivClassName
{
background-color: #BA5372;
}
.BgClassName
{
background-color: #BA5372;
}
</style>
border-color css
<style>
span { border-color: #BA5372; }
span { border-color: rgb(186,83,114); }
td.TdClassName
{
border-color: #BA5372;
}
.TagClassName
{
border-color: #BA5372;
}
</style>