Shades of Rouge #B9366C
Tints of Rouge #B9366C
RGB
CMYK
RGB Variations
Color information
#B9366C (or 0xB9366C) is known color: Rouge. HEX triplet: B9, 36 and 6C. RGB value is (185,54,108). Sum of RGB (Red+Green+Blue) = 185+54+108=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9366C is #46C993. Grayscale: #636363. Windows color (decimal): -4639124 or 7091897. OLE color: 7091897.
HSL color Cylindrical-coordinate representation of color #B9366C: hue angle of 335.27º 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 #B9366C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 108 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.27 |
| HSL | 335.27º | 0.55% | 0.47% | - |
| HSV(B) | 335.27º | 0.71% | 0.73% | - |
| XYZ | 24.03 | 14.04 | 15.63 | - |
| YUV | 99.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 108 | 0 | 0.71 | 0.42 | 0.27 | 335.27 | 0.55 | 0.47 |
| Hex | B9 | 36 | 6C | 0 | 47 | 2A | 1B | 14F | 37 | 2F |
| Octal | 271 | 66 | 154 | 0 | 107 | 52 | 33 | 517 | 67 | 57 |
| Binary | 10111001 | 110110 | 1101100 | 0 | 1000111 | 101010 | 11011 | 101001111 | 110111 | 101111 |
Color Harmonies of #B9366C
Complementary color
Monochromatic Colors of #B9366C
Black with #B9366C
Text Example
Text Example
White with #B9366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9366C; }
p { color: rgb(185,54,108); }
H1.HeaderClassName
{
color: #B9366C;
}
.AnyTagClassName
{
color: #B9366C;
}
</style>
background-color css
<style>
a { background-color: #B9366C; }
a { background-color: rgb(185,54,108); }
div.DivClassName
{
background-color: #B9366C;
}
.BgClassName
{
background-color: #B9366C;
}
</style>
border-color css
<style>
span { border-color: #B9366C; }
span { border-color: rgb(185,54,108); }
td.TdClassName
{
border-color: #B9366C;
}
.TagClassName
{
border-color: #B9366C;
}
</style>