Shades of Rouge #BA2D68
Tints of Rouge #BA2D68
RGB
CMYK
RGB Variations
Color information
#BA2D68 (or 0xBA2D68) is known color: Rouge. HEX triplet: BA, 2D and 68. RGB value is (186,45,104). Sum of RGB (Red+Green+Blue) = 186+45+104=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D68 is #45D297. Grayscale: #5D5D5D. Windows color (decimal): -4575896 or 6827450. OLE color: 6827450.
HSL color Cylindrical-coordinate representation of color #BA2D68: hue angle of 334.89º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D68 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 104 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.27 |
| HSL | 334.89º | 0.61% | 0.45% | - |
| HSV(B) | 334.89º | 0.76% | 0.73% | - |
| XYZ | 23.69 | 13.32 | 14.42 | - |
| YUV | 93.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 104 | 0 | 0.76 | 0.44 | 0.27 | 334.89 | 0.61 | 0.45 |
| Hex | BA | 2D | 68 | 0 | 4C | 2C | 1B | 14F | 3D | 2D |
| Octal | 272 | 55 | 150 | 0 | 114 | 54 | 33 | 517 | 75 | 55 |
| Binary | 10111010 | 101101 | 1101000 | 0 | 1001100 | 101100 | 11011 | 101001111 | 111101 | 101101 |
Color Harmonies of #BA2D68
Complementary color
Monochromatic Colors of #BA2D68
Black with #BA2D68
Text Example
Text Example
White with #BA2D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D68; }
p { color: rgb(186,45,104); }
H1.HeaderClassName
{
color: #BA2D68;
}
.AnyTagClassName
{
color: #BA2D68;
}
</style>
background-color css
<style>
a { background-color: #BA2D68; }
a { background-color: rgb(186,45,104); }
div.DivClassName
{
background-color: #BA2D68;
}
.BgClassName
{
background-color: #BA2D68;
}
</style>
border-color css
<style>
span { border-color: #BA2D68; }
span { border-color: rgb(186,45,104); }
td.TdClassName
{
border-color: #BA2D68;
}
.TagClassName
{
border-color: #BA2D68;
}
</style>