Shades of Royal Heath #BA5C7B
Tints of Royal Heath #BA5C7B
RGB
CMYK
RGB Variations
Color information
#BA5C7B (or 0xBA5C7B) is known color: Royal Heath. HEX triplet: BA, 5C and 7B. RGB value is (186,92,123). Sum of RGB (Red+Green+Blue) = 186+92+123=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C7B is #45A384. Grayscale: #7B7B7B. Windows color (decimal): -4563845 or 8084666. OLE color: 8084666.
HSL color Cylindrical-coordinate representation of color #BA5C7B: hue angle of 340.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C7B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 123 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.27 |
| HSL | 340.21º | 0.41% | 0.55% | - |
| HSV(B) | 340.21º | 0.51% | 0.73% | - |
| XYZ | 27.65 | 19.52 | 21.05 | - |
| YUV | 123.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 123 | 0 | 0.51 | 0.34 | 0.27 | 340.21 | 0.41 | 0.55 |
| Hex | BA | 5C | 7B | 0 | 33 | 22 | 1B | 154 | 29 | 37 |
| Octal | 272 | 134 | 173 | 0 | 63 | 42 | 33 | 524 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1111011 | 0 | 110011 | 100010 | 11011 | 101010100 | 101001 | 110111 |
Color Harmonies of #BA5C7B
Complementary color
Monochromatic Colors of #BA5C7B
Black with #BA5C7B
Text Example
Text Example
White with #BA5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C7B; }
p { color: rgb(186,92,123); }
H1.HeaderClassName
{
color: #BA5C7B;
}
.AnyTagClassName
{
color: #BA5C7B;
}
</style>
background-color css
<style>
a { background-color: #BA5C7B; }
a { background-color: rgb(186,92,123); }
div.DivClassName
{
background-color: #BA5C7B;
}
.BgClassName
{
background-color: #BA5C7B;
}
</style>
border-color css
<style>
span { border-color: #BA5C7B; }
span { border-color: rgb(186,92,123); }
td.TdClassName
{
border-color: #BA5C7B;
}
.TagClassName
{
border-color: #BA5C7B;
}
</style>