Shades of Rouge #B7376B
Tints of Rouge #B7376B
RGB
CMYK
RGB Variations
Color information
#B7376B (or 0xB7376B) is known color: Rouge. HEX triplet: B7, 37 and 6B. RGB value is (183,55,107). Sum of RGB (Red+Green+Blue) = 183+55+107=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7376B is #48C894. Grayscale: #636363. Windows color (decimal): -4769941 or 7026615. OLE color: 7026615.
HSL color Cylindrical-coordinate representation of color #B7376B: hue angle of 335.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7376B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 107 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.28 |
| HSL | 335.63º | 0.54% | 0.47% | - |
| HSV(B) | 335.63º | 0.7% | 0.72% | - |
| XYZ | 23.55 | 13.86 | 15.34 | - |
| YUV | 99.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 107 | 0 | 0.70 | 0.42 | 0.28 | 335.63 | 0.54 | 0.47 |
| Hex | B7 | 37 | 6B | 0 | 46 | 2A | 1C | 150 | 36 | 2F |
| Octal | 267 | 67 | 153 | 0 | 106 | 52 | 34 | 520 | 66 | 57 |
| Binary | 10110111 | 110111 | 1101011 | 0 | 1000110 | 101010 | 11100 | 101010000 | 110110 | 101111 |
Color Harmonies of #B7376B
Complementary color
Monochromatic Colors of #B7376B
Black with #B7376B
Text Example
Text Example
White with #B7376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7376B; }
p { color: rgb(183,55,107); }
H1.HeaderClassName
{
color: #B7376B;
}
.AnyTagClassName
{
color: #B7376B;
}
</style>
background-color css
<style>
a { background-color: #B7376B; }
a { background-color: rgb(183,55,107); }
div.DivClassName
{
background-color: #B7376B;
}
.BgClassName
{
background-color: #B7376B;
}
</style>
border-color css
<style>
span { border-color: #B7376B; }
span { border-color: rgb(183,55,107); }
td.TdClassName
{
border-color: #B7376B;
}
.TagClassName
{
border-color: #B7376B;
}
</style>