Shades of Royal Heath #BA4370
Tints of Royal Heath #BA4370
RGB
CMYK
RGB Variations
Color information
#BA4370 (or 0xBA4370) is known color: Royal Heath. HEX triplet: BA, 43 and 70. RGB value is (186,67,112). Sum of RGB (Red+Green+Blue) = 186+67+112=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4370 is #45BC8F. Grayscale: #6B6B6B. Windows color (decimal): -4570256 or 7357370. OLE color: 7357370.
HSL color Cylindrical-coordinate representation of color #BA4370: hue angle of 337.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4370 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 112 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.27 |
| HSL | 337.31º | 0.47% | 0.5% | - |
| HSV(B) | 337.31º | 0.64% | 0.73% | - |
| XYZ | 25.18 | 15.62 | 17.02 | - |
| YUV | 107.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 112 | 0 | 0.64 | 0.40 | 0.27 | 337.31 | 0.47 | 0.5 |
| Hex | BA | 43 | 70 | 0 | 40 | 28 | 1B | 151 | 2F | 32 |
| Octal | 272 | 103 | 160 | 0 | 100 | 50 | 33 | 521 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1110000 | 0 | 1000000 | 101000 | 11011 | 101010001 | 101111 | 110010 |
Color Harmonies of #BA4370
Complementary color
Monochromatic Colors of #BA4370
Black with #BA4370
Text Example
Text Example
White with #BA4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4370; }
p { color: rgb(186,67,112); }
H1.HeaderClassName
{
color: #BA4370;
}
.AnyTagClassName
{
color: #BA4370;
}
</style>
background-color css
<style>
a { background-color: #BA4370; }
a { background-color: rgb(186,67,112); }
div.DivClassName
{
background-color: #BA4370;
}
.BgClassName
{
background-color: #BA4370;
}
</style>
border-color css
<style>
span { border-color: #BA4370; }
span { border-color: rgb(186,67,112); }
td.TdClassName
{
border-color: #BA4370;
}
.TagClassName
{
border-color: #BA4370;
}
</style>