Shades of Rouge #BA3F65
Tints of Rouge #BA3F65
RGB
CMYK
RGB Variations
Color information
#BA3F65 (or 0xBA3F65) is known color: Rouge. HEX triplet: BA, 3F and 65. RGB value is (186,63,101). Sum of RGB (Red+Green+Blue) = 186+63+101=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F65 is #45C09A. Grayscale: #686868. Windows color (decimal): -4571291 or 6635450. OLE color: 6635450.
HSL color Cylindrical-coordinate representation of color #BA3F65: hue angle of 341.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F65 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 101 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.27 |
| HSL | 341.46º | 0.49% | 0.49% | - |
| HSV(B) | 341.46º | 0.66% | 0.73% | - |
| XYZ | 24.38 | 14.93 | 13.91 | - |
| YUV | 104.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 101 | 0 | 0.66 | 0.46 | 0.27 | 341.46 | 0.49 | 0.49 |
| Hex | BA | 3F | 65 | 0 | 42 | 2E | 1B | 155 | 31 | 31 |
| Octal | 272 | 77 | 145 | 0 | 102 | 56 | 33 | 525 | 61 | 61 |
| Binary | 10111010 | 111111 | 1100101 | 0 | 1000010 | 101110 | 11011 | 101010101 | 110001 | 110001 |
Color Harmonies of #BA3F65
Complementary color
Monochromatic Colors of #BA3F65
Black with #BA3F65
Text Example
Text Example
White with #BA3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F65; }
p { color: rgb(186,63,101); }
H1.HeaderClassName
{
color: #BA3F65;
}
.AnyTagClassName
{
color: #BA3F65;
}
</style>
background-color css
<style>
a { background-color: #BA3F65; }
a { background-color: rgb(186,63,101); }
div.DivClassName
{
background-color: #BA3F65;
}
.BgClassName
{
background-color: #BA3F65;
}
</style>
border-color css
<style>
span { border-color: #BA3F65; }
span { border-color: rgb(186,63,101); }
td.TdClassName
{
border-color: #BA3F65;
}
.TagClassName
{
border-color: #BA3F65;
}
</style>