Shades of Royal Heath #BA5B7D
Tints of Royal Heath #BA5B7D
RGB
CMYK
RGB Variations
Color information
#BA5B7D (or 0xBA5B7D) is known color: Royal Heath. HEX triplet: BA, 5B and 7D. RGB value is (186,91,125). Sum of RGB (Red+Green+Blue) = 186+91+125=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B7D is #45A482. Grayscale: #7B7B7B. Windows color (decimal): -4564099 or 8215482. OLE color: 8215482.
HSL color Cylindrical-coordinate representation of color #BA5B7D: hue angle of 338.53º 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 #BA5B7D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 125 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.27 |
| HSL | 338.53º | 0.41% | 0.54% | - |
| HSV(B) | 338.53º | 0.51% | 0.73% | - |
| XYZ | 27.69 | 19.4 | 21.69 | - |
| YUV | 123.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 125 | 0 | 0.51 | 0.33 | 0.27 | 338.53 | 0.41 | 0.54 |
| Hex | BA | 5B | 7D | 0 | 33 | 21 | 1B | 153 | 29 | 36 |
| Octal | 272 | 133 | 175 | 0 | 63 | 41 | 33 | 523 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1111101 | 0 | 110011 | 100001 | 11011 | 101010011 | 101001 | 110110 |
Color Harmonies of #BA5B7D
Complementary color
Monochromatic Colors of #BA5B7D
Black with #BA5B7D
Text Example
Text Example
White with #BA5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B7D; }
p { color: rgb(186,91,125); }
H1.HeaderClassName
{
color: #BA5B7D;
}
.AnyTagClassName
{
color: #BA5B7D;
}
</style>
background-color css
<style>
a { background-color: #BA5B7D; }
a { background-color: rgb(186,91,125); }
div.DivClassName
{
background-color: #BA5B7D;
}
.BgClassName
{
background-color: #BA5B7D;
}
</style>
border-color css
<style>
span { border-color: #BA5B7D; }
span { border-color: rgb(186,91,125); }
td.TdClassName
{
border-color: #BA5B7D;
}
.TagClassName
{
border-color: #BA5B7D;
}
</style>