Shades of Old Rose #BA254E
Tints of Old Rose #BA254E
RGB
CMYK
RGB Variations
Color information
#BA254E (or 0xBA254E) is known color: Old Rose. HEX triplet: BA, 25 and 4E. RGB value is (186,37,78). Sum of RGB (Red+Green+Blue) = 186+37+78=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA254E is #45DAB1. Grayscale: #565656. Windows color (decimal): -4577970 or 5121466. OLE color: 5121466.
HSL color Cylindrical-coordinate representation of color #BA254E: hue angle of 343.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA254E is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 78 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.27 |
| HSL | 343.49º | 0.67% | 0.44% | - |
| HSV(B) | 343.49º | 0.8% | 0.73% | - |
| XYZ | 22.29 | 12.31 | 8.41 | - |
| YUV | 86.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 78 | 0 | 0.80 | 0.58 | 0.27 | 343.49 | 0.67 | 0.44 |
| Hex | BA | 25 | 4E | 0 | 50 | 3A | 1B | 157 | 43 | 2C |
| Octal | 272 | 45 | 116 | 0 | 120 | 72 | 33 | 527 | 103 | 54 |
| Binary | 10111010 | 100101 | 1001110 | 0 | 1010000 | 111010 | 11011 | 101010111 | 1000011 | 101100 |
Color Harmonies of #BA254E
Complementary color
Monochromatic Colors of #BA254E
Black with #BA254E
Text Example
Text Example
White with #BA254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA254E; }
p { color: rgb(186,37,78); }
H1.HeaderClassName
{
color: #BA254E;
}
.AnyTagClassName
{
color: #BA254E;
}
</style>
background-color css
<style>
a { background-color: #BA254E; }
a { background-color: rgb(186,37,78); }
div.DivClassName
{
background-color: #BA254E;
}
.BgClassName
{
background-color: #BA254E;
}
</style>
border-color css
<style>
span { border-color: #BA254E; }
span { border-color: rgb(186,37,78); }
td.TdClassName
{
border-color: #BA254E;
}
.TagClassName
{
border-color: #BA254E;
}
</style>