Shades of Rouge #BA2F62
Tints of Rouge #BA2F62
RGB
CMYK
RGB Variations
Color information
#BA2F62 (or 0xBA2F62) is known color: Rouge. HEX triplet: BA, 2F and 62. RGB value is (186,47,98). Sum of RGB (Red+Green+Blue) = 186+47+98=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F62 is #45D09D. Grayscale: #5E5E5E. Windows color (decimal): -4575390 or 6434746. OLE color: 6434746.
HSL color Cylindrical-coordinate representation of color #BA2F62: hue angle of 337.99º 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 #BA2F62 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 98 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.27 |
| HSL | 337.99º | 0.6% | 0.46% | - |
| HSV(B) | 337.99º | 0.75% | 0.73% | - |
| XYZ | 23.47 | 13.35 | 12.9 | - |
| YUV | 94.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 98 | 0 | 0.75 | 0.47 | 0.27 | 337.99 | 0.6 | 0.46 |
| Hex | BA | 2F | 62 | 0 | 4B | 2F | 1B | 152 | 3C | 2E |
| Octal | 272 | 57 | 142 | 0 | 113 | 57 | 33 | 522 | 74 | 56 |
| Binary | 10111010 | 101111 | 1100010 | 0 | 1001011 | 101111 | 11011 | 101010010 | 111100 | 101110 |
Color Harmonies of #BA2F62
Complementary color
Monochromatic Colors of #BA2F62
Black with #BA2F62
Text Example
Text Example
White with #BA2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F62; }
p { color: rgb(186,47,98); }
H1.HeaderClassName
{
color: #BA2F62;
}
.AnyTagClassName
{
color: #BA2F62;
}
</style>
background-color css
<style>
a { background-color: #BA2F62; }
a { background-color: rgb(186,47,98); }
div.DivClassName
{
background-color: #BA2F62;
}
.BgClassName
{
background-color: #BA2F62;
}
</style>
border-color css
<style>
span { border-color: #BA2F62; }
span { border-color: rgb(186,47,98); }
td.TdClassName
{
border-color: #BA2F62;
}
.TagClassName
{
border-color: #BA2F62;
}
</style>