Shades of Rouge #BA2668
Tints of Rouge #BA2668
RGB
CMYK
RGB Variations
Color information
#BA2668 (or 0xBA2668) is known color: Rouge. HEX triplet: BA, 26 and 68. RGB value is (186,38,104). Sum of RGB (Red+Green+Blue) = 186+38+104=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2668 is #45D997. Grayscale: #595959. Windows color (decimal): -4577688 or 6825658. OLE color: 6825658.
HSL color Cylindrical-coordinate representation of color #BA2668: hue angle of 333.24º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2668 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 104 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.27 |
| HSL | 333.24º | 0.66% | 0.44% | - |
| HSV(B) | 333.24º | 0.8% | 0.73% | - |
| XYZ | 23.44 | 12.82 | 14.34 | - |
| YUV | 89.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 104 | 0 | 0.80 | 0.44 | 0.27 | 333.24 | 0.66 | 0.44 |
| Hex | BA | 26 | 68 | 0 | 50 | 2C | 1B | 14D | 42 | 2C |
| Octal | 272 | 46 | 150 | 0 | 120 | 54 | 33 | 515 | 102 | 54 |
| Binary | 10111010 | 100110 | 1101000 | 0 | 1010000 | 101100 | 11011 | 101001101 | 1000010 | 101100 |
Color Harmonies of #BA2668
Complementary color
Monochromatic Colors of #BA2668
Black with #BA2668
Text Example
Text Example
White with #BA2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2668; }
p { color: rgb(186,38,104); }
H1.HeaderClassName
{
color: #BA2668;
}
.AnyTagClassName
{
color: #BA2668;
}
</style>
background-color css
<style>
a { background-color: #BA2668; }
a { background-color: rgb(186,38,104); }
div.DivClassName
{
background-color: #BA2668;
}
.BgClassName
{
background-color: #BA2668;
}
</style>
border-color css
<style>
span { border-color: #BA2668; }
span { border-color: rgb(186,38,104); }
td.TdClassName
{
border-color: #BA2668;
}
.TagClassName
{
border-color: #BA2668;
}
</style>