Shades of Rouge #BA2B68
Tints of Rouge #BA2B68
RGB
CMYK
RGB Variations
Color information
#BA2B68 (or 0xBA2B68) is known color: Rouge. HEX triplet: BA, 2B and 68. RGB value is (186,43,104). Sum of RGB (Red+Green+Blue) = 186+43+104=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B68 is #45D497. Grayscale: #5C5C5C. Windows color (decimal): -4576408 or 6826938. OLE color: 6826938.
HSL color Cylindrical-coordinate representation of color #BA2B68: hue angle of 334.41º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B68 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 104 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.27 |
| HSL | 334.41º | 0.62% | 0.45% | - |
| HSV(B) | 334.41º | 0.77% | 0.73% | - |
| XYZ | 23.61 | 13.17 | 14.39 | - |
| YUV | 92.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 104 | 0 | 0.77 | 0.44 | 0.27 | 334.41 | 0.62 | 0.45 |
| Hex | BA | 2B | 68 | 0 | 4D | 2C | 1B | 14E | 3E | 2D |
| Octal | 272 | 53 | 150 | 0 | 115 | 54 | 33 | 516 | 76 | 55 |
| Binary | 10111010 | 101011 | 1101000 | 0 | 1001101 | 101100 | 11011 | 101001110 | 111110 | 101101 |
Color Harmonies of #BA2B68
Complementary color
Monochromatic Colors of #BA2B68
Black with #BA2B68
Text Example
Text Example
White with #BA2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B68; }
p { color: rgb(186,43,104); }
H1.HeaderClassName
{
color: #BA2B68;
}
.AnyTagClassName
{
color: #BA2B68;
}
</style>
background-color css
<style>
a { background-color: #BA2B68; }
a { background-color: rgb(186,43,104); }
div.DivClassName
{
background-color: #BA2B68;
}
.BgClassName
{
background-color: #BA2B68;
}
</style>
border-color css
<style>
span { border-color: #BA2B68; }
span { border-color: rgb(186,43,104); }
td.TdClassName
{
border-color: #BA2B68;
}
.TagClassName
{
border-color: #BA2B68;
}
</style>