Shades of Old Rose #BA335B
Tints of Old Rose #BA335B
RGB
CMYK
RGB Variations
Color information
#BA335B (or 0xBA335B) is known color: Old Rose. HEX triplet: BA, 33 and 5B. RGB value is (186,51,91). Sum of RGB (Red+Green+Blue) = 186+51+91=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA335B is #45CCA4. Grayscale: #5F5F5F. Windows color (decimal): -4574373 or 5977018. OLE color: 5977018.
HSL color Cylindrical-coordinate representation of color #BA335B: hue angle of 342.22º 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 #BA335B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 91 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.27 |
| HSL | 342.22º | 0.57% | 0.46% | - |
| HSV(B) | 342.22º | 0.73% | 0.73% | - |
| XYZ | 23.32 | 13.56 | 11.29 | - |
| YUV | 95.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 91 | 0 | 0.73 | 0.51 | 0.27 | 342.22 | 0.57 | 0.46 |
| Hex | BA | 33 | 5B | 0 | 49 | 33 | 1B | 156 | 39 | 2E |
| Octal | 272 | 63 | 133 | 0 | 111 | 63 | 33 | 526 | 71 | 56 |
| Binary | 10111010 | 110011 | 1011011 | 0 | 1001001 | 110011 | 11011 | 101010110 | 111001 | 101110 |
Color Harmonies of #BA335B
Complementary color
Monochromatic Colors of #BA335B
Black with #BA335B
Text Example
Text Example
White with #BA335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA335B; }
p { color: rgb(186,51,91); }
H1.HeaderClassName
{
color: #BA335B;
}
.AnyTagClassName
{
color: #BA335B;
}
</style>
background-color css
<style>
a { background-color: #BA335B; }
a { background-color: rgb(186,51,91); }
div.DivClassName
{
background-color: #BA335B;
}
.BgClassName
{
background-color: #BA335B;
}
</style>
border-color css
<style>
span { border-color: #BA335B; }
span { border-color: rgb(186,51,91); }
td.TdClassName
{
border-color: #BA335B;
}
.TagClassName
{
border-color: #BA335B;
}
</style>