Shades of Old Rose #BA3B5B
Tints of Old Rose #BA3B5B
RGB
CMYK
RGB Variations
Color information
#BA3B5B (or 0xBA3B5B) is known color: Old Rose. HEX triplet: BA, 3B and 5B. RGB value is (186,59,91). Sum of RGB (Red+Green+Blue) = 186+59+91=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B5B is #45C4A4. Grayscale: #646464. Windows color (decimal): -4572325 or 5979066. OLE color: 5979066.
HSL color Cylindrical-coordinate representation of color #BA3B5B: hue angle of 344.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B5B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 91 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.27 |
| HSL | 344.88º | 0.52% | 0.48% | - |
| HSV(B) | 344.88º | 0.68% | 0.73% | - |
| XYZ | 23.7 | 14.32 | 11.41 | - |
| YUV | 100.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 91 | 0 | 0.68 | 0.51 | 0.27 | 344.88 | 0.52 | 0.48 |
| Hex | BA | 3B | 5B | 0 | 44 | 33 | 1B | 159 | 34 | 30 |
| Octal | 272 | 73 | 133 | 0 | 104 | 63 | 33 | 531 | 64 | 60 |
| Binary | 10111010 | 111011 | 1011011 | 0 | 1000100 | 110011 | 11011 | 101011001 | 110100 | 110000 |
Color Harmonies of #BA3B5B
Complementary color
Monochromatic Colors of #BA3B5B
Black with #BA3B5B
Text Example
Text Example
White with #BA3B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B5B; }
p { color: rgb(186,59,91); }
H1.HeaderClassName
{
color: #BA3B5B;
}
.AnyTagClassName
{
color: #BA3B5B;
}
</style>
background-color css
<style>
a { background-color: #BA3B5B; }
a { background-color: rgb(186,59,91); }
div.DivClassName
{
background-color: #BA3B5B;
}
.BgClassName
{
background-color: #BA3B5B;
}
</style>
border-color css
<style>
span { border-color: #BA3B5B; }
span { border-color: rgb(186,59,91); }
td.TdClassName
{
border-color: #BA3B5B;
}
.TagClassName
{
border-color: #BA3B5B;
}
</style>