Shades of Royal Heath #BA4B73
Tints of Royal Heath #BA4B73
RGB
CMYK
RGB Variations
Color information
#BA4B73 (or 0xBA4B73) is known color: Royal Heath. HEX triplet: BA, 4B and 73. RGB value is (186,75,115). Sum of RGB (Red+Green+Blue) = 186+75+115=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B73 is #45B48C. Grayscale: #707070. Windows color (decimal): -4568205 or 7556026. OLE color: 7556026.
HSL color Cylindrical-coordinate representation of color #BA4B73: hue angle of 338.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B73 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 115 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.27 |
| HSL | 338.38º | 0.45% | 0.51% | - |
| HSV(B) | 338.38º | 0.6% | 0.73% | - |
| XYZ | 25.86 | 16.71 | 18.08 | - |
| YUV | 112.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 115 | 0 | 0.60 | 0.38 | 0.27 | 338.38 | 0.45 | 0.51 |
| Hex | BA | 4B | 73 | 0 | 3C | 26 | 1B | 152 | 2D | 33 |
| Octal | 272 | 113 | 163 | 0 | 74 | 46 | 33 | 522 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1110011 | 0 | 111100 | 100110 | 11011 | 101010010 | 101101 | 110011 |
Color Harmonies of #BA4B73
Complementary color
Monochromatic Colors of #BA4B73
Black with #BA4B73
Text Example
Text Example
White with #BA4B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B73; }
p { color: rgb(186,75,115); }
H1.HeaderClassName
{
color: #BA4B73;
}
.AnyTagClassName
{
color: #BA4B73;
}
</style>
background-color css
<style>
a { background-color: #BA4B73; }
a { background-color: rgb(186,75,115); }
div.DivClassName
{
background-color: #BA4B73;
}
.BgClassName
{
background-color: #BA4B73;
}
</style>
border-color css
<style>
span { border-color: #BA4B73; }
span { border-color: rgb(186,75,115); }
td.TdClassName
{
border-color: #BA4B73;
}
.TagClassName
{
border-color: #BA4B73;
}
</style>