Shades of Rouge #BA376C
Tints of Rouge #BA376C
RGB
CMYK
RGB Variations
Color information
#BA376C (or 0xBA376C) is known color: Rouge. HEX triplet: BA, 37 and 6C. RGB value is (186,55,108). Sum of RGB (Red+Green+Blue) = 186+55+108=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA376C is #45C893. Grayscale: #646464. Windows color (decimal): -4573332 or 7092154. OLE color: 7092154.
HSL color Cylindrical-coordinate representation of color #BA376C: hue angle of 335.73º 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 #BA376C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 108 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.27 |
| HSL | 335.73º | 0.54% | 0.47% | - |
| HSV(B) | 335.73º | 0.7% | 0.73% | - |
| XYZ | 24.32 | 14.25 | 15.66 | - |
| YUV | 100.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 108 | 0 | 0.70 | 0.42 | 0.27 | 335.73 | 0.54 | 0.47 |
| Hex | BA | 37 | 6C | 0 | 46 | 2A | 1B | 150 | 36 | 2F |
| Octal | 272 | 67 | 154 | 0 | 106 | 52 | 33 | 520 | 66 | 57 |
| Binary | 10111010 | 110111 | 1101100 | 0 | 1000110 | 101010 | 11011 | 101010000 | 110110 | 101111 |
Color Harmonies of #BA376C
Complementary color
Monochromatic Colors of #BA376C
Black with #BA376C
Text Example
Text Example
White with #BA376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA376C; }
p { color: rgb(186,55,108); }
H1.HeaderClassName
{
color: #BA376C;
}
.AnyTagClassName
{
color: #BA376C;
}
</style>
background-color css
<style>
a { background-color: #BA376C; }
a { background-color: rgb(186,55,108); }
div.DivClassName
{
background-color: #BA376C;
}
.BgClassName
{
background-color: #BA376C;
}
</style>
border-color css
<style>
span { border-color: #BA376C; }
span { border-color: rgb(186,55,108); }
td.TdClassName
{
border-color: #BA376C;
}
.TagClassName
{
border-color: #BA376C;
}
</style>