Shades of Royal Heath #BA4B7A
Tints of Royal Heath #BA4B7A
RGB
CMYK
RGB Variations
Color information
#BA4B7A (or 0xBA4B7A) is known color: Royal Heath. HEX triplet: BA, 4B and 7A. RGB value is (186,75,122). Sum of RGB (Red+Green+Blue) = 186+75+122=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B7A is #45B485. Grayscale: #717171. Windows color (decimal): -4568198 or 8014778. OLE color: 8014778.
HSL color Cylindrical-coordinate representation of color #BA4B7A: hue angle of 334.59º 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 #BA4B7A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 122 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.27 |
| HSL | 334.59º | 0.45% | 0.51% | - |
| HSV(B) | 334.59º | 0.6% | 0.73% | - |
| XYZ | 26.28 | 16.88 | 20.28 | - |
| YUV | 113.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 122 | 0 | 0.60 | 0.34 | 0.27 | 334.59 | 0.45 | 0.51 |
| Hex | BA | 4B | 7A | 0 | 3C | 22 | 1B | 14F | 2D | 33 |
| Octal | 272 | 113 | 172 | 0 | 74 | 42 | 33 | 517 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1111010 | 0 | 111100 | 100010 | 11011 | 101001111 | 101101 | 110011 |
Color Harmonies of #BA4B7A
Complementary color
Monochromatic Colors of #BA4B7A
Black with #BA4B7A
Text Example
Text Example
White with #BA4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B7A; }
p { color: rgb(186,75,122); }
H1.HeaderClassName
{
color: #BA4B7A;
}
.AnyTagClassName
{
color: #BA4B7A;
}
</style>
background-color css
<style>
a { background-color: #BA4B7A; }
a { background-color: rgb(186,75,122); }
div.DivClassName
{
background-color: #BA4B7A;
}
.BgClassName
{
background-color: #BA4B7A;
}
</style>
border-color css
<style>
span { border-color: #BA4B7A; }
span { border-color: rgb(186,75,122); }
td.TdClassName
{
border-color: #BA4B7A;
}
.TagClassName
{
border-color: #BA4B7A;
}
</style>