Shades of Royal Heath #BA5281
Tints of Royal Heath #BA5281
RGB
CMYK
RGB Variations
Color information
#BA5281 (or 0xBA5281) is known color: Royal Heath. HEX triplet: BA, 52 and 81. RGB value is (186,82,129). Sum of RGB (Red+Green+Blue) = 186+82+129=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5281 is #45AD7E. Grayscale: #767676. Windows color (decimal): -4566399 or 8475322. OLE color: 8475322.
HSL color Cylindrical-coordinate representation of color #BA5281: hue angle of 332.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5281 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 129 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.27 |
| HSL | 332.88º | 0.43% | 0.53% | - |
| HSV(B) | 332.88º | 0.56% | 0.73% | - |
| XYZ | 27.23 | 18.06 | 22.82 | - |
| YUV | 118.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 129 | 0 | 0.56 | 0.31 | 0.27 | 332.88 | 0.43 | 0.53 |
| Hex | BA | 52 | 81 | 0 | 38 | 1F | 1B | 14D | 2B | 35 |
| Octal | 272 | 122 | 201 | 0 | 70 | 37 | 33 | 515 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10000001 | 0 | 111000 | 11111 | 11011 | 101001101 | 101011 | 110101 |
Color Harmonies of #BA5281
Complementary color
Monochromatic Colors of #BA5281
Black with #BA5281
Text Example
Text Example
White with #BA5281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5281; }
p { color: rgb(186,82,129); }
H1.HeaderClassName
{
color: #BA5281;
}
.AnyTagClassName
{
color: #BA5281;
}
</style>
background-color css
<style>
a { background-color: #BA5281; }
a { background-color: rgb(186,82,129); }
div.DivClassName
{
background-color: #BA5281;
}
.BgClassName
{
background-color: #BA5281;
}
</style>
border-color css
<style>
span { border-color: #BA5281; }
span { border-color: rgb(186,82,129); }
td.TdClassName
{
border-color: #BA5281;
}
.TagClassName
{
border-color: #BA5281;
}
</style>