Shades of Royal Heath #BA3D74
Tints of Royal Heath #BA3D74
RGB
CMYK
RGB Variations
Color information
#BA3D74 (or 0xBA3D74) is known color: Royal Heath. HEX triplet: BA, 3D and 74. RGB value is (186,61,116). Sum of RGB (Red+Green+Blue) = 186+61+116=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D74 is #45C28B. Grayscale: #686868. Windows color (decimal): -4571788 or 7617978. OLE color: 7617978.
HSL color Cylindrical-coordinate representation of color #BA3D74: hue angle of 333.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D74 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 116 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.27 |
| HSL | 333.6º | 0.51% | 0.48% | - |
| HSV(B) | 333.6º | 0.67% | 0.73% | - |
| XYZ | 25.07 | 15.04 | 18.1 | - |
| YUV | 104.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 116 | 0 | 0.67 | 0.38 | 0.27 | 333.6 | 0.51 | 0.48 |
| Hex | BA | 3D | 74 | 0 | 43 | 26 | 1B | 14E | 33 | 30 |
| Octal | 272 | 75 | 164 | 0 | 103 | 46 | 33 | 516 | 63 | 60 |
| Binary | 10111010 | 111101 | 1110100 | 0 | 1000011 | 100110 | 11011 | 101001110 | 110011 | 110000 |
Color Harmonies of #BA3D74
Complementary color
Monochromatic Colors of #BA3D74
Black with #BA3D74
Text Example
Text Example
White with #BA3D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D74; }
p { color: rgb(186,61,116); }
H1.HeaderClassName
{
color: #BA3D74;
}
.AnyTagClassName
{
color: #BA3D74;
}
</style>
background-color css
<style>
a { background-color: #BA3D74; }
a { background-color: rgb(186,61,116); }
div.DivClassName
{
background-color: #BA3D74;
}
.BgClassName
{
background-color: #BA3D74;
}
</style>
border-color css
<style>
span { border-color: #BA3D74; }
span { border-color: rgb(186,61,116); }
td.TdClassName
{
border-color: #BA3D74;
}
.TagClassName
{
border-color: #BA3D74;
}
</style>