Shades of Rouge #BA3165
Tints of Rouge #BA3165
RGB
CMYK
RGB Variations
Color information
#BA3165 (or 0xBA3165) is known color: Rouge. HEX triplet: BA, 31 and 65. RGB value is (186,49,101). Sum of RGB (Red+Green+Blue) = 186+49+101=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3165 is #45CE9A. Grayscale: #5F5F5F. Windows color (decimal): -4574875 or 6631866. OLE color: 6631866.
HSL color Cylindrical-coordinate representation of color #BA3165: hue angle of 337.23º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3165 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 101 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.27 |
| HSL | 337.23º | 0.58% | 0.46% | - |
| HSV(B) | 337.23º | 0.74% | 0.73% | - |
| XYZ | 23.7 | 13.58 | 13.68 | - |
| YUV | 95.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 101 | 0 | 0.74 | 0.46 | 0.27 | 337.23 | 0.58 | 0.46 |
| Hex | BA | 31 | 65 | 0 | 4A | 2E | 1B | 151 | 3A | 2E |
| Octal | 272 | 61 | 145 | 0 | 112 | 56 | 33 | 521 | 72 | 56 |
| Binary | 10111010 | 110001 | 1100101 | 0 | 1001010 | 101110 | 11011 | 101010001 | 111010 | 101110 |
Color Harmonies of #BA3165
Complementary color
Monochromatic Colors of #BA3165
Black with #BA3165
Text Example
Text Example
White with #BA3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3165; }
p { color: rgb(186,49,101); }
H1.HeaderClassName
{
color: #BA3165;
}
.AnyTagClassName
{
color: #BA3165;
}
</style>
background-color css
<style>
a { background-color: #BA3165; }
a { background-color: rgb(186,49,101); }
div.DivClassName
{
background-color: #BA3165;
}
.BgClassName
{
background-color: #BA3165;
}
</style>
border-color css
<style>
span { border-color: #BA3165; }
span { border-color: rgb(186,49,101); }
td.TdClassName
{
border-color: #BA3165;
}
.TagClassName
{
border-color: #BA3165;
}
</style>