Shades of Rouge #BA2A68
Tints of Rouge #BA2A68
RGB
CMYK
RGB Variations
Color information
#BA2A68 (or 0xBA2A68) is known color: Rouge. HEX triplet: BA, 2A and 68. RGB value is (186,42,104). Sum of RGB (Red+Green+Blue) = 186+42+104=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A68 is #45D597. Grayscale: #5C5C5C. Windows color (decimal): -4576664 or 6826682. OLE color: 6826682.
HSL color Cylindrical-coordinate representation of color #BA2A68: hue angle of 334.17º degrees, saturation: 0.63, 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 #BA2A68 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 104 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.27 |
| HSL | 334.17º | 0.63% | 0.45% | - |
| HSV(B) | 334.17º | 0.77% | 0.73% | - |
| XYZ | 23.58 | 13.09 | 14.38 | - |
| YUV | 92.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 104 | 0 | 0.77 | 0.44 | 0.27 | 334.17 | 0.63 | 0.45 |
| Hex | BA | 2A | 68 | 0 | 4D | 2C | 1B | 14E | 3F | 2D |
| Octal | 272 | 52 | 150 | 0 | 115 | 54 | 33 | 516 | 77 | 55 |
| Binary | 10111010 | 101010 | 1101000 | 0 | 1001101 | 101100 | 11011 | 101001110 | 111111 | 101101 |
Color Harmonies of #BA2A68
Complementary color
Monochromatic Colors of #BA2A68
Black with #BA2A68
Text Example
Text Example
White with #BA2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A68; }
p { color: rgb(186,42,104); }
H1.HeaderClassName
{
color: #BA2A68;
}
.AnyTagClassName
{
color: #BA2A68;
}
</style>
background-color css
<style>
a { background-color: #BA2A68; }
a { background-color: rgb(186,42,104); }
div.DivClassName
{
background-color: #BA2A68;
}
.BgClassName
{
background-color: #BA2A68;
}
</style>
border-color css
<style>
span { border-color: #BA2A68; }
span { border-color: rgb(186,42,104); }
td.TdClassName
{
border-color: #BA2A68;
}
.TagClassName
{
border-color: #BA2A68;
}
</style>