Shades of Rouge #BA3764
Tints of Rouge #BA3764
RGB
CMYK
RGB Variations
Color information
#BA3764 (or 0xBA3764) is known color: Rouge. HEX triplet: BA, 37 and 64. RGB value is (186,55,100). Sum of RGB (Red+Green+Blue) = 186+55+100=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3764 is #45C89B. Grayscale: #636363. Windows color (decimal): -4573340 or 6567866. OLE color: 6567866.
HSL color Cylindrical-coordinate representation of color #BA3764: hue angle of 339.39º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3764 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 100 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.27 |
| HSL | 339.39º | 0.54% | 0.47% | - |
| HSV(B) | 339.39º | 0.7% | 0.73% | - |
| XYZ | 23.92 | 14.09 | 13.52 | - |
| YUV | 99.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 100 | 0 | 0.70 | 0.46 | 0.27 | 339.39 | 0.54 | 0.47 |
| Hex | BA | 37 | 64 | 0 | 46 | 2E | 1B | 153 | 36 | 2F |
| Octal | 272 | 67 | 144 | 0 | 106 | 56 | 33 | 523 | 66 | 57 |
| Binary | 10111010 | 110111 | 1100100 | 0 | 1000110 | 101110 | 11011 | 101010011 | 110110 | 101111 |
Color Harmonies of #BA3764
Complementary color
Monochromatic Colors of #BA3764
Black with #BA3764
Text Example
Text Example
White with #BA3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3764; }
p { color: rgb(186,55,100); }
H1.HeaderClassName
{
color: #BA3764;
}
.AnyTagClassName
{
color: #BA3764;
}
</style>
background-color css
<style>
a { background-color: #BA3764; }
a { background-color: rgb(186,55,100); }
div.DivClassName
{
background-color: #BA3764;
}
.BgClassName
{
background-color: #BA3764;
}
</style>
border-color css
<style>
span { border-color: #BA3764; }
span { border-color: rgb(186,55,100); }
td.TdClassName
{
border-color: #BA3764;
}
.TagClassName
{
border-color: #BA3764;
}
</style>