Shades of Rouge #BA3C68
Tints of Rouge #BA3C68
RGB
CMYK
RGB Variations
Color information
#BA3C68 (or 0xBA3C68) is known color: Rouge. HEX triplet: BA, 3C and 68. RGB value is (186,60,104). Sum of RGB (Red+Green+Blue) = 186+60+104=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C68 is #45C397. Grayscale: #666666. Windows color (decimal): -4572056 or 6831290. OLE color: 6831290.
HSL color Cylindrical-coordinate representation of color #BA3C68: hue angle of 339.05º degrees, saturation: 0.51, 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 #BA3C68 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 104 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.27 |
| HSL | 339.05º | 0.51% | 0.48% | - |
| HSV(B) | 339.05º | 0.68% | 0.73% | - |
| XYZ | 24.36 | 14.67 | 14.64 | - |
| YUV | 102.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 104 | 0 | 0.68 | 0.44 | 0.27 | 339.05 | 0.51 | 0.48 |
| Hex | BA | 3C | 68 | 0 | 44 | 2C | 1B | 153 | 33 | 30 |
| Octal | 272 | 74 | 150 | 0 | 104 | 54 | 33 | 523 | 63 | 60 |
| Binary | 10111010 | 111100 | 1101000 | 0 | 1000100 | 101100 | 11011 | 101010011 | 110011 | 110000 |
Color Harmonies of #BA3C68
Complementary color
Monochromatic Colors of #BA3C68
Black with #BA3C68
Text Example
Text Example
White with #BA3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C68; }
p { color: rgb(186,60,104); }
H1.HeaderClassName
{
color: #BA3C68;
}
.AnyTagClassName
{
color: #BA3C68;
}
</style>
background-color css
<style>
a { background-color: #BA3C68; }
a { background-color: rgb(186,60,104); }
div.DivClassName
{
background-color: #BA3C68;
}
.BgClassName
{
background-color: #BA3C68;
}
</style>
border-color css
<style>
span { border-color: #BA3C68; }
span { border-color: rgb(186,60,104); }
td.TdClassName
{
border-color: #BA3C68;
}
.TagClassName
{
border-color: #BA3C68;
}
</style>