Shades of Rouge #BA2568
Tints of Rouge #BA2568
RGB
CMYK
RGB Variations
Color information
#BA2568 (or 0xBA2568) is known color: Rouge. HEX triplet: BA, 25 and 68. RGB value is (186,37,104). Sum of RGB (Red+Green+Blue) = 186+37+104=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2568 is #45DA97. Grayscale: #595959. Windows color (decimal): -4577944 or 6825402. OLE color: 6825402.
HSL color Cylindrical-coordinate representation of color #BA2568: hue angle of 333.02º degrees, saturation: 0.67, 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 #BA2568 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 104 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.27 |
| HSL | 333.02º | 0.67% | 0.44% | - |
| HSV(B) | 333.02º | 0.8% | 0.73% | - |
| XYZ | 23.41 | 12.76 | 14.33 | - |
| YUV | 89.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 104 | 0 | 0.80 | 0.44 | 0.27 | 333.02 | 0.67 | 0.44 |
| Hex | BA | 25 | 68 | 0 | 50 | 2C | 1B | 14D | 43 | 2C |
| Octal | 272 | 45 | 150 | 0 | 120 | 54 | 33 | 515 | 103 | 54 |
| Binary | 10111010 | 100101 | 1101000 | 0 | 1010000 | 101100 | 11011 | 101001101 | 1000011 | 101100 |
Color Harmonies of #BA2568
Complementary color
Monochromatic Colors of #BA2568
Black with #BA2568
Text Example
Text Example
White with #BA2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2568; }
p { color: rgb(186,37,104); }
H1.HeaderClassName
{
color: #BA2568;
}
.AnyTagClassName
{
color: #BA2568;
}
</style>
background-color css
<style>
a { background-color: #BA2568; }
a { background-color: rgb(186,37,104); }
div.DivClassName
{
background-color: #BA2568;
}
.BgClassName
{
background-color: #BA2568;
}
</style>
border-color css
<style>
span { border-color: #BA2568; }
span { border-color: rgb(186,37,104); }
td.TdClassName
{
border-color: #BA2568;
}
.TagClassName
{
border-color: #BA2568;
}
</style>