Shades of Royal Heath #BA4673
Tints of Royal Heath #BA4673
RGB
CMYK
RGB Variations
Color information
#BA4673 (or 0xBA4673) is known color: Royal Heath. HEX triplet: BA, 46 and 73. RGB value is (186,70,115). Sum of RGB (Red+Green+Blue) = 186+70+115=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4673 is #45B98C. Grayscale: #6D6D6D. Windows color (decimal): -4569485 or 7554746. OLE color: 7554746.
HSL color Cylindrical-coordinate representation of color #BA4673: hue angle of 336.72º degrees, saturation: 0.46, 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 #BA4673 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 115 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.27 |
| HSL | 336.72º | 0.46% | 0.5% | - |
| HSV(B) | 336.72º | 0.62% | 0.73% | - |
| XYZ | 25.53 | 16.06 | 17.97 | - |
| YUV | 109.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 115 | 0 | 0.62 | 0.38 | 0.27 | 336.72 | 0.46 | 0.5 |
| Hex | BA | 46 | 73 | 0 | 3E | 26 | 1B | 151 | 2E | 32 |
| Octal | 272 | 106 | 163 | 0 | 76 | 46 | 33 | 521 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1110011 | 0 | 111110 | 100110 | 11011 | 101010001 | 101110 | 110010 |
Color Harmonies of #BA4673
Complementary color
Monochromatic Colors of #BA4673
Black with #BA4673
Text Example
Text Example
White with #BA4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4673; }
p { color: rgb(186,70,115); }
H1.HeaderClassName
{
color: #BA4673;
}
.AnyTagClassName
{
color: #BA4673;
}
</style>
background-color css
<style>
a { background-color: #BA4673; }
a { background-color: rgb(186,70,115); }
div.DivClassName
{
background-color: #BA4673;
}
.BgClassName
{
background-color: #BA4673;
}
</style>
border-color css
<style>
span { border-color: #BA4673; }
span { border-color: rgb(186,70,115); }
td.TdClassName
{
border-color: #BA4673;
}
.TagClassName
{
border-color: #BA4673;
}
</style>