Shades of Rouge #B83164
Tints of Rouge #B83164
RGB
CMYK
RGB Variations
Color information
#B83164 (or 0xB83164) is known color: Rouge. HEX triplet: B8, 31 and 64. RGB value is (184,49,100). Sum of RGB (Red+Green+Blue) = 184+49+100=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83164 is #47CE9B. Grayscale: #5F5F5F. Windows color (decimal): -4705948 or 6566328. OLE color: 6566328.
HSL color Cylindrical-coordinate representation of color #B83164: hue angle of 337.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83164 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 100 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.28 |
| HSL | 337.33º | 0.58% | 0.46% | - |
| HSV(B) | 337.33º | 0.73% | 0.72% | - |
| XYZ | 23.17 | 13.31 | 13.4 | - |
| YUV | 95.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 100 | 0 | 0.73 | 0.46 | 0.28 | 337.33 | 0.58 | 0.46 |
| Hex | B8 | 31 | 64 | 0 | 49 | 2E | 1C | 151 | 3A | 2E |
| Octal | 270 | 61 | 144 | 0 | 111 | 56 | 34 | 521 | 72 | 56 |
| Binary | 10111000 | 110001 | 1100100 | 0 | 1001001 | 101110 | 11100 | 101010001 | 111010 | 101110 |
Color Harmonies of #B83164
Complementary color
Monochromatic Colors of #B83164
Black with #B83164
Text Example
Text Example
White with #B83164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83164; }
p { color: rgb(184,49,100); }
H1.HeaderClassName
{
color: #B83164;
}
.AnyTagClassName
{
color: #B83164;
}
</style>
background-color css
<style>
a { background-color: #B83164; }
a { background-color: rgb(184,49,100); }
div.DivClassName
{
background-color: #B83164;
}
.BgClassName
{
background-color: #B83164;
}
</style>
border-color css
<style>
span { border-color: #B83164; }
span { border-color: rgb(184,49,100); }
td.TdClassName
{
border-color: #B83164;
}
.TagClassName
{
border-color: #B83164;
}
</style>