Shades of Rouge #BA3469
Tints of Rouge #BA3469
RGB
CMYK
RGB Variations
Color information
#BA3469 (or 0xBA3469) is known color: Rouge. HEX triplet: BA, 34 and 69. RGB value is (186,52,105). Sum of RGB (Red+Green+Blue) = 186+52+105=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3469 is #45CB96. Grayscale: #626262. Windows color (decimal): -4574103 or 6894778. OLE color: 6894778.
HSL color Cylindrical-coordinate representation of color #BA3469: hue angle of 336.27º 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 #BA3469 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 105 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.27 |
| HSL | 336.27º | 0.56% | 0.47% | - |
| HSV(B) | 336.27º | 0.72% | 0.73% | - |
| XYZ | 24.03 | 13.92 | 14.78 | - |
| YUV | 98.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 105 | 0 | 0.72 | 0.44 | 0.27 | 336.27 | 0.56 | 0.47 |
| Hex | BA | 34 | 69 | 0 | 48 | 2C | 1B | 150 | 38 | 2F |
| Octal | 272 | 64 | 151 | 0 | 110 | 54 | 33 | 520 | 70 | 57 |
| Binary | 10111010 | 110100 | 1101001 | 0 | 1001000 | 101100 | 11011 | 101010000 | 111000 | 101111 |
Color Harmonies of #BA3469
Complementary color
Monochromatic Colors of #BA3469
Black with #BA3469
Text Example
Text Example
White with #BA3469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3469; }
p { color: rgb(186,52,105); }
H1.HeaderClassName
{
color: #BA3469;
}
.AnyTagClassName
{
color: #BA3469;
}
</style>
background-color css
<style>
a { background-color: #BA3469; }
a { background-color: rgb(186,52,105); }
div.DivClassName
{
background-color: #BA3469;
}
.BgClassName
{
background-color: #BA3469;
}
</style>
border-color css
<style>
span { border-color: #BA3469; }
span { border-color: rgb(186,52,105); }
td.TdClassName
{
border-color: #BA3469;
}
.TagClassName
{
border-color: #BA3469;
}
</style>