Shades of Rouge #B9325F
Tints of Rouge #B9325F
RGB
CMYK
RGB Variations
Color information
#B9325F (or 0xB9325F) is known color: Rouge. HEX triplet: B9, 32 and 5F. RGB value is (185,50,95). Sum of RGB (Red+Green+Blue) = 185+50+95=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9325F is #46CDA0. Grayscale: #5F5F5F. Windows color (decimal): -4640161 or 6238905. OLE color: 6238905.
HSL color Cylindrical-coordinate representation of color #B9325F: hue angle of 340º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9325F is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 95 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.27 |
| HSL | 340º | 0.57% | 0.46% | - |
| HSV(B) | 340º | 0.73% | 0.73% | - |
| XYZ | 23.21 | 13.42 | 12.19 | - |
| YUV | 95.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 95 | 0 | 0.73 | 0.49 | 0.27 | 340 | 0.57 | 0.46 |
| Hex | B9 | 32 | 5F | 0 | 49 | 31 | 1B | 154 | 39 | 2E |
| Octal | 271 | 62 | 137 | 0 | 111 | 61 | 33 | 524 | 71 | 56 |
| Binary | 10111001 | 110010 | 1011111 | 0 | 1001001 | 110001 | 11011 | 101010100 | 111001 | 101110 |
Color Harmonies of #B9325F
Complementary color
Monochromatic Colors of #B9325F
Black with #B9325F
Text Example
Text Example
White with #B9325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9325F; }
p { color: rgb(185,50,95); }
H1.HeaderClassName
{
color: #B9325F;
}
.AnyTagClassName
{
color: #B9325F;
}
</style>
background-color css
<style>
a { background-color: #B9325F; }
a { background-color: rgb(185,50,95); }
div.DivClassName
{
background-color: #B9325F;
}
.BgClassName
{
background-color: #B9325F;
}
</style>
border-color css
<style>
span { border-color: #B9325F; }
span { border-color: rgb(185,50,95); }
td.TdClassName
{
border-color: #B9325F;
}
.TagClassName
{
border-color: #B9325F;
}
</style>