Shades of Rouge #BA3D65
Tints of Rouge #BA3D65
RGB
CMYK
RGB Variations
Color information
#BA3D65 (or 0xBA3D65) is known color: Rouge. HEX triplet: BA, 3D and 65. RGB value is (186,61,101). Sum of RGB (Red+Green+Blue) = 186+61+101=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D65 is #45C29A. Grayscale: #666666. Windows color (decimal): -4571803 or 6634938. OLE color: 6634938.
HSL color Cylindrical-coordinate representation of color #BA3D65: hue angle of 340.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D65 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 101 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.27 |
| HSL | 340.8º | 0.51% | 0.48% | - |
| HSV(B) | 340.8º | 0.67% | 0.73% | - |
| XYZ | 24.27 | 14.72 | 13.87 | - |
| YUV | 102.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 101 | 0 | 0.67 | 0.46 | 0.27 | 340.8 | 0.51 | 0.48 |
| Hex | BA | 3D | 65 | 0 | 43 | 2E | 1B | 155 | 33 | 30 |
| Octal | 272 | 75 | 145 | 0 | 103 | 56 | 33 | 525 | 63 | 60 |
| Binary | 10111010 | 111101 | 1100101 | 0 | 1000011 | 101110 | 11011 | 101010101 | 110011 | 110000 |
Color Harmonies of #BA3D65
Complementary color
Monochromatic Colors of #BA3D65
Black with #BA3D65
Text Example
Text Example
White with #BA3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D65; }
p { color: rgb(186,61,101); }
H1.HeaderClassName
{
color: #BA3D65;
}
.AnyTagClassName
{
color: #BA3D65;
}
</style>
background-color css
<style>
a { background-color: #BA3D65; }
a { background-color: rgb(186,61,101); }
div.DivClassName
{
background-color: #BA3D65;
}
.BgClassName
{
background-color: #BA3D65;
}
</style>
border-color css
<style>
span { border-color: #BA3D65; }
span { border-color: rgb(186,61,101); }
td.TdClassName
{
border-color: #BA3D65;
}
.TagClassName
{
border-color: #BA3D65;
}
</style>