Shades of Royal Heath #BA4169
Tints of Royal Heath #BA4169
RGB
CMYK
RGB Variations
Color information
#BA4169 (or 0xBA4169) is known color: Royal Heath. HEX triplet: BA, 41 and 69. RGB value is (186,65,105). Sum of RGB (Red+Green+Blue) = 186+65+105=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4169 is #45BE96. Grayscale: #696969. Windows color (decimal): -4570775 or 6898106. OLE color: 6898106.
HSL color Cylindrical-coordinate representation of color #BA4169: hue angle of 340.17º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4169 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 105 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.27 |
| HSL | 340.17º | 0.48% | 0.49% | - |
| HSV(B) | 340.17º | 0.65% | 0.73% | - |
| XYZ | 24.69 | 15.24 | 15 | - |
| YUV | 105.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 105 | 0 | 0.65 | 0.44 | 0.27 | 340.17 | 0.48 | 0.49 |
| Hex | BA | 41 | 69 | 0 | 41 | 2C | 1B | 154 | 30 | 31 |
| Octal | 272 | 101 | 151 | 0 | 101 | 54 | 33 | 524 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1101001 | 0 | 1000001 | 101100 | 11011 | 101010100 | 110000 | 110001 |
Color Harmonies of #BA4169
Complementary color
Monochromatic Colors of #BA4169
Black with #BA4169
Text Example
Text Example
White with #BA4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4169; }
p { color: rgb(186,65,105); }
H1.HeaderClassName
{
color: #BA4169;
}
.AnyTagClassName
{
color: #BA4169;
}
</style>
background-color css
<style>
a { background-color: #BA4169; }
a { background-color: rgb(186,65,105); }
div.DivClassName
{
background-color: #BA4169;
}
.BgClassName
{
background-color: #BA4169;
}
</style>
border-color css
<style>
span { border-color: #BA4169; }
span { border-color: rgb(186,65,105); }
td.TdClassName
{
border-color: #BA4169;
}
.TagClassName
{
border-color: #BA4169;
}
</style>