Shades of Rouge #B7376E
Tints of Rouge #B7376E
RGB
CMYK
RGB Variations
Color information
#B7376E (or 0xB7376E) is known color: Rouge. HEX triplet: B7, 37 and 6E. RGB value is (183,55,110). Sum of RGB (Red+Green+Blue) = 183+55+110=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7376E is #48C891. Grayscale: #636363. Windows color (decimal): -4769938 or 7223223. OLE color: 7223223.
HSL color Cylindrical-coordinate representation of color #B7376E: hue angle of 334.22º 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 #B7376E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 110 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.28 |
| HSL | 334.22º | 0.54% | 0.47% | - |
| HSV(B) | 334.22º | 0.7% | 0.72% | - |
| XYZ | 23.71 | 13.93 | 16.19 | - |
| YUV | 99.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 110 | 0 | 0.70 | 0.40 | 0.28 | 334.22 | 0.54 | 0.47 |
| Hex | B7 | 37 | 6E | 0 | 46 | 28 | 1C | 14E | 36 | 2F |
| Octal | 267 | 67 | 156 | 0 | 106 | 50 | 34 | 516 | 66 | 57 |
| Binary | 10110111 | 110111 | 1101110 | 0 | 1000110 | 101000 | 11100 | 101001110 | 110110 | 101111 |
Color Harmonies of #B7376E
Complementary color
Monochromatic Colors of #B7376E
Black with #B7376E
Text Example
Text Example
White with #B7376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7376E; }
p { color: rgb(183,55,110); }
H1.HeaderClassName
{
color: #B7376E;
}
.AnyTagClassName
{
color: #B7376E;
}
</style>
background-color css
<style>
a { background-color: #B7376E; }
a { background-color: rgb(183,55,110); }
div.DivClassName
{
background-color: #B7376E;
}
.BgClassName
{
background-color: #B7376E;
}
</style>
border-color css
<style>
span { border-color: #B7376E; }
span { border-color: rgb(183,55,110); }
td.TdClassName
{
border-color: #B7376E;
}
.TagClassName
{
border-color: #B7376E;
}
</style>