Shades of Royal Heath #BA5277
Tints of Royal Heath #BA5277
RGB
CMYK
RGB Variations
Color information
#BA5277 (or 0xBA5277) is known color: Royal Heath. HEX triplet: BA, 52 and 77. RGB value is (186,82,119). Sum of RGB (Red+Green+Blue) = 186+82+119=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5277 is #45AD88. Grayscale: #757575. Windows color (decimal): -4566409 or 7819962. OLE color: 7819962.
HSL color Cylindrical-coordinate representation of color #BA5277: hue angle of 338.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5277 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 119 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.27 |
| HSL | 338.65º | 0.43% | 0.53% | - |
| HSV(B) | 338.65º | 0.56% | 0.73% | - |
| XYZ | 26.6 | 17.81 | 19.49 | - |
| YUV | 117.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 119 | 0 | 0.56 | 0.36 | 0.27 | 338.65 | 0.43 | 0.53 |
| Hex | BA | 52 | 77 | 0 | 38 | 24 | 1B | 153 | 2B | 35 |
| Octal | 272 | 122 | 167 | 0 | 70 | 44 | 33 | 523 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1110111 | 0 | 111000 | 100100 | 11011 | 101010011 | 101011 | 110101 |
Color Harmonies of #BA5277
Complementary color
Monochromatic Colors of #BA5277
Black with #BA5277
Text Example
Text Example
White with #BA5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5277; }
p { color: rgb(186,82,119); }
H1.HeaderClassName
{
color: #BA5277;
}
.AnyTagClassName
{
color: #BA5277;
}
</style>
background-color css
<style>
a { background-color: #BA5277; }
a { background-color: rgb(186,82,119); }
div.DivClassName
{
background-color: #BA5277;
}
.BgClassName
{
background-color: #BA5277;
}
</style>
border-color css
<style>
span { border-color: #BA5277; }
span { border-color: rgb(186,82,119); }
td.TdClassName
{
border-color: #BA5277;
}
.TagClassName
{
border-color: #BA5277;
}
</style>