Shades of Rouge #BA336A
Tints of Rouge #BA336A
RGB
CMYK
RGB Variations
Color information
#BA336A (or 0xBA336A) is known color: Rouge. HEX triplet: BA, 33 and 6A. RGB value is (186,51,106). Sum of RGB (Red+Green+Blue) = 186+51+106=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA336A is #45CC95. Grayscale: #616161. Windows color (decimal): -4574358 or 6960058. OLE color: 6960058.
HSL color Cylindrical-coordinate representation of color #BA336A: hue angle of 335.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA336A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 106 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.27 |
| HSL | 335.56º | 0.57% | 0.46% | - |
| HSV(B) | 335.56º | 0.73% | 0.73% | - |
| XYZ | 24.04 | 13.85 | 15.04 | - |
| YUV | 97.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 106 | 0 | 0.73 | 0.43 | 0.27 | 335.56 | 0.57 | 0.46 |
| Hex | BA | 33 | 6A | 0 | 49 | 2B | 1B | 150 | 39 | 2E |
| Octal | 272 | 63 | 152 | 0 | 111 | 53 | 33 | 520 | 71 | 56 |
| Binary | 10111010 | 110011 | 1101010 | 0 | 1001001 | 101011 | 11011 | 101010000 | 111001 | 101110 |
Color Harmonies of #BA336A
Complementary color
Monochromatic Colors of #BA336A
Black with #BA336A
Text Example
Text Example
White with #BA336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA336A; }
p { color: rgb(186,51,106); }
H1.HeaderClassName
{
color: #BA336A;
}
.AnyTagClassName
{
color: #BA336A;
}
</style>
background-color css
<style>
a { background-color: #BA336A; }
a { background-color: rgb(186,51,106); }
div.DivClassName
{
background-color: #BA336A;
}
.BgClassName
{
background-color: #BA336A;
}
</style>
border-color css
<style>
span { border-color: #BA336A; }
span { border-color: rgb(186,51,106); }
td.TdClassName
{
border-color: #BA336A;
}
.TagClassName
{
border-color: #BA336A;
}
</style>