Shades of Royal Heath #BA456B
Tints of Royal Heath #BA456B
RGB
CMYK
RGB Variations
Color information
#BA456B (or 0xBA456B) is known color: Royal Heath. HEX triplet: BA, 45 and 6B. RGB value is (186,69,107). Sum of RGB (Red+Green+Blue) = 186+69+107=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA456B is #45BA94. Grayscale: #6C6C6C. Windows color (decimal): -4569749 or 7030202. OLE color: 7030202.
HSL color Cylindrical-coordinate representation of color #BA456B: hue angle of 340.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA456B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 107 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.27 |
| HSL | 340.51º | 0.46% | 0.5% | - |
| HSV(B) | 340.51º | 0.63% | 0.73% | - |
| XYZ | 25.03 | 15.76 | 15.63 | - |
| YUV | 108.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 107 | 0 | 0.63 | 0.42 | 0.27 | 340.51 | 0.46 | 0.5 |
| Hex | BA | 45 | 6B | 0 | 3F | 2A | 1B | 155 | 2E | 32 |
| Octal | 272 | 105 | 153 | 0 | 77 | 52 | 33 | 525 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1101011 | 0 | 111111 | 101010 | 11011 | 101010101 | 101110 | 110010 |
Color Harmonies of #BA456B
Complementary color
Monochromatic Colors of #BA456B
Black with #BA456B
Text Example
Text Example
White with #BA456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA456B; }
p { color: rgb(186,69,107); }
H1.HeaderClassName
{
color: #BA456B;
}
.AnyTagClassName
{
color: #BA456B;
}
</style>
background-color css
<style>
a { background-color: #BA456B; }
a { background-color: rgb(186,69,107); }
div.DivClassName
{
background-color: #BA456B;
}
.BgClassName
{
background-color: #BA456B;
}
</style>
border-color css
<style>
span { border-color: #BA456B; }
span { border-color: rgb(186,69,107); }
td.TdClassName
{
border-color: #BA456B;
}
.TagClassName
{
border-color: #BA456B;
}
</style>