Shades of Royal Heath #BA4A75
Tints of Royal Heath #BA4A75
RGB
CMYK
RGB Variations
Color information
#BA4A75 (or 0xBA4A75) is known color: Royal Heath. HEX triplet: BA, 4A and 75. RGB value is (186,74,117). Sum of RGB (Red+Green+Blue) = 186+74+117=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A75 is #45B58A. Grayscale: #707070. Windows color (decimal): -4568459 or 7686842. OLE color: 7686842.
HSL color Cylindrical-coordinate representation of color #BA4A75: hue angle of 336.96º 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 #BA4A75 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 117 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.27 |
| HSL | 336.96º | 0.45% | 0.51% | - |
| HSV(B) | 336.96º | 0.6% | 0.73% | - |
| XYZ | 25.91 | 16.62 | 18.67 | - |
| YUV | 112.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 117 | 0 | 0.60 | 0.37 | 0.27 | 336.96 | 0.45 | 0.51 |
| Hex | BA | 4A | 75 | 0 | 3C | 25 | 1B | 151 | 2D | 33 |
| Octal | 272 | 112 | 165 | 0 | 74 | 45 | 33 | 521 | 55 | 63 |
| Binary | 10111010 | 1001010 | 1110101 | 0 | 111100 | 100101 | 11011 | 101010001 | 101101 | 110011 |
Color Harmonies of #BA4A75
Complementary color
Monochromatic Colors of #BA4A75
Black with #BA4A75
Text Example
Text Example
White with #BA4A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A75; }
p { color: rgb(186,74,117); }
H1.HeaderClassName
{
color: #BA4A75;
}
.AnyTagClassName
{
color: #BA4A75;
}
</style>
background-color css
<style>
a { background-color: #BA4A75; }
a { background-color: rgb(186,74,117); }
div.DivClassName
{
background-color: #BA4A75;
}
.BgClassName
{
background-color: #BA4A75;
}
</style>
border-color css
<style>
span { border-color: #BA4A75; }
span { border-color: rgb(186,74,117); }
td.TdClassName
{
border-color: #BA4A75;
}
.TagClassName
{
border-color: #BA4A75;
}
</style>