Shades of Rouge #BA2E61
Tints of Rouge #BA2E61
RGB
CMYK
RGB Variations
Color information
#BA2E61 (or 0xBA2E61) is known color: Rouge. HEX triplet: BA, 2E and 61. RGB value is (186,46,97). Sum of RGB (Red+Green+Blue) = 186+46+97=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E61 is #45D19E. Grayscale: #5D5D5D. Windows color (decimal): -4575647 or 6368954. OLE color: 6368954.
HSL color Cylindrical-coordinate representation of color #BA2E61: hue angle of 338.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E61 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 97 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.27 |
| HSL | 338.14º | 0.6% | 0.45% | - |
| HSV(B) | 338.14º | 0.75% | 0.73% | - |
| XYZ | 23.38 | 13.26 | 12.64 | - |
| YUV | 93.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 97 | 0 | 0.75 | 0.48 | 0.27 | 338.14 | 0.6 | 0.45 |
| Hex | BA | 2E | 61 | 0 | 4B | 30 | 1B | 152 | 3C | 2D |
| Octal | 272 | 56 | 141 | 0 | 113 | 60 | 33 | 522 | 74 | 55 |
| Binary | 10111010 | 101110 | 1100001 | 0 | 1001011 | 110000 | 11011 | 101010010 | 111100 | 101101 |
Color Harmonies of #BA2E61
Complementary color
Monochromatic Colors of #BA2E61
Black with #BA2E61
Text Example
Text Example
White with #BA2E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E61; }
p { color: rgb(186,46,97); }
H1.HeaderClassName
{
color: #BA2E61;
}
.AnyTagClassName
{
color: #BA2E61;
}
</style>
background-color css
<style>
a { background-color: #BA2E61; }
a { background-color: rgb(186,46,97); }
div.DivClassName
{
background-color: #BA2E61;
}
.BgClassName
{
background-color: #BA2E61;
}
</style>
border-color css
<style>
span { border-color: #BA2E61; }
span { border-color: rgb(186,46,97); }
td.TdClassName
{
border-color: #BA2E61;
}
.TagClassName
{
border-color: #BA2E61;
}
</style>