Shades of Rouge #B9396B
Tints of Rouge #B9396B
RGB
CMYK
RGB Variations
Color information
#B9396B (or 0xB9396B) is known color: Rouge. HEX triplet: B9, 39 and 6B. RGB value is (185,57,107). Sum of RGB (Red+Green+Blue) = 185+57+107=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9396B is #46C694. Grayscale: #646464. Windows color (decimal): -4638357 or 7027129. OLE color: 7027129.
HSL color Cylindrical-coordinate representation of color #B9396B: hue angle of 336.56º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9396B is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 107 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.27 |
| HSL | 336.56º | 0.53% | 0.47% | - |
| HSV(B) | 336.56º | 0.69% | 0.73% | - |
| XYZ | 24.12 | 14.3 | 15.4 | - |
| YUV | 100.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 107 | 0 | 0.69 | 0.42 | 0.27 | 336.56 | 0.53 | 0.47 |
| Hex | B9 | 39 | 6B | 0 | 45 | 2A | 1B | 151 | 35 | 2F |
| Octal | 271 | 71 | 153 | 0 | 105 | 52 | 33 | 521 | 65 | 57 |
| Binary | 10111001 | 111001 | 1101011 | 0 | 1000101 | 101010 | 11011 | 101010001 | 110101 | 101111 |
Color Harmonies of #B9396B
Complementary color
Monochromatic Colors of #B9396B
Black with #B9396B
Text Example
Text Example
White with #B9396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9396B; }
p { color: rgb(185,57,107); }
H1.HeaderClassName
{
color: #B9396B;
}
.AnyTagClassName
{
color: #B9396B;
}
</style>
background-color css
<style>
a { background-color: #B9396B; }
a { background-color: rgb(185,57,107); }
div.DivClassName
{
background-color: #B9396B;
}
.BgClassName
{
background-color: #B9396B;
}
</style>
border-color css
<style>
span { border-color: #B9396B; }
span { border-color: rgb(185,57,107); }
td.TdClassName
{
border-color: #B9396B;
}
.TagClassName
{
border-color: #B9396B;
}
</style>