Shades of Royal Heath #BA5B7A
Tints of Royal Heath #BA5B7A
RGB
CMYK
RGB Variations
Color information
#BA5B7A (or 0xBA5B7A) is known color: Royal Heath. HEX triplet: BA, 5B and 7A. RGB value is (186,91,122). Sum of RGB (Red+Green+Blue) = 186+91+122=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B7A is #45A485. Grayscale: #7A7A7A. Windows color (decimal): -4564102 or 8018874. OLE color: 8018874.
HSL color Cylindrical-coordinate representation of color #BA5B7A: hue angle of 340.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B7A is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 122 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.27 |
| HSL | 340.42º | 0.41% | 0.54% | - |
| HSV(B) | 340.42º | 0.51% | 0.73% | - |
| XYZ | 27.5 | 19.33 | 20.69 | - |
| YUV | 122.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 122 | 0 | 0.51 | 0.34 | 0.27 | 340.42 | 0.41 | 0.54 |
| Hex | BA | 5B | 7A | 0 | 33 | 22 | 1B | 154 | 29 | 36 |
| Octal | 272 | 133 | 172 | 0 | 63 | 42 | 33 | 524 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1111010 | 0 | 110011 | 100010 | 11011 | 101010100 | 101001 | 110110 |
Color Harmonies of #BA5B7A
Complementary color
Monochromatic Colors of #BA5B7A
Black with #BA5B7A
Text Example
Text Example
White with #BA5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B7A; }
p { color: rgb(186,91,122); }
H1.HeaderClassName
{
color: #BA5B7A;
}
.AnyTagClassName
{
color: #BA5B7A;
}
</style>
background-color css
<style>
a { background-color: #BA5B7A; }
a { background-color: rgb(186,91,122); }
div.DivClassName
{
background-color: #BA5B7A;
}
.BgClassName
{
background-color: #BA5B7A;
}
</style>
border-color css
<style>
span { border-color: #BA5B7A; }
span { border-color: rgb(186,91,122); }
td.TdClassName
{
border-color: #BA5B7A;
}
.TagClassName
{
border-color: #BA5B7A;
}
</style>