Shades of Rouge #BA306B
Tints of Rouge #BA306B
RGB
CMYK
RGB Variations
Color information
#BA306B (or 0xBA306B) is known color: Rouge. HEX triplet: BA, 30 and 6B. RGB value is (186,48,107). Sum of RGB (Red+Green+Blue) = 186+48+107=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA306B is #45CF94. Grayscale: #5F5F5F. Windows color (decimal): -4575125 or 7024826. OLE color: 7024826.
HSL color Cylindrical-coordinate representation of color #BA306B: hue angle of 334.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA306B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 107 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.27 |
| HSL | 334.35º | 0.59% | 0.46% | - |
| HSV(B) | 334.35º | 0.74% | 0.73% | - |
| XYZ | 23.96 | 13.61 | 15.27 | - |
| YUV | 95.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 107 | 0 | 0.74 | 0.42 | 0.27 | 334.35 | 0.59 | 0.46 |
| Hex | BA | 30 | 6B | 0 | 4A | 2A | 1B | 14E | 3B | 2E |
| Octal | 272 | 60 | 153 | 0 | 112 | 52 | 33 | 516 | 73 | 56 |
| Binary | 10111010 | 110000 | 1101011 | 0 | 1001010 | 101010 | 11011 | 101001110 | 111011 | 101110 |
Color Harmonies of #BA306B
Complementary color
Monochromatic Colors of #BA306B
Black with #BA306B
Text Example
Text Example
White with #BA306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA306B; }
p { color: rgb(186,48,107); }
H1.HeaderClassName
{
color: #BA306B;
}
.AnyTagClassName
{
color: #BA306B;
}
</style>
background-color css
<style>
a { background-color: #BA306B; }
a { background-color: rgb(186,48,107); }
div.DivClassName
{
background-color: #BA306B;
}
.BgClassName
{
background-color: #BA306B;
}
</style>
border-color css
<style>
span { border-color: #BA306B; }
span { border-color: rgb(186,48,107); }
td.TdClassName
{
border-color: #BA306B;
}
.TagClassName
{
border-color: #BA306B;
}
</style>