Shades of Rouge #BA3A6A
Tints of Rouge #BA3A6A
RGB
CMYK
RGB Variations
Color information
#BA3A6A (or 0xBA3A6A) is known color: Rouge. HEX triplet: BA, 3A and 6A. RGB value is (186,58,106). Sum of RGB (Red+Green+Blue) = 186+58+106=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A6A is #45C595. Grayscale: #656565. Windows color (decimal): -4572566 or 6961850. OLE color: 6961850.
HSL color Cylindrical-coordinate representation of color #BA3A6A: hue angle of 337.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A6A is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 106 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.27 |
| HSL | 337.5º | 0.52% | 0.48% | - |
| HSV(B) | 337.5º | 0.69% | 0.73% | - |
| XYZ | 24.36 | 14.51 | 15.15 | - |
| YUV | 101.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 106 | 0 | 0.69 | 0.43 | 0.27 | 337.5 | 0.52 | 0.48 |
| Hex | BA | 3A | 6A | 0 | 45 | 2B | 1B | 152 | 34 | 30 |
| Octal | 272 | 72 | 152 | 0 | 105 | 53 | 33 | 522 | 64 | 60 |
| Binary | 10111010 | 111010 | 1101010 | 0 | 1000101 | 101011 | 11011 | 101010010 | 110100 | 110000 |
Color Harmonies of #BA3A6A
Complementary color
Monochromatic Colors of #BA3A6A
Black with #BA3A6A
Text Example
Text Example
White with #BA3A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A6A; }
p { color: rgb(186,58,106); }
H1.HeaderClassName
{
color: #BA3A6A;
}
.AnyTagClassName
{
color: #BA3A6A;
}
</style>
background-color css
<style>
a { background-color: #BA3A6A; }
a { background-color: rgb(186,58,106); }
div.DivClassName
{
background-color: #BA3A6A;
}
.BgClassName
{
background-color: #BA3A6A;
}
</style>
border-color css
<style>
span { border-color: #BA3A6A; }
span { border-color: rgb(186,58,106); }
td.TdClassName
{
border-color: #BA3A6A;
}
.TagClassName
{
border-color: #BA3A6A;
}
</style>