Shades of Royal Heath #BA4172
Tints of Royal Heath #BA4172
RGB
CMYK
RGB Variations
Color information
#BA4172 (or 0xBA4172) is known color: Royal Heath. HEX triplet: BA, 41 and 72. RGB value is (186,65,114). Sum of RGB (Red+Green+Blue) = 186+65+114=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4172 is #45BE8D. Grayscale: #6A6A6A. Windows color (decimal): -4570766 or 7487930. OLE color: 7487930.
HSL color Cylindrical-coordinate representation of color #BA4172: hue angle of 335.7º 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 #BA4172 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 114 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.27 |
| HSL | 335.7º | 0.48% | 0.49% | - |
| HSV(B) | 335.7º | 0.65% | 0.73% | - |
| XYZ | 25.18 | 15.43 | 17.57 | - |
| YUV | 106.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 114 | 0 | 0.65 | 0.39 | 0.27 | 335.7 | 0.48 | 0.49 |
| Hex | BA | 41 | 72 | 0 | 41 | 27 | 1B | 150 | 30 | 31 |
| Octal | 272 | 101 | 162 | 0 | 101 | 47 | 33 | 520 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1110010 | 0 | 1000001 | 100111 | 11011 | 101010000 | 110000 | 110001 |
Color Harmonies of #BA4172
Complementary color
Monochromatic Colors of #BA4172
Black with #BA4172
Text Example
Text Example
White with #BA4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4172; }
p { color: rgb(186,65,114); }
H1.HeaderClassName
{
color: #BA4172;
}
.AnyTagClassName
{
color: #BA4172;
}
</style>
background-color css
<style>
a { background-color: #BA4172; }
a { background-color: rgb(186,65,114); }
div.DivClassName
{
background-color: #BA4172;
}
.BgClassName
{
background-color: #BA4172;
}
</style>
border-color css
<style>
span { border-color: #BA4172; }
span { border-color: rgb(186,65,114); }
td.TdClassName
{
border-color: #BA4172;
}
.TagClassName
{
border-color: #BA4172;
}
</style>