Shades of Royal Heath #BA4176
Tints of Royal Heath #BA4176
RGB
CMYK
RGB Variations
Color information
#BA4176 (or 0xBA4176) is known color: Royal Heath. HEX triplet: BA, 41 and 76. RGB value is (186,65,118). Sum of RGB (Red+Green+Blue) = 186+65+118=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4176 is #45BE89. Grayscale: #6B6B6B. Windows color (decimal): -4570762 or 7750074. OLE color: 7750074.
HSL color Cylindrical-coordinate representation of color #BA4176: hue angle of 333.72º 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 #BA4176 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 118 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.27 |
| HSL | 333.72º | 0.48% | 0.49% | - |
| HSV(B) | 333.72º | 0.65% | 0.73% | - |
| XYZ | 25.41 | 15.53 | 18.8 | - |
| YUV | 107.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 118 | 0 | 0.65 | 0.37 | 0.27 | 333.72 | 0.48 | 0.49 |
| Hex | BA | 41 | 76 | 0 | 41 | 25 | 1B | 14E | 30 | 31 |
| Octal | 272 | 101 | 166 | 0 | 101 | 45 | 33 | 516 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1110110 | 0 | 1000001 | 100101 | 11011 | 101001110 | 110000 | 110001 |
Color Harmonies of #BA4176
Complementary color
Monochromatic Colors of #BA4176
Black with #BA4176
Text Example
Text Example
White with #BA4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4176; }
p { color: rgb(186,65,118); }
H1.HeaderClassName
{
color: #BA4176;
}
.AnyTagClassName
{
color: #BA4176;
}
</style>
background-color css
<style>
a { background-color: #BA4176; }
a { background-color: rgb(186,65,118); }
div.DivClassName
{
background-color: #BA4176;
}
.BgClassName
{
background-color: #BA4176;
}
</style>
border-color css
<style>
span { border-color: #BA4176; }
span { border-color: rgb(186,65,118); }
td.TdClassName
{
border-color: #BA4176;
}
.TagClassName
{
border-color: #BA4176;
}
</style>