Shades of Rouge #B9316B
Tints of Rouge #B9316B
RGB
CMYK
RGB Variations
Color information
#B9316B (or 0xB9316B) is known color: Rouge. HEX triplet: B9, 31 and 6B. RGB value is (185,49,107). Sum of RGB (Red+Green+Blue) = 185+49+107=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9316B is #46CE94. Grayscale: #606060. Windows color (decimal): -4640405 or 7025081. OLE color: 7025081.
HSL color Cylindrical-coordinate representation of color #B9316B: hue angle of 334.41º degrees, saturation: 0.58, 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 #B9316B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 107 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.27 |
| HSL | 334.41º | 0.58% | 0.46% | - |
| HSV(B) | 334.41º | 0.74% | 0.73% | - |
| XYZ | 23.76 | 13.57 | 15.28 | - |
| YUV | 96.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 107 | 0 | 0.74 | 0.42 | 0.27 | 334.41 | 0.58 | 0.46 |
| Hex | B9 | 31 | 6B | 0 | 4A | 2A | 1B | 14E | 3A | 2E |
| Octal | 271 | 61 | 153 | 0 | 112 | 52 | 33 | 516 | 72 | 56 |
| Binary | 10111001 | 110001 | 1101011 | 0 | 1001010 | 101010 | 11011 | 101001110 | 111010 | 101110 |
Color Harmonies of #B9316B
Complementary color
Monochromatic Colors of #B9316B
Black with #B9316B
Text Example
Text Example
White with #B9316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9316B; }
p { color: rgb(185,49,107); }
H1.HeaderClassName
{
color: #B9316B;
}
.AnyTagClassName
{
color: #B9316B;
}
</style>
background-color css
<style>
a { background-color: #B9316B; }
a { background-color: rgb(185,49,107); }
div.DivClassName
{
background-color: #B9316B;
}
.BgClassName
{
background-color: #B9316B;
}
</style>
border-color css
<style>
span { border-color: #B9316B; }
span { border-color: rgb(185,49,107); }
td.TdClassName
{
border-color: #B9316B;
}
.TagClassName
{
border-color: #B9316B;
}
</style>