Shades of Old Rose #BA264A
Tints of Old Rose #BA264A
RGB
CMYK
RGB Variations
Color information
#BA264A (or 0xBA264A) is known color: Old Rose. HEX triplet: BA, 26 and 4A. RGB value is (186,38,74). Sum of RGB (Red+Green+Blue) = 186+38+74=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA264A is #45D9B5. Grayscale: #565656. Windows color (decimal): -4577718 or 4859578. OLE color: 4859578.
HSL color Cylindrical-coordinate representation of color #BA264A: hue angle of 345.41º 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 #BA264A is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 74 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.27 |
| HSL | 345.41º | 0.66% | 0.44% | - |
| HSV(B) | 345.41º | 0.8% | 0.73% | - |
| XYZ | 22.18 | 12.32 | 7.69 | - |
| YUV | 86.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 74 | 0 | 0.80 | 0.60 | 0.27 | 345.41 | 0.66 | 0.44 |
| Hex | BA | 26 | 4A | 0 | 50 | 3C | 1B | 159 | 42 | 2C |
| Octal | 272 | 46 | 112 | 0 | 120 | 74 | 33 | 531 | 102 | 54 |
| Binary | 10111010 | 100110 | 1001010 | 0 | 1010000 | 111100 | 11011 | 101011001 | 1000010 | 101100 |
Color Harmonies of #BA264A
Complementary color
Monochromatic Colors of #BA264A
Black with #BA264A
Text Example
Text Example
White with #BA264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA264A; }
p { color: rgb(186,38,74); }
H1.HeaderClassName
{
color: #BA264A;
}
.AnyTagClassName
{
color: #BA264A;
}
</style>
background-color css
<style>
a { background-color: #BA264A; }
a { background-color: rgb(186,38,74); }
div.DivClassName
{
background-color: #BA264A;
}
.BgClassName
{
background-color: #BA264A;
}
</style>
border-color css
<style>
span { border-color: #BA264A; }
span { border-color: rgb(186,38,74); }
td.TdClassName
{
border-color: #BA264A;
}
.TagClassName
{
border-color: #BA264A;
}
</style>