Shades of Rouge #BA2B6A
Tints of Rouge #BA2B6A
RGB
CMYK
RGB Variations
Color information
#BA2B6A (or 0xBA2B6A) is known color: Rouge. HEX triplet: BA, 2B and 6A. RGB value is (186,43,106). Sum of RGB (Red+Green+Blue) = 186+43+106=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B6A is #45D495. Grayscale: #5C5C5C. Windows color (decimal): -4576406 or 6958010. OLE color: 6958010.
HSL color Cylindrical-coordinate representation of color #BA2B6A: hue angle of 333.57º 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 #BA2B6A is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 106 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.27 |
| HSL | 333.57º | 0.62% | 0.45% | - |
| HSV(B) | 333.57º | 0.77% | 0.73% | - |
| XYZ | 23.72 | 13.21 | 14.94 | - |
| YUV | 92.94 | 135.38 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 106 | 0 | 0.77 | 0.43 | 0.27 | 333.57 | 0.62 | 0.45 |
| Hex | BA | 2B | 6A | 0 | 4D | 2B | 1B | 14E | 3E | 2D |
| Octal | 272 | 53 | 152 | 0 | 115 | 53 | 33 | 516 | 76 | 55 |
| Binary | 10111010 | 101011 | 1101010 | 0 | 1001101 | 101011 | 11011 | 101001110 | 111110 | 101101 |
Color Harmonies of #BA2B6A
Complementary color
Monochromatic Colors of #BA2B6A
Black with #BA2B6A
Text Example
Text Example
White with #BA2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B6A; }
p { color: rgb(186,43,106); }
H1.HeaderClassName
{
color: #BA2B6A;
}
.AnyTagClassName
{
color: #BA2B6A;
}
</style>
background-color css
<style>
a { background-color: #BA2B6A; }
a { background-color: rgb(186,43,106); }
div.DivClassName
{
background-color: #BA2B6A;
}
.BgClassName
{
background-color: #BA2B6A;
}
</style>
border-color css
<style>
span { border-color: #BA2B6A; }
span { border-color: rgb(186,43,106); }
td.TdClassName
{
border-color: #BA2B6A;
}
.TagClassName
{
border-color: #BA2B6A;
}
</style>