Shades of Rouge #B5376C
Tints of Rouge #B5376C
RGB
CMYK
RGB Variations
Color information
#B5376C (or 0xB5376C) is known color: Rouge. HEX triplet: B5, 37 and 6C. RGB value is (181,55,108). Sum of RGB (Red+Green+Blue) = 181+55+108=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5376C is #4AC893. Grayscale: #626262. Windows color (decimal): -4901012 or 7092149. OLE color: 7092149.
HSL color Cylindrical-coordinate representation of color #B5376C: hue angle of 334.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5376C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 108 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.29 |
| HSL | 334.76º | 0.53% | 0.46% | - |
| HSV(B) | 334.76º | 0.7% | 0.71% | - |
| XYZ | 23.13 | 13.64 | 15.6 | - |
| YUV | 98.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 108 | 0 | 0.70 | 0.40 | 0.29 | 334.76 | 0.53 | 0.46 |
| Hex | B5 | 37 | 6C | 0 | 46 | 28 | 1D | 14F | 35 | 2E |
| Octal | 265 | 67 | 154 | 0 | 106 | 50 | 35 | 517 | 65 | 56 |
| Binary | 10110101 | 110111 | 1101100 | 0 | 1000110 | 101000 | 11101 | 101001111 | 110101 | 101110 |
Color Harmonies of #B5376C
Complementary color
Monochromatic Colors of #B5376C
Black with #B5376C
Text Example
Text Example
White with #B5376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5376C; }
p { color: rgb(181,55,108); }
H1.HeaderClassName
{
color: #B5376C;
}
.AnyTagClassName
{
color: #B5376C;
}
</style>
background-color css
<style>
a { background-color: #B5376C; }
a { background-color: rgb(181,55,108); }
div.DivClassName
{
background-color: #B5376C;
}
.BgClassName
{
background-color: #B5376C;
}
</style>
border-color css
<style>
span { border-color: #B5376C; }
span { border-color: rgb(181,55,108); }
td.TdClassName
{
border-color: #B5376C;
}
.TagClassName
{
border-color: #B5376C;
}
</style>