Shades of Rouge #BA3666
Tints of Rouge #BA3666
RGB
CMYK
RGB Variations
Color information
#BA3666 (or 0xBA3666) is known color: Rouge. HEX triplet: BA, 36 and 66. RGB value is (186,54,102). Sum of RGB (Red+Green+Blue) = 186+54+102=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3666 is #45C999. Grayscale: #626262. Windows color (decimal): -4573594 or 6698682. OLE color: 6698682.
HSL color Cylindrical-coordinate representation of color #BA3666: hue angle of 338.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3666 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 102 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.27 |
| HSL | 338.18º | 0.55% | 0.47% | - |
| HSV(B) | 338.18º | 0.71% | 0.73% | - |
| XYZ | 23.97 | 14.04 | 14.02 | - |
| YUV | 98.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 102 | 0 | 0.71 | 0.45 | 0.27 | 338.18 | 0.55 | 0.47 |
| Hex | BA | 36 | 66 | 0 | 47 | 2D | 1B | 152 | 37 | 2F |
| Octal | 272 | 66 | 146 | 0 | 107 | 55 | 33 | 522 | 67 | 57 |
| Binary | 10111010 | 110110 | 1100110 | 0 | 1000111 | 101101 | 11011 | 101010010 | 110111 | 101111 |
Color Harmonies of #BA3666
Complementary color
Monochromatic Colors of #BA3666
Black with #BA3666
Text Example
Text Example
White with #BA3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3666; }
p { color: rgb(186,54,102); }
H1.HeaderClassName
{
color: #BA3666;
}
.AnyTagClassName
{
color: #BA3666;
}
</style>
background-color css
<style>
a { background-color: #BA3666; }
a { background-color: rgb(186,54,102); }
div.DivClassName
{
background-color: #BA3666;
}
.BgClassName
{
background-color: #BA3666;
}
</style>
border-color css
<style>
span { border-color: #BA3666; }
span { border-color: rgb(186,54,102); }
td.TdClassName
{
border-color: #BA3666;
}
.TagClassName
{
border-color: #BA3666;
}
</style>