Shades of Rouge #BA4064
Tints of Rouge #BA4064
RGB
CMYK
RGB Variations
Color information
#BA4064 (or 0xBA4064) is known color: Rouge. HEX triplet: BA, 40 and 64. RGB value is (186,64,100). Sum of RGB (Red+Green+Blue) = 186+64+100=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4064 is #45BF9B. Grayscale: #686868. Windows color (decimal): -4571036 or 6570170. OLE color: 6570170.
HSL color Cylindrical-coordinate representation of color #BA4064: hue angle of 342.3º 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 #BA4064 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 100 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.27 |
| HSL | 342.3º | 0.49% | 0.49% | - |
| HSV(B) | 342.3º | 0.66% | 0.73% | - |
| XYZ | 24.38 | 15.03 | 13.67 | - |
| YUV | 104.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 100 | 0 | 0.66 | 0.46 | 0.27 | 342.3 | 0.49 | 0.49 |
| Hex | BA | 40 | 64 | 0 | 42 | 2E | 1B | 156 | 31 | 31 |
| Octal | 272 | 100 | 144 | 0 | 102 | 56 | 33 | 526 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1100100 | 0 | 1000010 | 101110 | 11011 | 101010110 | 110001 | 110001 |
Color Harmonies of #BA4064
Complementary color
Monochromatic Colors of #BA4064
Black with #BA4064
Text Example
Text Example
White with #BA4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4064; }
p { color: rgb(186,64,100); }
H1.HeaderClassName
{
color: #BA4064;
}
.AnyTagClassName
{
color: #BA4064;
}
</style>
background-color css
<style>
a { background-color: #BA4064; }
a { background-color: rgb(186,64,100); }
div.DivClassName
{
background-color: #BA4064;
}
.BgClassName
{
background-color: #BA4064;
}
</style>
border-color css
<style>
span { border-color: #BA4064; }
span { border-color: rgb(186,64,100); }
td.TdClassName
{
border-color: #BA4064;
}
.TagClassName
{
border-color: #BA4064;
}
</style>