Shades of Royal Heath #BA476B
Tints of Royal Heath #BA476B
RGB
CMYK
RGB Variations
Color information
#BA476B (or 0xBA476B) is known color: Royal Heath. HEX triplet: BA, 47 and 6B. RGB value is (186,71,107). Sum of RGB (Red+Green+Blue) = 186+71+107=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476B is #45B894. Grayscale: #6D6D6D. Windows color (decimal): -4569237 or 7030714. OLE color: 7030714.
HSL color Cylindrical-coordinate representation of color #BA476B: hue angle of 341.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA476B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 107 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.27 |
| HSL | 341.22º | 0.45% | 0.5% | - |
| HSV(B) | 341.22º | 0.62% | 0.73% | - |
| XYZ | 25.16 | 16.01 | 15.67 | - |
| YUV | 109.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 107 | 0 | 0.62 | 0.42 | 0.27 | 341.22 | 0.45 | 0.5 |
| Hex | BA | 47 | 6B | 0 | 3E | 2A | 1B | 155 | 2D | 32 |
| Octal | 272 | 107 | 153 | 0 | 76 | 52 | 33 | 525 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1101011 | 0 | 111110 | 101010 | 11011 | 101010101 | 101101 | 110010 |
Color Harmonies of #BA476B
Complementary color
Monochromatic Colors of #BA476B
Black with #BA476B
Text Example
Text Example
White with #BA476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA476B; }
p { color: rgb(186,71,107); }
H1.HeaderClassName
{
color: #BA476B;
}
.AnyTagClassName
{
color: #BA476B;
}
</style>
background-color css
<style>
a { background-color: #BA476B; }
a { background-color: rgb(186,71,107); }
div.DivClassName
{
background-color: #BA476B;
}
.BgClassName
{
background-color: #BA476B;
}
</style>
border-color css
<style>
span { border-color: #BA476B; }
span { border-color: rgb(186,71,107); }
td.TdClassName
{
border-color: #BA476B;
}
.TagClassName
{
border-color: #BA476B;
}
</style>