Shades of Rouge #BA316B
Tints of Rouge #BA316B
RGB
CMYK
RGB Variations
Color information
#BA316B (or 0xBA316B) is known color: Rouge. HEX triplet: BA, 31 and 6B. RGB value is (186,49,107). Sum of RGB (Red+Green+Blue) = 186+49+107=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA316B is #45CE94. Grayscale: #606060. Windows color (decimal): -4574869 or 7025082. OLE color: 7025082.
HSL color Cylindrical-coordinate representation of color #BA316B: hue angle of 334.6º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA316B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 107 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.27 |
| HSL | 334.6º | 0.58% | 0.46% | - |
| HSV(B) | 334.6º | 0.74% | 0.73% | - |
| XYZ | 24 | 13.7 | 15.29 | - |
| YUV | 96.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 107 | 0 | 0.74 | 0.42 | 0.27 | 334.6 | 0.58 | 0.46 |
| Hex | BA | 31 | 6B | 0 | 4A | 2A | 1B | 14F | 3A | 2E |
| Octal | 272 | 61 | 153 | 0 | 112 | 52 | 33 | 517 | 72 | 56 |
| Binary | 10111010 | 110001 | 1101011 | 0 | 1001010 | 101010 | 11011 | 101001111 | 111010 | 101110 |
Color Harmonies of #BA316B
Complementary color
Monochromatic Colors of #BA316B
Black with #BA316B
Text Example
Text Example
White with #BA316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA316B; }
p { color: rgb(186,49,107); }
H1.HeaderClassName
{
color: #BA316B;
}
.AnyTagClassName
{
color: #BA316B;
}
</style>
background-color css
<style>
a { background-color: #BA316B; }
a { background-color: rgb(186,49,107); }
div.DivClassName
{
background-color: #BA316B;
}
.BgClassName
{
background-color: #BA316B;
}
</style>
border-color css
<style>
span { border-color: #BA316B; }
span { border-color: rgb(186,49,107); }
td.TdClassName
{
border-color: #BA316B;
}
.TagClassName
{
border-color: #BA316B;
}
</style>