Shades of Rouge #BA3868
Tints of Rouge #BA3868
RGB
CMYK
RGB Variations
Color information
#BA3868 (or 0xBA3868) is known color: Rouge. HEX triplet: BA, 38 and 68. RGB value is (186,56,104). Sum of RGB (Red+Green+Blue) = 186+56+104=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3868 is #45C797. Grayscale: #646464. Windows color (decimal): -4573080 or 6830266. OLE color: 6830266.
HSL color Cylindrical-coordinate representation of color #BA3868: hue angle of 337.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3868 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 104 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.27 |
| HSL | 337.85º | 0.54% | 0.47% | - |
| HSV(B) | 337.85º | 0.7% | 0.73% | - |
| XYZ | 24.16 | 14.27 | 14.58 | - |
| YUV | 100.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 104 | 0 | 0.70 | 0.44 | 0.27 | 337.85 | 0.54 | 0.47 |
| Hex | BA | 38 | 68 | 0 | 46 | 2C | 1B | 152 | 36 | 2F |
| Octal | 272 | 70 | 150 | 0 | 106 | 54 | 33 | 522 | 66 | 57 |
| Binary | 10111010 | 111000 | 1101000 | 0 | 1000110 | 101100 | 11011 | 101010010 | 110110 | 101111 |
Color Harmonies of #BA3868
Complementary color
Monochromatic Colors of #BA3868
Black with #BA3868
Text Example
Text Example
White with #BA3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3868; }
p { color: rgb(186,56,104); }
H1.HeaderClassName
{
color: #BA3868;
}
.AnyTagClassName
{
color: #BA3868;
}
</style>
background-color css
<style>
a { background-color: #BA3868; }
a { background-color: rgb(186,56,104); }
div.DivClassName
{
background-color: #BA3868;
}
.BgClassName
{
background-color: #BA3868;
}
</style>
border-color css
<style>
span { border-color: #BA3868; }
span { border-color: rgb(186,56,104); }
td.TdClassName
{
border-color: #BA3868;
}
.TagClassName
{
border-color: #BA3868;
}
</style>