Shades of Rouge #BA3D60
Tints of Rouge #BA3D60
RGB
CMYK
RGB Variations
Color information
#BA3D60 (or 0xBA3D60) is known color: Rouge. HEX triplet: BA, 3D and 60. RGB value is (186,61,96). Sum of RGB (Red+Green+Blue) = 186+61+96=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D60 is #45C29F. Grayscale: #666666. Windows color (decimal): -4571808 or 6307258. OLE color: 6307258.
HSL color Cylindrical-coordinate representation of color #BA3D60: hue angle of 343.2º 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 #BA3D60 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 96 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.27 |
| HSL | 343.2º | 0.51% | 0.48% | - |
| HSV(B) | 343.2º | 0.67% | 0.73% | - |
| XYZ | 24.03 | 14.62 | 12.62 | - |
| YUV | 102.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 96 | 0 | 0.67 | 0.48 | 0.27 | 343.2 | 0.51 | 0.48 |
| Hex | BA | 3D | 60 | 0 | 43 | 30 | 1B | 157 | 33 | 30 |
| Octal | 272 | 75 | 140 | 0 | 103 | 60 | 33 | 527 | 63 | 60 |
| Binary | 10111010 | 111101 | 1100000 | 0 | 1000011 | 110000 | 11011 | 101010111 | 110011 | 110000 |
Color Harmonies of #BA3D60
Complementary color
Monochromatic Colors of #BA3D60
Black with #BA3D60
Text Example
Text Example
White with #BA3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D60; }
p { color: rgb(186,61,96); }
H1.HeaderClassName
{
color: #BA3D60;
}
.AnyTagClassName
{
color: #BA3D60;
}
</style>
background-color css
<style>
a { background-color: #BA3D60; }
a { background-color: rgb(186,61,96); }
div.DivClassName
{
background-color: #BA3D60;
}
.BgClassName
{
background-color: #BA3D60;
}
</style>
border-color css
<style>
span { border-color: #BA3D60; }
span { border-color: rgb(186,61,96); }
td.TdClassName
{
border-color: #BA3D60;
}
.TagClassName
{
border-color: #BA3D60;
}
</style>