Shades of Rouge #BA3F67
Tints of Rouge #BA3F67
RGB
CMYK
RGB Variations
Color information
#BA3F67 (or 0xBA3F67) is known color: Rouge. HEX triplet: BA, 3F and 67. RGB value is (186,63,103). Sum of RGB (Red+Green+Blue) = 186+63+103=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F67 is #45C098. Grayscale: #686868. Windows color (decimal): -4571289 or 6766522. OLE color: 6766522.
HSL color Cylindrical-coordinate representation of color #BA3F67: hue angle of 340.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F67 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 103 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.27 |
| HSL | 340.49º | 0.49% | 0.49% | - |
| HSV(B) | 340.49º | 0.66% | 0.73% | - |
| XYZ | 24.48 | 14.97 | 14.43 | - |
| YUV | 104.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 103 | 0 | 0.66 | 0.45 | 0.27 | 340.49 | 0.49 | 0.49 |
| Hex | BA | 3F | 67 | 0 | 42 | 2D | 1B | 154 | 31 | 31 |
| Octal | 272 | 77 | 147 | 0 | 102 | 55 | 33 | 524 | 61 | 61 |
| Binary | 10111010 | 111111 | 1100111 | 0 | 1000010 | 101101 | 11011 | 101010100 | 110001 | 110001 |
Color Harmonies of #BA3F67
Complementary color
Monochromatic Colors of #BA3F67
Black with #BA3F67
Text Example
Text Example
White with #BA3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F67; }
p { color: rgb(186,63,103); }
H1.HeaderClassName
{
color: #BA3F67;
}
.AnyTagClassName
{
color: #BA3F67;
}
</style>
background-color css
<style>
a { background-color: #BA3F67; }
a { background-color: rgb(186,63,103); }
div.DivClassName
{
background-color: #BA3F67;
}
.BgClassName
{
background-color: #BA3F67;
}
</style>
border-color css
<style>
span { border-color: #BA3F67; }
span { border-color: rgb(186,63,103); }
td.TdClassName
{
border-color: #BA3F67;
}
.TagClassName
{
border-color: #BA3F67;
}
</style>