Shades of Royal Heath #BA5381
Tints of Royal Heath #BA5381
RGB
CMYK
RGB Variations
Color information
#BA5381 (or 0xBA5381) is known color: Royal Heath. HEX triplet: BA, 53 and 81. RGB value is (186,83,129). Sum of RGB (Red+Green+Blue) = 186+83+129=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5381 is #45AC7E. Grayscale: #767676. Windows color (decimal): -4566143 or 8475578. OLE color: 8475578.
HSL color Cylindrical-coordinate representation of color #BA5381: hue angle of 333.2º 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 #BA5381 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 129 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.27 |
| HSL | 333.2º | 0.43% | 0.53% | - |
| HSV(B) | 333.2º | 0.55% | 0.73% | - |
| XYZ | 27.31 | 18.21 | 22.84 | - |
| YUV | 119.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 129 | 0 | 0.55 | 0.31 | 0.27 | 333.2 | 0.43 | 0.53 |
| Hex | BA | 53 | 81 | 0 | 37 | 1F | 1B | 14D | 2B | 35 |
| Octal | 272 | 123 | 201 | 0 | 67 | 37 | 33 | 515 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10000001 | 0 | 110111 | 11111 | 11011 | 101001101 | 101011 | 110101 |
Color Harmonies of #BA5381
Complementary color
Monochromatic Colors of #BA5381
Black with #BA5381
Text Example
Text Example
White with #BA5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5381; }
p { color: rgb(186,83,129); }
H1.HeaderClassName
{
color: #BA5381;
}
.AnyTagClassName
{
color: #BA5381;
}
</style>
background-color css
<style>
a { background-color: #BA5381; }
a { background-color: rgb(186,83,129); }
div.DivClassName
{
background-color: #BA5381;
}
.BgClassName
{
background-color: #BA5381;
}
</style>
border-color css
<style>
span { border-color: #BA5381; }
span { border-color: rgb(186,83,129); }
td.TdClassName
{
border-color: #BA5381;
}
.TagClassName
{
border-color: #BA5381;
}
</style>