Shades of Royal Heath #BA3F70
Tints of Royal Heath #BA3F70
RGB
CMYK
RGB Variations
Color information
#BA3F70 (or 0xBA3F70) is known color: Royal Heath. HEX triplet: BA, 3F and 70. RGB value is (186,63,112). Sum of RGB (Red+Green+Blue) = 186+63+112=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F70 is #45C08F. Grayscale: #696969. Windows color (decimal): -4571280 or 7356346. OLE color: 7356346.
HSL color Cylindrical-coordinate representation of color #BA3F70: hue angle of 336.1º 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 #BA3F70 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 112 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.27 |
| HSL | 336.1º | 0.49% | 0.49% | - |
| HSV(B) | 336.1º | 0.66% | 0.73% | - |
| XYZ | 24.95 | 15.16 | 16.94 | - |
| YUV | 105.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 112 | 0 | 0.66 | 0.40 | 0.27 | 336.1 | 0.49 | 0.49 |
| Hex | BA | 3F | 70 | 0 | 42 | 28 | 1B | 150 | 31 | 31 |
| Octal | 272 | 77 | 160 | 0 | 102 | 50 | 33 | 520 | 61 | 61 |
| Binary | 10111010 | 111111 | 1110000 | 0 | 1000010 | 101000 | 11011 | 101010000 | 110001 | 110001 |
Color Harmonies of #BA3F70
Complementary color
Monochromatic Colors of #BA3F70
Black with #BA3F70
Text Example
Text Example
White with #BA3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F70; }
p { color: rgb(186,63,112); }
H1.HeaderClassName
{
color: #BA3F70;
}
.AnyTagClassName
{
color: #BA3F70;
}
</style>
background-color css
<style>
a { background-color: #BA3F70; }
a { background-color: rgb(186,63,112); }
div.DivClassName
{
background-color: #BA3F70;
}
.BgClassName
{
background-color: #BA3F70;
}
</style>
border-color css
<style>
span { border-color: #BA3F70; }
span { border-color: rgb(186,63,112); }
td.TdClassName
{
border-color: #BA3F70;
}
.TagClassName
{
border-color: #BA3F70;
}
</style>