Shades of Rouge #B2396E
Tints of Rouge #B2396E
RGB
CMYK
RGB Variations
Color information
#B2396E (or 0xB2396E) is known color: Rouge. HEX triplet: B2, 39 and 6E. RGB value is (178,57,110). Sum of RGB (Red+Green+Blue) = 178+57+110=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2396E is #4DC691. Grayscale: #636363. Windows color (decimal): -5097106 or 7223730. OLE color: 7223730.
HSL color Cylindrical-coordinate representation of color #B2396E: hue angle of 333.72º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2396E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 110 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.30 |
| HSL | 333.72º | 0.51% | 0.46% | - |
| HSV(B) | 333.72º | 0.68% | 0.7% | - |
| XYZ | 22.64 | 13.52 | 16.17 | - |
| YUV | 99.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 110 | 0 | 0.68 | 0.38 | 0.30 | 333.72 | 0.51 | 0.46 |
| Hex | B2 | 39 | 6E | 0 | 44 | 26 | 1E | 14E | 33 | 2E |
| Octal | 262 | 71 | 156 | 0 | 104 | 46 | 36 | 516 | 63 | 56 |
| Binary | 10110010 | 111001 | 1101110 | 0 | 1000100 | 100110 | 11110 | 101001110 | 110011 | 101110 |
Color Harmonies of #B2396E
Complementary color
Monochromatic Colors of #B2396E
Black with #B2396E
Text Example
Text Example
White with #B2396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2396E; }
p { color: rgb(178,57,110); }
H1.HeaderClassName
{
color: #B2396E;
}
.AnyTagClassName
{
color: #B2396E;
}
</style>
background-color css
<style>
a { background-color: #B2396E; }
a { background-color: rgb(178,57,110); }
div.DivClassName
{
background-color: #B2396E;
}
.BgClassName
{
background-color: #B2396E;
}
</style>
border-color css
<style>
span { border-color: #B2396E; }
span { border-color: rgb(178,57,110); }
td.TdClassName
{
border-color: #B2396E;
}
.TagClassName
{
border-color: #B2396E;
}
</style>