Shades of Rouge #BA356B
Tints of Rouge #BA356B
RGB
CMYK
RGB Variations
Color information
#BA356B (or 0xBA356B) is known color: Rouge. HEX triplet: BA, 35 and 6B. RGB value is (186,53,107). Sum of RGB (Red+Green+Blue) = 186+53+107=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA356B is #45CA94. Grayscale: #626262. Windows color (decimal): -4573845 or 7026106. OLE color: 7026106.
HSL color Cylindrical-coordinate representation of color #BA356B: hue angle of 335.64º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA356B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 107 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.27 |
| HSL | 335.64º | 0.56% | 0.47% | - |
| HSV(B) | 335.64º | 0.72% | 0.73% | - |
| XYZ | 24.18 | 14.05 | 15.35 | - |
| YUV | 98.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 107 | 0 | 0.72 | 0.42 | 0.27 | 335.64 | 0.56 | 0.47 |
| Hex | BA | 35 | 6B | 0 | 48 | 2A | 1B | 150 | 38 | 2F |
| Octal | 272 | 65 | 153 | 0 | 110 | 52 | 33 | 520 | 70 | 57 |
| Binary | 10111010 | 110101 | 1101011 | 0 | 1001000 | 101010 | 11011 | 101010000 | 111000 | 101111 |
Color Harmonies of #BA356B
Complementary color
Monochromatic Colors of #BA356B
Black with #BA356B
Text Example
Text Example
White with #BA356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA356B; }
p { color: rgb(186,53,107); }
H1.HeaderClassName
{
color: #BA356B;
}
.AnyTagClassName
{
color: #BA356B;
}
</style>
background-color css
<style>
a { background-color: #BA356B; }
a { background-color: rgb(186,53,107); }
div.DivClassName
{
background-color: #BA356B;
}
.BgClassName
{
background-color: #BA356B;
}
</style>
border-color css
<style>
span { border-color: #BA356B; }
span { border-color: rgb(186,53,107); }
td.TdClassName
{
border-color: #BA356B;
}
.TagClassName
{
border-color: #BA356B;
}
</style>