Shades of Rouge #BA3F62
Tints of Rouge #BA3F62
RGB
CMYK
RGB Variations
Color information
#BA3F62 (or 0xBA3F62) is known color: Rouge. HEX triplet: BA, 3F and 62. RGB value is (186,63,98). Sum of RGB (Red+Green+Blue) = 186+63+98=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F62 is #45C09D. Grayscale: #676767. Windows color (decimal): -4571294 or 6438842. OLE color: 6438842.
HSL color Cylindrical-coordinate representation of color #BA3F62: hue angle of 342.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F62 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 98 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.27 |
| HSL | 342.93º | 0.49% | 0.49% | - |
| HSV(B) | 342.93º | 0.66% | 0.73% | - |
| XYZ | 24.23 | 14.88 | 13.15 | - |
| YUV | 103.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 98 | 0 | 0.66 | 0.47 | 0.27 | 342.93 | 0.49 | 0.49 |
| Hex | BA | 3F | 62 | 0 | 42 | 2F | 1B | 157 | 31 | 31 |
| Octal | 272 | 77 | 142 | 0 | 102 | 57 | 33 | 527 | 61 | 61 |
| Binary | 10111010 | 111111 | 1100010 | 0 | 1000010 | 101111 | 11011 | 101010111 | 110001 | 110001 |
Color Harmonies of #BA3F62
Complementary color
Monochromatic Colors of #BA3F62
Black with #BA3F62
Text Example
Text Example
White with #BA3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F62; }
p { color: rgb(186,63,98); }
H1.HeaderClassName
{
color: #BA3F62;
}
.AnyTagClassName
{
color: #BA3F62;
}
</style>
background-color css
<style>
a { background-color: #BA3F62; }
a { background-color: rgb(186,63,98); }
div.DivClassName
{
background-color: #BA3F62;
}
.BgClassName
{
background-color: #BA3F62;
}
</style>
border-color css
<style>
span { border-color: #BA3F62; }
span { border-color: rgb(186,63,98); }
td.TdClassName
{
border-color: #BA3F62;
}
.TagClassName
{
border-color: #BA3F62;
}
</style>