Shades of Royal Heath #BA3F69
Tints of Royal Heath #BA3F69
RGB
CMYK
RGB Variations
Color information
#BA3F69 (or 0xBA3F69) is known color: Royal Heath. HEX triplet: BA, 3F and 69. RGB value is (186,63,105). Sum of RGB (Red+Green+Blue) = 186+63+105=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F69 is #45C096. Grayscale: #686868. Windows color (decimal): -4571287 or 6897594. OLE color: 6897594.
HSL color Cylindrical-coordinate representation of color #BA3F69: hue angle of 339.51º 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 #BA3F69 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 105 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.27 |
| HSL | 339.51º | 0.49% | 0.49% | - |
| HSV(B) | 339.51º | 0.66% | 0.73% | - |
| XYZ | 24.58 | 15.01 | 14.97 | - |
| YUV | 104.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 105 | 0 | 0.66 | 0.44 | 0.27 | 339.51 | 0.49 | 0.49 |
| Hex | BA | 3F | 69 | 0 | 42 | 2C | 1B | 154 | 31 | 31 |
| Octal | 272 | 77 | 151 | 0 | 102 | 54 | 33 | 524 | 61 | 61 |
| Binary | 10111010 | 111111 | 1101001 | 0 | 1000010 | 101100 | 11011 | 101010100 | 110001 | 110001 |
Color Harmonies of #BA3F69
Complementary color
Monochromatic Colors of #BA3F69
Black with #BA3F69
Text Example
Text Example
White with #BA3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F69; }
p { color: rgb(186,63,105); }
H1.HeaderClassName
{
color: #BA3F69;
}
.AnyTagClassName
{
color: #BA3F69;
}
</style>
background-color css
<style>
a { background-color: #BA3F69; }
a { background-color: rgb(186,63,105); }
div.DivClassName
{
background-color: #BA3F69;
}
.BgClassName
{
background-color: #BA3F69;
}
</style>
border-color css
<style>
span { border-color: #BA3F69; }
span { border-color: rgb(186,63,105); }
td.TdClassName
{
border-color: #BA3F69;
}
.TagClassName
{
border-color: #BA3F69;
}
</style>