Shades of Rouge #BA3E68
Tints of Rouge #BA3E68
RGB
CMYK
RGB Variations
Color information
#BA3E68 (or 0xBA3E68) is known color: Rouge. HEX triplet: BA, 3E and 68. RGB value is (186,62,104). Sum of RGB (Red+Green+Blue) = 186+62+104=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E68 is #45C197. Grayscale: #676767. Windows color (decimal): -4571544 or 6831802. OLE color: 6831802.
HSL color Cylindrical-coordinate representation of color #BA3E68: hue angle of 339.68º 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 #BA3E68 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 104 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.27 |
| HSL | 339.68º | 0.5% | 0.49% | - |
| HSV(B) | 339.68º | 0.67% | 0.73% | - |
| XYZ | 24.47 | 14.88 | 14.68 | - |
| YUV | 103.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 104 | 0 | 0.67 | 0.44 | 0.27 | 339.68 | 0.5 | 0.49 |
| Hex | BA | 3E | 68 | 0 | 43 | 2C | 1B | 154 | 32 | 31 |
| Octal | 272 | 76 | 150 | 0 | 103 | 54 | 33 | 524 | 62 | 61 |
| Binary | 10111010 | 111110 | 1101000 | 0 | 1000011 | 101100 | 11011 | 101010100 | 110010 | 110001 |
Color Harmonies of #BA3E68
Complementary color
Monochromatic Colors of #BA3E68
Black with #BA3E68
Text Example
Text Example
White with #BA3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E68; }
p { color: rgb(186,62,104); }
H1.HeaderClassName
{
color: #BA3E68;
}
.AnyTagClassName
{
color: #BA3E68;
}
</style>
background-color css
<style>
a { background-color: #BA3E68; }
a { background-color: rgb(186,62,104); }
div.DivClassName
{
background-color: #BA3E68;
}
.BgClassName
{
background-color: #BA3E68;
}
</style>
border-color css
<style>
span { border-color: #BA3E68; }
span { border-color: rgb(186,62,104); }
td.TdClassName
{
border-color: #BA3E68;
}
.TagClassName
{
border-color: #BA3E68;
}
</style>