Shades of Rouge #BA3E60
Tints of Rouge #BA3E60
RGB
CMYK
RGB Variations
Color information
#BA3E60 (or 0xBA3E60) is known color: Rouge. HEX triplet: BA, 3E and 60. RGB value is (186,62,96). Sum of RGB (Red+Green+Blue) = 186+62+96=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E60 is #45C19F. Grayscale: #666666. Windows color (decimal): -4571552 or 6307514. OLE color: 6307514.
HSL color Cylindrical-coordinate representation of color #BA3E60: hue angle of 343.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E60 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 96 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.27 |
| HSL | 343.55º | 0.5% | 0.49% | - |
| HSV(B) | 343.55º | 0.67% | 0.73% | - |
| XYZ | 24.08 | 14.73 | 12.64 | - |
| YUV | 102.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 96 | 0 | 0.67 | 0.48 | 0.27 | 343.55 | 0.5 | 0.49 |
| Hex | BA | 3E | 60 | 0 | 43 | 30 | 1B | 158 | 32 | 31 |
| Octal | 272 | 76 | 140 | 0 | 103 | 60 | 33 | 530 | 62 | 61 |
| Binary | 10111010 | 111110 | 1100000 | 0 | 1000011 | 110000 | 11011 | 101011000 | 110010 | 110001 |
Color Harmonies of #BA3E60
Complementary color
Monochromatic Colors of #BA3E60
Black with #BA3E60
Text Example
Text Example
White with #BA3E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E60; }
p { color: rgb(186,62,96); }
H1.HeaderClassName
{
color: #BA3E60;
}
.AnyTagClassName
{
color: #BA3E60;
}
</style>
background-color css
<style>
a { background-color: #BA3E60; }
a { background-color: rgb(186,62,96); }
div.DivClassName
{
background-color: #BA3E60;
}
.BgClassName
{
background-color: #BA3E60;
}
</style>
border-color css
<style>
span { border-color: #BA3E60; }
span { border-color: rgb(186,62,96); }
td.TdClassName
{
border-color: #BA3E60;
}
.TagClassName
{
border-color: #BA3E60;
}
</style>