Shades of Royal Heath #BA3D75
Tints of Royal Heath #BA3D75
RGB
CMYK
RGB Variations
Color information
#BA3D75 (or 0xBA3D75) is known color: Royal Heath. HEX triplet: BA, 3D and 75. RGB value is (186,61,117). Sum of RGB (Red+Green+Blue) = 186+61+117=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D75 is #45C28A. Grayscale: #686868. Windows color (decimal): -4571787 or 7683514. OLE color: 7683514.
HSL color Cylindrical-coordinate representation of color #BA3D75: hue angle of 333.12º 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 #BA3D75 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 117 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.27 |
| HSL | 333.12º | 0.51% | 0.48% | - |
| HSV(B) | 333.12º | 0.67% | 0.73% | - |
| XYZ | 25.13 | 15.06 | 18.41 | - |
| YUV | 104.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 117 | 0 | 0.67 | 0.37 | 0.27 | 333.12 | 0.51 | 0.48 |
| Hex | BA | 3D | 75 | 0 | 43 | 25 | 1B | 14D | 33 | 30 |
| Octal | 272 | 75 | 165 | 0 | 103 | 45 | 33 | 515 | 63 | 60 |
| Binary | 10111010 | 111101 | 1110101 | 0 | 1000011 | 100101 | 11011 | 101001101 | 110011 | 110000 |
Color Harmonies of #BA3D75
Complementary color
Monochromatic Colors of #BA3D75
Black with #BA3D75
Text Example
Text Example
White with #BA3D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D75; }
p { color: rgb(186,61,117); }
H1.HeaderClassName
{
color: #BA3D75;
}
.AnyTagClassName
{
color: #BA3D75;
}
</style>
background-color css
<style>
a { background-color: #BA3D75; }
a { background-color: rgb(186,61,117); }
div.DivClassName
{
background-color: #BA3D75;
}
.BgClassName
{
background-color: #BA3D75;
}
</style>
border-color css
<style>
span { border-color: #BA3D75; }
span { border-color: rgb(186,61,117); }
td.TdClassName
{
border-color: #BA3D75;
}
.TagClassName
{
border-color: #BA3D75;
}
</style>