Shades of Rouge #B6376E
Tints of Rouge #B6376E
RGB
CMYK
RGB Variations
Color information
#B6376E (or 0xB6376E) is known color: Rouge. HEX triplet: B6, 37 and 6E. RGB value is (182,55,110). Sum of RGB (Red+Green+Blue) = 182+55+110=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6376E is #49C891. Grayscale: #636363. Windows color (decimal): -4835474 or 7223222. OLE color: 7223222.
HSL color Cylindrical-coordinate representation of color #B6376E: hue angle of 334.02º degrees, saturation: 0.54, 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 #B6376E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 110 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.29 |
| HSL | 334.02º | 0.54% | 0.46% | - |
| HSV(B) | 334.02º | 0.7% | 0.71% | - |
| XYZ | 23.47 | 13.8 | 16.18 | - |
| YUV | 99.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 110 | 0 | 0.70 | 0.40 | 0.29 | 334.02 | 0.54 | 0.46 |
| Hex | B6 | 37 | 6E | 0 | 46 | 28 | 1D | 14E | 36 | 2E |
| Octal | 266 | 67 | 156 | 0 | 106 | 50 | 35 | 516 | 66 | 56 |
| Binary | 10110110 | 110111 | 1101110 | 0 | 1000110 | 101000 | 11101 | 101001110 | 110110 | 101110 |
Color Harmonies of #B6376E
Complementary color
Monochromatic Colors of #B6376E
Black with #B6376E
Text Example
Text Example
White with #B6376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6376E; }
p { color: rgb(182,55,110); }
H1.HeaderClassName
{
color: #B6376E;
}
.AnyTagClassName
{
color: #B6376E;
}
</style>
background-color css
<style>
a { background-color: #B6376E; }
a { background-color: rgb(182,55,110); }
div.DivClassName
{
background-color: #B6376E;
}
.BgClassName
{
background-color: #B6376E;
}
</style>
border-color css
<style>
span { border-color: #B6376E; }
span { border-color: rgb(182,55,110); }
td.TdClassName
{
border-color: #B6376E;
}
.TagClassName
{
border-color: #B6376E;
}
</style>