Shades of Rouge #BA3B62
Tints of Rouge #BA3B62
RGB
CMYK
RGB Variations
Color information
#BA3B62 (or 0xBA3B62) is known color: Rouge. HEX triplet: BA, 3B and 62. RGB value is (186,59,98). Sum of RGB (Red+Green+Blue) = 186+59+98=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B62 is #45C49D. Grayscale: #656565. Windows color (decimal): -4572318 or 6437818. OLE color: 6437818.
HSL color Cylindrical-coordinate representation of color #BA3B62: hue angle of 341.57º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B62 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 98 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.27 |
| HSL | 341.57º | 0.52% | 0.48% | - |
| HSV(B) | 341.57º | 0.68% | 0.73% | - |
| XYZ | 24.02 | 14.45 | 13.08 | - |
| YUV | 101.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 98 | 0 | 0.68 | 0.47 | 0.27 | 341.57 | 0.52 | 0.48 |
| Hex | BA | 3B | 62 | 0 | 44 | 2F | 1B | 156 | 34 | 30 |
| Octal | 272 | 73 | 142 | 0 | 104 | 57 | 33 | 526 | 64 | 60 |
| Binary | 10111010 | 111011 | 1100010 | 0 | 1000100 | 101111 | 11011 | 101010110 | 110100 | 110000 |
Color Harmonies of #BA3B62
Complementary color
Monochromatic Colors of #BA3B62
Black with #BA3B62
Text Example
Text Example
White with #BA3B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B62; }
p { color: rgb(186,59,98); }
H1.HeaderClassName
{
color: #BA3B62;
}
.AnyTagClassName
{
color: #BA3B62;
}
</style>
background-color css
<style>
a { background-color: #BA3B62; }
a { background-color: rgb(186,59,98); }
div.DivClassName
{
background-color: #BA3B62;
}
.BgClassName
{
background-color: #BA3B62;
}
</style>
border-color css
<style>
span { border-color: #BA3B62; }
span { border-color: rgb(186,59,98); }
td.TdClassName
{
border-color: #BA3B62;
}
.TagClassName
{
border-color: #BA3B62;
}
</style>