Shades of Rouge #BA396B
Tints of Rouge #BA396B
RGB
CMYK
RGB Variations
Color information
#BA396B (or 0xBA396B) is known color: Rouge. HEX triplet: BA, 39 and 6B. RGB value is (186,57,107). Sum of RGB (Red+Green+Blue) = 186+57+107=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA396B is #45C694. Grayscale: #656565. Windows color (decimal): -4572821 or 7027130. OLE color: 7027130.
HSL color Cylindrical-coordinate representation of color #BA396B: hue angle of 336.74º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA396B is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 107 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.27 |
| HSL | 336.74º | 0.53% | 0.48% | - |
| HSV(B) | 336.74º | 0.69% | 0.73% | - |
| XYZ | 24.37 | 14.43 | 15.41 | - |
| YUV | 101.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 107 | 0 | 0.69 | 0.42 | 0.27 | 336.74 | 0.53 | 0.48 |
| Hex | BA | 39 | 6B | 0 | 45 | 2A | 1B | 151 | 35 | 30 |
| Octal | 272 | 71 | 153 | 0 | 105 | 52 | 33 | 521 | 65 | 60 |
| Binary | 10111010 | 111001 | 1101011 | 0 | 1000101 | 101010 | 11011 | 101010001 | 110101 | 110000 |
Color Harmonies of #BA396B
Complementary color
Monochromatic Colors of #BA396B
Black with #BA396B
Text Example
Text Example
White with #BA396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA396B; }
p { color: rgb(186,57,107); }
H1.HeaderClassName
{
color: #BA396B;
}
.AnyTagClassName
{
color: #BA396B;
}
</style>
background-color css
<style>
a { background-color: #BA396B; }
a { background-color: rgb(186,57,107); }
div.DivClassName
{
background-color: #BA396B;
}
.BgClassName
{
background-color: #BA396B;
}
</style>
border-color css
<style>
span { border-color: #BA396B; }
span { border-color: rgb(186,57,107); }
td.TdClassName
{
border-color: #BA396B;
}
.TagClassName
{
border-color: #BA396B;
}
</style>