Shades of Rouge #BA3865
Tints of Rouge #BA3865
RGB
CMYK
RGB Variations
Color information
#BA3865 (or 0xBA3865) is known color: Rouge. HEX triplet: BA, 38 and 65. RGB value is (186,56,101). Sum of RGB (Red+Green+Blue) = 186+56+101=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3865 is #45C79A. Grayscale: #636363. Windows color (decimal): -4573083 or 6633658. OLE color: 6633658.
HSL color Cylindrical-coordinate representation of color #BA3865: hue angle of 339.23º 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 #BA3865 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 101 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.27 |
| HSL | 339.23º | 0.54% | 0.47% | - |
| HSV(B) | 339.23º | 0.7% | 0.73% | - |
| XYZ | 24.01 | 14.21 | 13.79 | - |
| YUV | 100 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 101 | 0 | 0.70 | 0.46 | 0.27 | 339.23 | 0.54 | 0.47 |
| Hex | BA | 38 | 65 | 0 | 46 | 2E | 1B | 153 | 36 | 2F |
| Octal | 272 | 70 | 145 | 0 | 106 | 56 | 33 | 523 | 66 | 57 |
| Binary | 10111010 | 111000 | 1100101 | 0 | 1000110 | 101110 | 11011 | 101010011 | 110110 | 101111 |
Color Harmonies of #BA3865
Complementary color
Monochromatic Colors of #BA3865
Black with #BA3865
Text Example
Text Example
White with #BA3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3865; }
p { color: rgb(186,56,101); }
H1.HeaderClassName
{
color: #BA3865;
}
.AnyTagClassName
{
color: #BA3865;
}
</style>
background-color css
<style>
a { background-color: #BA3865; }
a { background-color: rgb(186,56,101); }
div.DivClassName
{
background-color: #BA3865;
}
.BgClassName
{
background-color: #BA3865;
}
</style>
border-color css
<style>
span { border-color: #BA3865; }
span { border-color: rgb(186,56,101); }
td.TdClassName
{
border-color: #BA3865;
}
.TagClassName
{
border-color: #BA3865;
}
</style>