Shades of Rouge #BA2F69
Tints of Rouge #BA2F69
RGB
CMYK
RGB Variations
Color information
#BA2F69 (or 0xBA2F69) is known color: Rouge. HEX triplet: BA, 2F and 69. RGB value is (186,47,105). Sum of RGB (Red+Green+Blue) = 186+47+105=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F69 is #45D096. Grayscale: #5F5F5F. Windows color (decimal): -4575383 or 6893498. OLE color: 6893498.
HSL color Cylindrical-coordinate representation of color #BA2F69: hue angle of 334.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F69 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 105 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.27 |
| HSL | 334.96º | 0.6% | 0.46% | - |
| HSV(B) | 334.96º | 0.75% | 0.73% | - |
| XYZ | 23.82 | 13.49 | 14.71 | - |
| YUV | 95.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 105 | 0 | 0.75 | 0.44 | 0.27 | 334.96 | 0.6 | 0.46 |
| Hex | BA | 2F | 69 | 0 | 4B | 2C | 1B | 14F | 3C | 2E |
| Octal | 272 | 57 | 151 | 0 | 113 | 54 | 33 | 517 | 74 | 56 |
| Binary | 10111010 | 101111 | 1101001 | 0 | 1001011 | 101100 | 11011 | 101001111 | 111100 | 101110 |
Color Harmonies of #BA2F69
Complementary color
Monochromatic Colors of #BA2F69
Black with #BA2F69
Text Example
Text Example
White with #BA2F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F69; }
p { color: rgb(186,47,105); }
H1.HeaderClassName
{
color: #BA2F69;
}
.AnyTagClassName
{
color: #BA2F69;
}
</style>
background-color css
<style>
a { background-color: #BA2F69; }
a { background-color: rgb(186,47,105); }
div.DivClassName
{
background-color: #BA2F69;
}
.BgClassName
{
background-color: #BA2F69;
}
</style>
border-color css
<style>
span { border-color: #BA2F69; }
span { border-color: rgb(186,47,105); }
td.TdClassName
{
border-color: #BA2F69;
}
.TagClassName
{
border-color: #BA2F69;
}
</style>