Shades of Old Rose #BA264D
Tints of Old Rose #BA264D
RGB
CMYK
RGB Variations
Color information
#BA264D (or 0xBA264D) is known color: Old Rose. HEX triplet: BA, 26 and 4D. RGB value is (186,38,77). Sum of RGB (Red+Green+Blue) = 186+38+77=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA264D is #45D9B2. Grayscale: #565656. Windows color (decimal): -4577715 or 5056186. OLE color: 5056186.
HSL color Cylindrical-coordinate representation of color #BA264D: hue angle of 344.19º degrees, saturation: 0.66, 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 #BA264D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 77 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.27 |
| HSL | 344.19º | 0.66% | 0.44% | - |
| HSV(B) | 344.19º | 0.8% | 0.73% | - |
| XYZ | 22.28 | 12.36 | 8.23 | - |
| YUV | 86.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 77 | 0 | 0.80 | 0.59 | 0.27 | 344.19 | 0.66 | 0.44 |
| Hex | BA | 26 | 4D | 0 | 50 | 3B | 1B | 158 | 42 | 2C |
| Octal | 272 | 46 | 115 | 0 | 120 | 73 | 33 | 530 | 102 | 54 |
| Binary | 10111010 | 100110 | 1001101 | 0 | 1010000 | 111011 | 11011 | 101011000 | 1000010 | 101100 |
Color Harmonies of #BA264D
Complementary color
Monochromatic Colors of #BA264D
Black with #BA264D
Text Example
Text Example
White with #BA264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA264D; }
p { color: rgb(186,38,77); }
H1.HeaderClassName
{
color: #BA264D;
}
.AnyTagClassName
{
color: #BA264D;
}
</style>
background-color css
<style>
a { background-color: #BA264D; }
a { background-color: rgb(186,38,77); }
div.DivClassName
{
background-color: #BA264D;
}
.BgClassName
{
background-color: #BA264D;
}
</style>
border-color css
<style>
span { border-color: #BA264D; }
span { border-color: rgb(186,38,77); }
td.TdClassName
{
border-color: #BA264D;
}
.TagClassName
{
border-color: #BA264D;
}
</style>