Shades of Old Rose #BA2F4B
Tints of Old Rose #BA2F4B
RGB
CMYK
RGB Variations
Color information
#BA2F4B (or 0xBA2F4B) is known color: Old Rose. HEX triplet: BA, 2F and 4B. RGB value is (186,47,75). Sum of RGB (Red+Green+Blue) = 186+47+75=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F4B is #45D0B4. Grayscale: #5B5B5B. Windows color (decimal): -4575413 or 4927418. OLE color: 4927418.
HSL color Cylindrical-coordinate representation of color #BA2F4B: hue angle of 347.91º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F4B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 75 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.27 |
| HSL | 347.91º | 0.6% | 0.46% | - |
| HSV(B) | 347.91º | 0.75% | 0.73% | - |
| XYZ | 22.54 | 12.98 | 7.97 | - |
| YUV | 91.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 75 | 0 | 0.75 | 0.60 | 0.27 | 347.91 | 0.6 | 0.46 |
| Hex | BA | 2F | 4B | 0 | 4B | 3C | 1B | 15C | 3C | 2E |
| Octal | 272 | 57 | 113 | 0 | 113 | 74 | 33 | 534 | 74 | 56 |
| Binary | 10111010 | 101111 | 1001011 | 0 | 1001011 | 111100 | 11011 | 101011100 | 111100 | 101110 |
Color Harmonies of #BA2F4B
Complementary color
Monochromatic Colors of #BA2F4B
Black with #BA2F4B
Text Example
Text Example
White with #BA2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F4B; }
p { color: rgb(186,47,75); }
H1.HeaderClassName
{
color: #BA2F4B;
}
.AnyTagClassName
{
color: #BA2F4B;
}
</style>
background-color css
<style>
a { background-color: #BA2F4B; }
a { background-color: rgb(186,47,75); }
div.DivClassName
{
background-color: #BA2F4B;
}
.BgClassName
{
background-color: #BA2F4B;
}
</style>
border-color css
<style>
span { border-color: #BA2F4B; }
span { border-color: rgb(186,47,75); }
td.TdClassName
{
border-color: #BA2F4B;
}
.TagClassName
{
border-color: #BA2F4B;
}
</style>