Shades of Old Rose #BA334D
Tints of Old Rose #BA334D
RGB
CMYK
RGB Variations
Color information
#BA334D (or 0xBA334D) is known color: Old Rose. HEX triplet: BA, 33 and 4D. RGB value is (186,51,77). Sum of RGB (Red+Green+Blue) = 186+51+77=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA334D is #45CCB2. Grayscale: #5E5E5E. Windows color (decimal): -4574387 or 5059514. OLE color: 5059514.
HSL color Cylindrical-coordinate representation of color #BA334D: hue angle of 348.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA334D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 77 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.27 |
| HSL | 348.44º | 0.57% | 0.46% | - |
| HSV(B) | 348.44º | 0.73% | 0.73% | - |
| XYZ | 22.77 | 13.34 | 8.4 | - |
| YUV | 94.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 77 | 0 | 0.73 | 0.59 | 0.27 | 348.44 | 0.57 | 0.46 |
| Hex | BA | 33 | 4D | 0 | 49 | 3B | 1B | 15C | 39 | 2E |
| Octal | 272 | 63 | 115 | 0 | 111 | 73 | 33 | 534 | 71 | 56 |
| Binary | 10111010 | 110011 | 1001101 | 0 | 1001001 | 111011 | 11011 | 101011100 | 111001 | 101110 |
Color Harmonies of #BA334D
Complementary color
Monochromatic Colors of #BA334D
Black with #BA334D
Text Example
Text Example
White with #BA334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA334D; }
p { color: rgb(186,51,77); }
H1.HeaderClassName
{
color: #BA334D;
}
.AnyTagClassName
{
color: #BA334D;
}
</style>
background-color css
<style>
a { background-color: #BA334D; }
a { background-color: rgb(186,51,77); }
div.DivClassName
{
background-color: #BA334D;
}
.BgClassName
{
background-color: #BA334D;
}
</style>
border-color css
<style>
span { border-color: #BA334D; }
span { border-color: rgb(186,51,77); }
td.TdClassName
{
border-color: #BA334D;
}
.TagClassName
{
border-color: #BA334D;
}
</style>