Shades of Old Rose #BA344E
Tints of Old Rose #BA344E
RGB
CMYK
RGB Variations
Color information
#BA344E (or 0xBA344E) is known color: Old Rose. HEX triplet: BA, 34 and 4E. RGB value is (186,52,78). Sum of RGB (Red+Green+Blue) = 186+52+78=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA344E is #45CBB1. Grayscale: #5F5F5F. Windows color (decimal): -4574130 or 5125306. OLE color: 5125306.
HSL color Cylindrical-coordinate representation of color #BA344E: hue angle of 348.36º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA344E is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 78 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.27 |
| HSL | 348.36º | 0.56% | 0.47% | - |
| HSV(B) | 348.36º | 0.72% | 0.73% | - |
| XYZ | 22.85 | 13.45 | 8.6 | - |
| YUV | 95.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 78 | 0 | 0.72 | 0.58 | 0.27 | 348.36 | 0.56 | 0.47 |
| Hex | BA | 34 | 4E | 0 | 48 | 3A | 1B | 15C | 38 | 2F |
| Octal | 272 | 64 | 116 | 0 | 110 | 72 | 33 | 534 | 70 | 57 |
| Binary | 10111010 | 110100 | 1001110 | 0 | 1001000 | 111010 | 11011 | 101011100 | 111000 | 101111 |
Color Harmonies of #BA344E
Complementary color
Monochromatic Colors of #BA344E
Black with #BA344E
Text Example
Text Example
White with #BA344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA344E; }
p { color: rgb(186,52,78); }
H1.HeaderClassName
{
color: #BA344E;
}
.AnyTagClassName
{
color: #BA344E;
}
</style>
background-color css
<style>
a { background-color: #BA344E; }
a { background-color: rgb(186,52,78); }
div.DivClassName
{
background-color: #BA344E;
}
.BgClassName
{
background-color: #BA344E;
}
</style>
border-color css
<style>
span { border-color: #BA344E; }
span { border-color: rgb(186,52,78); }
td.TdClassName
{
border-color: #BA344E;
}
.TagClassName
{
border-color: #BA344E;
}
</style>