Shades of Old Rose #BA334A
Tints of Old Rose #BA334A
RGB
CMYK
RGB Variations
Color information
#BA334A (or 0xBA334A) is known color: Old Rose. HEX triplet: BA, 33 and 4A. RGB value is (186,51,74). Sum of RGB (Red+Green+Blue) = 186+51+74=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA334A is #45CCB5. Grayscale: #5E5E5E. Windows color (decimal): -4574390 or 4862906. OLE color: 4862906.
HSL color Cylindrical-coordinate representation of color #BA334A: hue angle of 349.78º 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 #BA334A is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 74 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.27 |
| HSL | 349.78º | 0.57% | 0.46% | - |
| HSV(B) | 349.78º | 0.73% | 0.73% | - |
| XYZ | 22.67 | 13.3 | 7.85 | - |
| YUV | 93.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 74 | 0 | 0.73 | 0.60 | 0.27 | 349.78 | 0.57 | 0.46 |
| Hex | BA | 33 | 4A | 0 | 49 | 3C | 1B | 15E | 39 | 2E |
| Octal | 272 | 63 | 112 | 0 | 111 | 74 | 33 | 536 | 71 | 56 |
| Binary | 10111010 | 110011 | 1001010 | 0 | 1001001 | 111100 | 11011 | 101011110 | 111001 | 101110 |
Color Harmonies of #BA334A
Complementary color
Monochromatic Colors of #BA334A
Black with #BA334A
Text Example
Text Example
White with #BA334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA334A; }
p { color: rgb(186,51,74); }
H1.HeaderClassName
{
color: #BA334A;
}
.AnyTagClassName
{
color: #BA334A;
}
</style>
background-color css
<style>
a { background-color: #BA334A; }
a { background-color: rgb(186,51,74); }
div.DivClassName
{
background-color: #BA334A;
}
.BgClassName
{
background-color: #BA334A;
}
</style>
border-color css
<style>
span { border-color: #BA334A; }
span { border-color: rgb(186,51,74); }
td.TdClassName
{
border-color: #BA334A;
}
.TagClassName
{
border-color: #BA334A;
}
</style>