Shades of Rouge #BA3665
Tints of Rouge #BA3665
RGB
CMYK
RGB Variations
Color information
#BA3665 (or 0xBA3665) is known color: Rouge. HEX triplet: BA, 36 and 65. RGB value is (186,54,101). Sum of RGB (Red+Green+Blue) = 186+54+101=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3665 is #45C99A. Grayscale: #626262. Windows color (decimal): -4573595 or 6633146. OLE color: 6633146.
HSL color Cylindrical-coordinate representation of color #BA3665: hue angle of 338.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3665 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 101 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.27 |
| HSL | 338.64º | 0.55% | 0.47% | - |
| HSV(B) | 338.64º | 0.71% | 0.73% | - |
| XYZ | 23.92 | 14.02 | 13.76 | - |
| YUV | 98.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 101 | 0 | 0.71 | 0.46 | 0.27 | 338.64 | 0.55 | 0.47 |
| Hex | BA | 36 | 65 | 0 | 47 | 2E | 1B | 153 | 37 | 2F |
| Octal | 272 | 66 | 145 | 0 | 107 | 56 | 33 | 523 | 67 | 57 |
| Binary | 10111010 | 110110 | 1100101 | 0 | 1000111 | 101110 | 11011 | 101010011 | 110111 | 101111 |
Color Harmonies of #BA3665
Complementary color
Monochromatic Colors of #BA3665
Black with #BA3665
Text Example
Text Example
White with #BA3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3665; }
p { color: rgb(186,54,101); }
H1.HeaderClassName
{
color: #BA3665;
}
.AnyTagClassName
{
color: #BA3665;
}
</style>
background-color css
<style>
a { background-color: #BA3665; }
a { background-color: rgb(186,54,101); }
div.DivClassName
{
background-color: #BA3665;
}
.BgClassName
{
background-color: #BA3665;
}
</style>
border-color css
<style>
span { border-color: #BA3665; }
span { border-color: rgb(186,54,101); }
td.TdClassName
{
border-color: #BA3665;
}
.TagClassName
{
border-color: #BA3665;
}
</style>