Shades of Royal Heath #BA4775
Tints of Royal Heath #BA4775
RGB
CMYK
RGB Variations
Color information
#BA4775 (or 0xBA4775) is known color: Royal Heath. HEX triplet: BA, 47 and 75. RGB value is (186,71,117). Sum of RGB (Red+Green+Blue) = 186+71+117=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4775 is #45B88A. Grayscale: #6E6E6E. Windows color (decimal): -4569227 or 7686074. OLE color: 7686074.
HSL color Cylindrical-coordinate representation of color #BA4775: hue angle of 336º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4775 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 117 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.27 |
| HSL | 336º | 0.45% | 0.5% | - |
| HSV(B) | 336º | 0.62% | 0.73% | - |
| XYZ | 25.71 | 16.23 | 18.61 | - |
| YUV | 110.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 117 | 0 | 0.62 | 0.37 | 0.27 | 336 | 0.45 | 0.5 |
| Hex | BA | 47 | 75 | 0 | 3E | 25 | 1B | 150 | 2D | 32 |
| Octal | 272 | 107 | 165 | 0 | 76 | 45 | 33 | 520 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1110101 | 0 | 111110 | 100101 | 11011 | 101010000 | 101101 | 110010 |
Color Harmonies of #BA4775
Complementary color
Monochromatic Colors of #BA4775
Black with #BA4775
Text Example
Text Example
White with #BA4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4775; }
p { color: rgb(186,71,117); }
H1.HeaderClassName
{
color: #BA4775;
}
.AnyTagClassName
{
color: #BA4775;
}
</style>
background-color css
<style>
a { background-color: #BA4775; }
a { background-color: rgb(186,71,117); }
div.DivClassName
{
background-color: #BA4775;
}
.BgClassName
{
background-color: #BA4775;
}
</style>
border-color css
<style>
span { border-color: #BA4775; }
span { border-color: rgb(186,71,117); }
td.TdClassName
{
border-color: #BA4775;
}
.TagClassName
{
border-color: #BA4775;
}
</style>