Shades of Rouge #B9355F
Tints of Rouge #B9355F
RGB
CMYK
RGB Variations
Color information
#B9355F (or 0xB9355F) is known color: Rouge. HEX triplet: B9, 35 and 5F. RGB value is (185,53,95). Sum of RGB (Red+Green+Blue) = 185+53+95=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9355F is #46CAA0. Grayscale: #616161. Windows color (decimal): -4639393 or 6239673. OLE color: 6239673.
HSL color Cylindrical-coordinate representation of color #B9355F: hue angle of 340.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9355F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 95 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.27 |
| HSL | 340.91º | 0.55% | 0.47% | - |
| HSV(B) | 340.91º | 0.71% | 0.73% | - |
| XYZ | 23.35 | 13.69 | 12.24 | - |
| YUV | 97.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 95 | 0 | 0.71 | 0.49 | 0.27 | 340.91 | 0.55 | 0.47 |
| Hex | B9 | 35 | 5F | 0 | 47 | 31 | 1B | 155 | 37 | 2F |
| Octal | 271 | 65 | 137 | 0 | 107 | 61 | 33 | 525 | 67 | 57 |
| Binary | 10111001 | 110101 | 1011111 | 0 | 1000111 | 110001 | 11011 | 101010101 | 110111 | 101111 |
Color Harmonies of #B9355F
Complementary color
Monochromatic Colors of #B9355F
Black with #B9355F
Text Example
Text Example
White with #B9355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9355F; }
p { color: rgb(185,53,95); }
H1.HeaderClassName
{
color: #B9355F;
}
.AnyTagClassName
{
color: #B9355F;
}
</style>
background-color css
<style>
a { background-color: #B9355F; }
a { background-color: rgb(185,53,95); }
div.DivClassName
{
background-color: #B9355F;
}
.BgClassName
{
background-color: #B9355F;
}
</style>
border-color css
<style>
span { border-color: #B9355F; }
span { border-color: rgb(185,53,95); }
td.TdClassName
{
border-color: #B9355F;
}
.TagClassName
{
border-color: #B9355F;
}
</style>