Shades of Royal Heath #BA4475
Tints of Royal Heath #BA4475
RGB
CMYK
RGB Variations
Color information
#BA4475 (or 0xBA4475) is known color: Royal Heath. HEX triplet: BA, 44 and 75. RGB value is (186,68,117). Sum of RGB (Red+Green+Blue) = 186+68+117=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4475 is #45BB8A. Grayscale: #6C6C6C. Windows color (decimal): -4569995 or 7685306. OLE color: 7685306.
HSL color Cylindrical-coordinate representation of color #BA4475: hue angle of 335.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4475 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 117 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.27 |
| HSL | 335.08º | 0.46% | 0.5% | - |
| HSV(B) | 335.08º | 0.63% | 0.73% | - |
| XYZ | 25.53 | 15.86 | 18.55 | - |
| YUV | 108.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 117 | 0 | 0.63 | 0.37 | 0.27 | 335.08 | 0.46 | 0.5 |
| Hex | BA | 44 | 75 | 0 | 3F | 25 | 1B | 14F | 2E | 32 |
| Octal | 272 | 104 | 165 | 0 | 77 | 45 | 33 | 517 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1110101 | 0 | 111111 | 100101 | 11011 | 101001111 | 101110 | 110010 |
Color Harmonies of #BA4475
Complementary color
Monochromatic Colors of #BA4475
Black with #BA4475
Text Example
Text Example
White with #BA4475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4475; }
p { color: rgb(186,68,117); }
H1.HeaderClassName
{
color: #BA4475;
}
.AnyTagClassName
{
color: #BA4475;
}
</style>
background-color css
<style>
a { background-color: #BA4475; }
a { background-color: rgb(186,68,117); }
div.DivClassName
{
background-color: #BA4475;
}
.BgClassName
{
background-color: #BA4475;
}
</style>
border-color css
<style>
span { border-color: #BA4475; }
span { border-color: rgb(186,68,117); }
td.TdClassName
{
border-color: #BA4475;
}
.TagClassName
{
border-color: #BA4475;
}
</style>