Shades of Royal Heath #BA5B76
Tints of Royal Heath #BA5B76
RGB
CMYK
RGB Variations
Color information
#BA5B76 (or 0xBA5B76) is known color: Royal Heath. HEX triplet: BA, 5B and 76. RGB value is (186,91,118). Sum of RGB (Red+Green+Blue) = 186+91+118=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B76 is #45A489. Grayscale: #7A7A7A. Windows color (decimal): -4564106 or 7756730. OLE color: 7756730.
HSL color Cylindrical-coordinate representation of color #BA5B76: hue angle of 342.95º 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 #BA5B76 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 118 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.27 |
| HSL | 342.95º | 0.41% | 0.54% | - |
| HSV(B) | 342.95º | 0.51% | 0.73% | - |
| XYZ | 27.26 | 19.23 | 19.41 | - |
| YUV | 122.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 118 | 0 | 0.51 | 0.37 | 0.27 | 342.95 | 0.41 | 0.54 |
| Hex | BA | 5B | 76 | 0 | 33 | 25 | 1B | 157 | 29 | 36 |
| Octal | 272 | 133 | 166 | 0 | 63 | 45 | 33 | 527 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1110110 | 0 | 110011 | 100101 | 11011 | 101010111 | 101001 | 110110 |
Color Harmonies of #BA5B76
Complementary color
Monochromatic Colors of #BA5B76
Black with #BA5B76
Text Example
Text Example
White with #BA5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B76; }
p { color: rgb(186,91,118); }
H1.HeaderClassName
{
color: #BA5B76;
}
.AnyTagClassName
{
color: #BA5B76;
}
</style>
background-color css
<style>
a { background-color: #BA5B76; }
a { background-color: rgb(186,91,118); }
div.DivClassName
{
background-color: #BA5B76;
}
.BgClassName
{
background-color: #BA5B76;
}
</style>
border-color css
<style>
span { border-color: #BA5B76; }
span { border-color: rgb(186,91,118); }
td.TdClassName
{
border-color: #BA5B76;
}
.TagClassName
{
border-color: #BA5B76;
}
</style>