Shades of Rouge #B14162
Tints of Rouge #B14162
RGB
CMYK
RGB Variations
Color information
#B14162 (or 0xB14162) is known color: Rouge. HEX triplet: B1, 41 and 62. RGB value is (177,65,98). Sum of RGB (Red+Green+Blue) = 177+65+98=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B14162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14162 is #4EBE9D. Grayscale: #666666. Windows color (decimal): -5160606 or 6439345. OLE color: 6439345.
HSL color Cylindrical-coordinate representation of color #B14162: hue angle of 342.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14162 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 98 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.31 |
| HSL | 342.32º | 0.46% | 0.47% | - |
| HSV(B) | 342.32º | 0.63% | 0.69% | - |
| XYZ | 22.23 | 14.01 | 13.09 | - |
| YUV | 102.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 98 | 0 | 0.63 | 0.45 | 0.31 | 342.32 | 0.46 | 0.47 |
| Hex | B1 | 41 | 62 | 0 | 3F | 2D | 1F | 156 | 2E | 2F |
| Octal | 261 | 101 | 142 | 0 | 77 | 55 | 37 | 526 | 56 | 57 |
| Binary | 10110001 | 1000001 | 1100010 | 0 | 111111 | 101101 | 11111 | 101010110 | 101110 | 101111 |
Color Harmonies of #B14162
Complementary color
Monochromatic Colors of #B14162
Black with #B14162
Text Example
Text Example
White with #B14162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14162; }
p { color: rgb(177,65,98); }
H1.HeaderClassName
{
color: #B14162;
}
.AnyTagClassName
{
color: #B14162;
}
</style>
background-color css
<style>
a { background-color: #B14162; }
a { background-color: rgb(177,65,98); }
div.DivClassName
{
background-color: #B14162;
}
.BgClassName
{
background-color: #B14162;
}
</style>
border-color css
<style>
span { border-color: #B14162; }
span { border-color: rgb(177,65,98); }
td.TdClassName
{
border-color: #B14162;
}
.TagClassName
{
border-color: #B14162;
}
</style>