Shades of Rouge #B9346B
Tints of Rouge #B9346B
RGB
CMYK
RGB Variations
Color information
#B9346B (or 0xB9346B) is known color: Rouge. HEX triplet: B9, 34 and 6B. RGB value is (185,52,107). Sum of RGB (Red+Green+Blue) = 185+52+107=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9346B is #46CB94. Grayscale: #616161. Windows color (decimal): -4639637 or 7025849. OLE color: 7025849.
HSL color Cylindrical-coordinate representation of color #B9346B: hue angle of 335.19º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9346B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 107 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.27 |
| HSL | 335.19º | 0.56% | 0.46% | - |
| HSV(B) | 335.19º | 0.72% | 0.73% | - |
| XYZ | 23.89 | 13.83 | 15.32 | - |
| YUV | 98.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 107 | 0 | 0.72 | 0.42 | 0.27 | 335.19 | 0.56 | 0.46 |
| Hex | B9 | 34 | 6B | 0 | 48 | 2A | 1B | 14F | 38 | 2E |
| Octal | 271 | 64 | 153 | 0 | 110 | 52 | 33 | 517 | 70 | 56 |
| Binary | 10111001 | 110100 | 1101011 | 0 | 1001000 | 101010 | 11011 | 101001111 | 111000 | 101110 |
Color Harmonies of #B9346B
Complementary color
Monochromatic Colors of #B9346B
Black with #B9346B
Text Example
Text Example
White with #B9346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9346B; }
p { color: rgb(185,52,107); }
H1.HeaderClassName
{
color: #B9346B;
}
.AnyTagClassName
{
color: #B9346B;
}
</style>
background-color css
<style>
a { background-color: #B9346B; }
a { background-color: rgb(185,52,107); }
div.DivClassName
{
background-color: #B9346B;
}
.BgClassName
{
background-color: #B9346B;
}
</style>
border-color css
<style>
span { border-color: #B9346B; }
span { border-color: rgb(185,52,107); }
td.TdClassName
{
border-color: #B9346B;
}
.TagClassName
{
border-color: #B9346B;
}
</style>