Shades of Rouge #BA3F64
Tints of Rouge #BA3F64
RGB
CMYK
RGB Variations
Color information
#BA3F64 (or 0xBA3F64) is known color: Rouge. HEX triplet: BA, 3F and 64. RGB value is (186,63,100). Sum of RGB (Red+Green+Blue) = 186+63+100=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F64 is #45C09B. Grayscale: #676767. Windows color (decimal): -4571292 or 6569914. OLE color: 6569914.
HSL color Cylindrical-coordinate representation of color #BA3F64: hue angle of 341.95º 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 #BA3F64 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 100 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.27 |
| HSL | 341.95º | 0.49% | 0.49% | - |
| HSV(B) | 341.95º | 0.66% | 0.73% | - |
| XYZ | 24.33 | 14.91 | 13.65 | - |
| YUV | 104 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 100 | 0 | 0.66 | 0.46 | 0.27 | 341.95 | 0.49 | 0.49 |
| Hex | BA | 3F | 64 | 0 | 42 | 2E | 1B | 156 | 31 | 31 |
| Octal | 272 | 77 | 144 | 0 | 102 | 56 | 33 | 526 | 61 | 61 |
| Binary | 10111010 | 111111 | 1100100 | 0 | 1000010 | 101110 | 11011 | 101010110 | 110001 | 110001 |
Color Harmonies of #BA3F64
Complementary color
Monochromatic Colors of #BA3F64
Black with #BA3F64
Text Example
Text Example
White with #BA3F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F64; }
p { color: rgb(186,63,100); }
H1.HeaderClassName
{
color: #BA3F64;
}
.AnyTagClassName
{
color: #BA3F64;
}
</style>
background-color css
<style>
a { background-color: #BA3F64; }
a { background-color: rgb(186,63,100); }
div.DivClassName
{
background-color: #BA3F64;
}
.BgClassName
{
background-color: #BA3F64;
}
</style>
border-color css
<style>
span { border-color: #BA3F64; }
span { border-color: rgb(186,63,100); }
td.TdClassName
{
border-color: #BA3F64;
}
.TagClassName
{
border-color: #BA3F64;
}
</style>