Shades of Royal Heath #BA4073
Tints of Royal Heath #BA4073
RGB
CMYK
RGB Variations
Color information
#BA4073 (or 0xBA4073) is known color: Royal Heath. HEX triplet: BA, 40 and 73. RGB value is (186,64,115). Sum of RGB (Red+Green+Blue) = 186+64+115=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4073 is #45BF8C. Grayscale: #6A6A6A. Windows color (decimal): -4571021 or 7553210. OLE color: 7553210.
HSL color Cylindrical-coordinate representation of color #BA4073: hue angle of 334.92º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4073 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 115 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.27 |
| HSL | 334.92º | 0.49% | 0.49% | - |
| HSV(B) | 334.92º | 0.66% | 0.73% | - |
| XYZ | 25.18 | 15.34 | 17.85 | - |
| YUV | 106.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 115 | 0 | 0.66 | 0.38 | 0.27 | 334.92 | 0.49 | 0.49 |
| Hex | BA | 40 | 73 | 0 | 42 | 26 | 1B | 14F | 31 | 31 |
| Octal | 272 | 100 | 163 | 0 | 102 | 46 | 33 | 517 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1110011 | 0 | 1000010 | 100110 | 11011 | 101001111 | 110001 | 110001 |
Color Harmonies of #BA4073
Complementary color
Monochromatic Colors of #BA4073
Black with #BA4073
Text Example
Text Example
White with #BA4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4073; }
p { color: rgb(186,64,115); }
H1.HeaderClassName
{
color: #BA4073;
}
.AnyTagClassName
{
color: #BA4073;
}
</style>
background-color css
<style>
a { background-color: #BA4073; }
a { background-color: rgb(186,64,115); }
div.DivClassName
{
background-color: #BA4073;
}
.BgClassName
{
background-color: #BA4073;
}
</style>
border-color css
<style>
span { border-color: #BA4073; }
span { border-color: rgb(186,64,115); }
td.TdClassName
{
border-color: #BA4073;
}
.TagClassName
{
border-color: #BA4073;
}
</style>