Shades of Royal Heath #BA5C81
Tints of Royal Heath #BA5C81
RGB
CMYK
RGB Variations
Color information
#BA5C81 (or 0xBA5C81) is known color: Royal Heath. HEX triplet: BA, 5C and 81. RGB value is (186,92,129). Sum of RGB (Red+Green+Blue) = 186+92+129=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C81 is #45A37E. Grayscale: #7C7C7C. Windows color (decimal): -4563839 or 8477882. OLE color: 8477882.
HSL color Cylindrical-coordinate representation of color #BA5C81: hue angle of 336.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C81 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 129 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.27 |
| HSL | 336.38º | 0.41% | 0.55% | - |
| HSV(B) | 336.38º | 0.51% | 0.73% | - |
| XYZ | 28.04 | 19.68 | 23.09 | - |
| YUV | 124.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 129 | 0 | 0.51 | 0.31 | 0.27 | 336.38 | 0.41 | 0.55 |
| Hex | BA | 5C | 81 | 0 | 33 | 1F | 1B | 150 | 29 | 37 |
| Octal | 272 | 134 | 201 | 0 | 63 | 37 | 33 | 520 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10000001 | 0 | 110011 | 11111 | 11011 | 101010000 | 101001 | 110111 |
Color Harmonies of #BA5C81
Complementary color
Monochromatic Colors of #BA5C81
Black with #BA5C81
Text Example
Text Example
White with #BA5C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C81; }
p { color: rgb(186,92,129); }
H1.HeaderClassName
{
color: #BA5C81;
}
.AnyTagClassName
{
color: #BA5C81;
}
</style>
background-color css
<style>
a { background-color: #BA5C81; }
a { background-color: rgb(186,92,129); }
div.DivClassName
{
background-color: #BA5C81;
}
.BgClassName
{
background-color: #BA5C81;
}
</style>
border-color css
<style>
span { border-color: #BA5C81; }
span { border-color: rgb(186,92,129); }
td.TdClassName
{
border-color: #BA5C81;
}
.TagClassName
{
border-color: #BA5C81;
}
</style>